Staging: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / staging / rtl8187se / r8180.h
index ad43cfa..1fd9530 100644 (file)
 
 #define DEFAULT_FRAG_THRESHOLD 2342U
 #define MIN_FRAG_THRESHOLD     256U
-//#define      MAX_FRAG_THRESHOLD     2342U
 #define DEFAULT_RTS_THRESHOLD 2342U
 #define MIN_RTS_THRESHOLD 0U
 #define MAX_RTS_THRESHOLD 2342U
 #define DEFAULT_BEACONINTERVAL 0x64U
-#define DEFAULT_BEACON_ESSID "Rtl8180"
 
-#define DEFAULT_SSID ""
 #define DEFAULT_RETRY_RTS 7
 #define DEFAULT_RETRY_DATA 7
-#define PRISM_HDR_SIZE 64
 
-
-#define MGNT_QUEUE                                             0
-#define BK_QUEUE                                               1
-#define BE_QUEUE                                               2
-#define VI_QUEUE                                               3
-#define VO_QUEUE                                               4
-#define HIGH_QUEUE                                             5
 #define BEACON_QUEUE                                   6
 
-#define LOW_QUEUE                                              BE_QUEUE
-#define NORMAL_QUEUE                                   MGNT_QUEUE
-
 #define aSifsTime      10
 
 #define sCrcLng         4
@@ -535,7 +521,7 @@ typedef struct r8180_priv
        //u32 NumTxOkInPeriod;   //YJ,del,080828
        u8   TxPollingTimes;
 
-       bool    bApBufOurFrame;// TRUE if AP buffer our unicast data , we will keep eAwake untill receive data or timeout.
+       bool    bApBufOurFrame;// TRUE if AP buffer our unicast data , we will keep eAwake until receive data or timeout.
        u8      WaitBufDataBcnCount;
        u8      WaitBufDataTimeOut;
 
@@ -613,7 +599,7 @@ typedef struct r8180_priv
        u8                                              RSSI;
        char                                    RxPower;
         u8 InitialGain;
-        //For adjust Dig Threshhold during Legacy/Leisure Power Save Mode
+        //For adjust Dig Threshold during Legacy/Leisure Power Save Mode
        u32                             DozePeriodInPast2Sec;
         // Don't access BB/RF under disable PLL situation.
        u8                                      InitialGainBackUp;