mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 06:46:39 +07:00
staging: rtl8188eu: Fix typo in rtl8188eu/include
Correct spelling typo in rtl8188eu/include Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7efc02ca94
commit
f7bba924ed
@ -26,7 +26,7 @@
|
||||
/* 2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00 */
|
||||
/* 3. RF register 0x00-2E */
|
||||
/* 4. Bit Mask for BB/RF register */
|
||||
/* 5. Other defintion for BB/RF R/W */
|
||||
/* 5. Other definition for BB/RF R/W */
|
||||
/* */
|
||||
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
/* Define the debug levels */
|
||||
/* */
|
||||
/* 1. DBG_TRACE and DBG_LOUD are used for normal cases. */
|
||||
/* They can help SW engineer to develope or trace states changed */
|
||||
/* They can help SW engineer to develop or trace states changed */
|
||||
/* and also help HW enginner to trace every operation to and from HW, */
|
||||
/* e.g IO, Tx, Rx. */
|
||||
/* */
|
||||
|
@ -745,7 +745,7 @@ struct TDLSoption_param
|
||||
|
||||
Result:
|
||||
0x00: success
|
||||
0x01: sucess, and check Response.
|
||||
0x01: success, and check Response.
|
||||
0x02: cmd ignored due to duplicated sequcne number
|
||||
0x03: cmd dropped due to invalid cmd code
|
||||
0x04: reserved.
|
||||
|
@ -163,14 +163,14 @@ enum LED_STRATEGY_871x {
|
||||
void LedControl8188eu(struct adapter *padapter, enum LED_CTL_MODE LedAction);
|
||||
|
||||
struct led_priv{
|
||||
/* add for led controll */
|
||||
/* add for led control */
|
||||
struct LED_871x SwLed0;
|
||||
struct LED_871x SwLed1;
|
||||
enum LED_STRATEGY_871x LedStrategy;
|
||||
u8 bRegUseLed;
|
||||
void (*LedControlHandler)(struct adapter *padapter,
|
||||
enum LED_CTL_MODE LedAction);
|
||||
/* add for led controll */
|
||||
/* add for led control */
|
||||
};
|
||||
|
||||
#define rtw_led_control(adapt, action) \
|
||||
|
@ -53,11 +53,11 @@
|
||||
#define WIFI_SITE_MONITOR 0x00000800 /* to indicate the station is under site surveying */
|
||||
|
||||
#define WIFI_MP_STATE 0x00010000
|
||||
#define WIFI_MP_CTX_BACKGROUND 0x00020000 /* in continous tx background */
|
||||
#define WIFI_MP_CTX_ST 0x00040000 /* in continous tx with single-tone */
|
||||
#define WIFI_MP_CTX_BACKGROUND_PENDING 0x00080000 /* pending in continous tx background due to out of skb */
|
||||
#define WIFI_MP_CTX_CCK_HW 0x00100000 /* in continous tx */
|
||||
#define WIFI_MP_CTX_CCK_CS 0x00200000 /* in continous tx with carrier suppression */
|
||||
#define WIFI_MP_CTX_BACKGROUND 0x00020000 /* in continuous tx background */
|
||||
#define WIFI_MP_CTX_ST 0x00040000 /* in continuous tx with single-tone */
|
||||
#define WIFI_MP_CTX_BACKGROUND_PENDING 0x00080000 /* pending in continuous tx background due to out of skb */
|
||||
#define WIFI_MP_CTX_CCK_HW 0x00100000 /* in continuous tx */
|
||||
#define WIFI_MP_CTX_CCK_CS 0x00200000 /* in continuous tx with carrier suppression */
|
||||
#define WIFI_MP_LPBK_STATE 0x00400000
|
||||
|
||||
#define _FW_UNDER_LINKING WIFI_UNDER_LINKING
|
||||
@ -239,7 +239,7 @@ struct wifidirect_info {
|
||||
u8 profileindex; /* Used to point to the index of profileinfo array */
|
||||
u8 peer_operating_ch;
|
||||
u8 find_phase_state_exchange_cnt;
|
||||
/* The device password ID for group negotation */
|
||||
/* The device password ID for group negotiation */
|
||||
u16 device_password_id_for_nego;
|
||||
u8 negotiation_dialog_token;
|
||||
/* SSID information for group negotitation */
|
||||
|
@ -107,7 +107,7 @@ extern unsigned char WMM_PARA_OUI[];
|
||||
/* Note: */
|
||||
/* We just add new channel plan when the new channel plan is different
|
||||
* from any of the following channel plan. */
|
||||
/* If you just wnat to customize the acitions(scan period or join actions)
|
||||
/* If you just want to customize the actions(scan period or join actions)
|
||||
* about one of the channel plan, */
|
||||
/* customize them in struct rt_channel_info in the RT_CHANNEL_LIST. */
|
||||
enum RT_CHANNEL_DOMAIN {
|
||||
|
@ -56,7 +56,7 @@
|
||||
/* 2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00 */
|
||||
/* 3. RF register 0x00-2E */
|
||||
/* 4. Bit Mask for BB/RF register */
|
||||
/* 5. Other defintion for BB/RF R/W */
|
||||
/* 5. Other definition for BB/RF R/W */
|
||||
/* */
|
||||
|
||||
|
||||
|
@ -119,7 +119,7 @@ enum ht_channel_width {
|
||||
};
|
||||
|
||||
/* */
|
||||
/* Represent Extention Channel Offset in HT Capabilities */
|
||||
/* Represent Extension Channel Offset in HT Capabilities */
|
||||
/* This is available only in 40Mhz mode. */
|
||||
/* */
|
||||
enum ht_extchnl_offset {
|
||||
|
@ -338,7 +338,7 @@ struct sta_priv {
|
||||
*/
|
||||
struct sta_info *sta_aid[NUM_STA];
|
||||
|
||||
u16 sta_dz_bitmap;/* only support 15 stations, staion aid bitmap
|
||||
u16 sta_dz_bitmap;/* only support 15 stations, station aid bitmap
|
||||
* for sleeping sta. */
|
||||
u16 tim_bitmap; /* only support 15 stations, aid=0~15 mapping
|
||||
* bit0~bit15 */
|
||||
|
@ -984,7 +984,7 @@ enum ht_cap_ampdu_factor {
|
||||
#define P2P_PROVISION_TIMEOUT 5000
|
||||
/* 3 seconds timeout for sending the prov disc request concurrent mode */
|
||||
#define P2P_CONCURRENT_PROVISION_TIME 3000
|
||||
/* 5 seconds timeout for receiving the group negotation response */
|
||||
/* 5 seconds timeout for receiving the group negotiation response */
|
||||
#define P2P_GO_NEGO_TIMEOUT 5000
|
||||
/* 3 seconds timeout for sending the negotiation request under concurrent mode */
|
||||
#define P2P_CONCURRENT_GO_NEGO_TIME 3000
|
||||
|
Loading…
Reference in New Issue
Block a user