···21142114 struct ieee80211_network * network, u16 type);21152115 int (*is_qos_active) (struct net_device *dev, struct sk_buff *skb);2116211621172117- /* Softmac-generated frames (mamagement) are TXed via this21172117+ /* Softmac-generated frames (management) are TXed via this21182118 * callback if the flag IEEE_SOFTMAC_SINGLE_QUEUE is21192119 * not set. As some cards may have different HW queues that21202120 * one might want to use for data and management frames···21922192 int (*handle_assoc_response) (struct net_device * dev, struct ieee80211_assoc_response_frame * resp, struct ieee80211_network * network);219321932194219421952195- /* check whether Tx hw resouce available */21952195+ /* check whether Tx hw resource available */21962196 short (*check_nic_enough_desc)(struct net_device *dev, int queue_index);21972197 //added by wb for HT related21982198// void (*SwChnlByTimerHandler)(struct net_device *dev, int channel);
···14481448 ( apset && apmatch &&14491449 ((ssidset && ssidbroad && ssidmatch) || (ssidbroad && !ssidset) || (!ssidbroad && ssidset)) ) ||14501450 /* if the ap is not set, check that the user set the bssid14511451- * and the network does bradcast and that those two bssid matches14511451+ * and the network does broadcast and that those two bssid matches14521452 */14531453 (!apset && ssidset && ssidbroad && ssidmatch)14541454 ){···2520252025212521 /* until we do not set the state to IEEE80211_NOLINK25222522 * there are no possibility to have someone else trying25232523- * to start an association procdure (we get here with25232523+ * to start an association procedure (we get here with25242524 * ieee->state = IEEE80211_ASSOCIATING).25252525 * When we set the state to IEEE80211_NOLINK it is possible25262526 * that the RX path run an attempt to associate, but
···11/********************************************************************************************************************************22 * 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 is33- * related to TS, this part need some struture defined in QOS side code. Also TX RX is going to be resturctured, so how to send33+ * related to TS, this part need some structure defined in QOS side code. Also TX RX is going to be resturctured, so how to send44 * ADDBAREQ ADDBARSP and DELBA packet is still on consideration. Temporarily use MANAGE QUEUE instead of Normal Queue.55 * WB 2008-05-2766 * *****************************************************************************************************************************/
+2-2
drivers/staging/rtl8192u/ieee80211/rtl819x_HT.h
···1515#define HT_OPMODE_MIXED 316161717//1818-// MIMO Power Save Setings1818+// MIMO Power Save Settings1919//2020#define MIMO_PS_STATIC 02121#define MIMO_PS_DYNAMIC 1···242242 u8 bEnableHT;243243 u8 bCurrentHTSupport;244244245245- u8 bRegBW40MHz; // Tx 40MHz channel capablity245245+ u8 bRegBW40MHz; // Tx 40MHz channel capability246246 u8 bCurBW40MHz; // Tx 40MHz channel capability247247248248 u8 bRegShortGI40MHz; // Tx Short GI for 40Mhz
···912912913913 u8 i=0;914914915915- // filter out operational rate set not supported by AP, the lenth of it is 16915915+ // filter out operational rate set not supported by AP, the length of it is 16916916 for(i=0;i<=15;i++){917917 pOperateMCS[i] = ieee->Regdot11HTOperationalRateSet[i]&pSupportMCS[i];918918 }
+1-1
drivers/staging/rtl8192u/r819xU_HTType.h
···1616#define HT_OPMODE_MIXED 317171818//1919-// MIMO Power Save Setings1919+// MIMO Power Save Settings2020//2121#define MIMO_PS_STATIC 02222#define MIMO_PS_DYNAMIC 1