Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8192u: Fix typo in staging/rtl8192u

Correct spelling typo in staging/rtl8192u

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Masanari Iida and committed by
Greg Kroah-Hartman
935d59ff 3d604a39

+10 -10
+2 -2
drivers/staging/rtl8192u/ieee80211/ieee80211.h
··· 2114 2114 struct ieee80211_network * network, u16 type); 2115 2115 int (*is_qos_active) (struct net_device *dev, struct sk_buff *skb); 2116 2116 2117 - /* Softmac-generated frames (mamagement) are TXed via this 2117 + /* Softmac-generated frames (management) are TXed via this 2118 2118 * callback if the flag IEEE_SOFTMAC_SINGLE_QUEUE is 2119 2119 * not set. As some cards may have different HW queues that 2120 2120 * one might want to use for data and management frames ··· 2192 2192 int (*handle_assoc_response) (struct net_device * dev, struct ieee80211_assoc_response_frame * resp, struct ieee80211_network * network); 2193 2193 2194 2194 2195 - /* check whether Tx hw resouce available */ 2195 + /* check whether Tx hw resource available */ 2196 2196 short (*check_nic_enough_desc)(struct net_device *dev, int queue_index); 2197 2197 //added by wb for HT related 2198 2198 // void (*SwChnlByTimerHandler)(struct net_device *dev, int channel);
+2 -2
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
··· 1448 1448 ( apset && apmatch && 1449 1449 ((ssidset && ssidbroad && ssidmatch) || (ssidbroad && !ssidset) || (!ssidbroad && ssidset)) ) || 1450 1450 /* if the ap is not set, check that the user set the bssid 1451 - * and the network does bradcast and that those two bssid matches 1451 + * and the network does broadcast and that those two bssid matches 1452 1452 */ 1453 1453 (!apset && ssidset && ssidbroad && ssidmatch) 1454 1454 ){ ··· 2520 2520 2521 2521 /* until we do not set the state to IEEE80211_NOLINK 2522 2522 * there are no possibility to have someone else trying 2523 - * to start an association procdure (we get here with 2523 + * to start an association procedure (we get here with 2524 2524 * ieee->state = IEEE80211_ASSOCIATING). 2525 2525 * When we set the state to IEEE80211_NOLINK it is possible 2526 2526 * that the RX path run an attempt to associate, but
+1 -1
drivers/staging/rtl8192u/ieee80211/rtl819x_BAProc.c
··· 1 1 /******************************************************************************************************************************** 2 2 * This file is created to process BA Action Frame. According to 802.11 spec, there are 3 BA action types at all. And as BA is 3 - * related to TS, this part need some struture defined in QOS side code. Also TX RX is going to be resturctured, so how to send 3 + * related to TS, this part need some structure defined in QOS side code. Also TX RX is going to be resturctured, so how to send 4 4 * ADDBAREQ ADDBARSP and DELBA packet is still on consideration. Temporarily use MANAGE QUEUE instead of Normal Queue. 5 5 * WB 2008-05-27 6 6 * *****************************************************************************************************************************/
+2 -2
drivers/staging/rtl8192u/ieee80211/rtl819x_HT.h
··· 15 15 #define HT_OPMODE_MIXED 3 16 16 17 17 // 18 - // MIMO Power Save Setings 18 + // MIMO Power Save Settings 19 19 // 20 20 #define MIMO_PS_STATIC 0 21 21 #define MIMO_PS_DYNAMIC 1 ··· 242 242 u8 bEnableHT; 243 243 u8 bCurrentHTSupport; 244 244 245 - u8 bRegBW40MHz; // Tx 40MHz channel capablity 245 + u8 bRegBW40MHz; // Tx 40MHz channel capability 246 246 u8 bCurBW40MHz; // Tx 40MHz channel capability 247 247 248 248 u8 bRegShortGI40MHz; // Tx Short GI for 40Mhz
+1 -1
drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
··· 912 912 913 913 u8 i=0; 914 914 915 - // filter out operational rate set not supported by AP, the lenth of it is 16 915 + // filter out operational rate set not supported by AP, the length of it is 16 916 916 for(i=0;i<=15;i++){ 917 917 pOperateMCS[i] = ieee->Regdot11HTOperationalRateSet[i]&pSupportMCS[i]; 918 918 }
+1 -1
drivers/staging/rtl8192u/r819xU_HTType.h
··· 16 16 #define HT_OPMODE_MIXED 3 17 17 18 18 // 19 - // MIMO Power Save Setings 19 + // MIMO Power Save Settings 20 20 // 21 21 #define MIMO_PS_STATIC 0 22 22 #define MIMO_PS_DYNAMIC 1
+1 -1
drivers/staging/rtl8192u/r819xU_phyreg.h
··· 443 443 #define bCCKRxIG 0x7f00 444 444 #define bCCKLNAPolarity 0x800000 445 445 #define bCCKRx1stGain 0x7f0000 446 - #define bCCKRFExtend 0x20000000 //CCK Rx inital gain polarity 446 + #define bCCKRFExtend 0x20000000 //CCK Rx initial gain polarity 447 447 #define bCCKRxAGCSatLevel 0x1f000000 448 448 #define bCCKRxAGCSatCount 0xe0 449 449 #define bCCKRxRFSettle 0x1f //AGCsamp_dly