Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef IbssParms to struct ibss_parms
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 0ce6004 commit 7152e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1824,9 +1824,9 @@ typedef enum _RT_JOIN_ACTION{
RT_NO_ACTION = 4,
}RT_JOIN_ACTION;

typedef struct _IbssParms{
struct ibss_parms {
u16 atimWin;
}IbssParms, *PIbssParms;
};//, *struct ibss_parms *;
#define MAX_NUM_RATES 264

typedef enum _RT_RF_POWER_STATE
Expand Down Expand Up @@ -1889,7 +1889,7 @@ struct rt_pwr_save_ctrl {
struct octet_string tmpSuppRateSet;
u8 tmpSuppRateBuf[MAX_NUM_RATES];
bool bTmpSuppRate;
IbssParms tmpIbpm;
struct ibss_parms tmpIbpm;
bool bTmpIbpm;

bool bLeisurePs;
Expand Down

0 comments on commit 7152e7e

Please sign in to comment.