Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef STA_QOS to struct sta_qos
Browse files Browse the repository at this point in the history
Remove typedef from struct.
Rename struct.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 1d2a55f commit 0db4279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtl819x_Qos.h
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ struct qos_tstream {
u8 NominalPhyRate;
};

typedef struct _STA_QOS{
struct sta_qos {
u8 WMMIEBuf[MAX_WMMELE_LENGTH];
u8* WMMIE;

Expand Down Expand Up @@ -342,7 +342,7 @@ typedef struct _STA_QOS{

bool bEnableRxImmBA;

}STA_QOS, *PSTA_QOS;
};//, *struct sta_qos *;

#define QBSS_LOAD_SIZE 5
#define GET_QBSS_LOAD_STA_COUNT(__pStart) ReadEF2Byte(__pStart)
Expand Down

0 comments on commit 0db4279

Please sign in to comment.