Commit 0db42799 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef STA_QOS to struct sta_qos

Remove typedef from struct.
Rename struct.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 1d2a55fb
...@@ -313,7 +313,7 @@ struct qos_tstream { ...@@ -313,7 +313,7 @@ struct qos_tstream {
u8 NominalPhyRate; u8 NominalPhyRate;
}; };
typedef struct _STA_QOS{ struct sta_qos {
u8 WMMIEBuf[MAX_WMMELE_LENGTH]; u8 WMMIEBuf[MAX_WMMELE_LENGTH];
u8* WMMIE; u8* WMMIE;
...@@ -342,7 +342,7 @@ typedef struct _STA_QOS{ ...@@ -342,7 +342,7 @@ typedef struct _STA_QOS{
bool bEnableRxImmBA; bool bEnableRxImmBA;
}STA_QOS, *PSTA_QOS; };//, *struct sta_qos *;
#define QBSS_LOAD_SIZE 5 #define QBSS_LOAD_SIZE 5
#define GET_QBSS_LOAD_STA_COUNT(__pStart) ReadEF2Byte(__pStart) #define GET_QBSS_LOAD_STA_COUNT(__pStart) ReadEF2Byte(__pStart)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment