Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef RT_INTEL_PROMISCUOUS_MODE_INFO to …
Browse files Browse the repository at this point in the history
…struct rt_intel_promisc_mode

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 74d0497 commit ca39405
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 @@ -2063,10 +2063,10 @@ struct rt_pmkid_list {
u16 ssid_length;
};

typedef struct _RT_INTEL_PROMISCUOUS_MODE_INFO {
struct rt_intel_promisc_mode {
bool bPromiscuousOn;
bool bFilterSourceStationFrame;
} RT_INTEL_PROMISCUOUS_MODE_INFO, *PRT_INTEL_PROMISCUOUS_MODE_INFO;
};


/*************** DRIVER STATUS *****/
Expand Down Expand Up @@ -2181,7 +2181,7 @@ struct rtllib_device {

int iw_mode; /* operating mode (IW_MODE_*) */
bool bNetPromiscuousMode;
RT_INTEL_PROMISCUOUS_MODE_INFO IntelPromiscuousModeInfo;
struct rt_intel_promisc_mode IntelPromiscuousModeInfo;

struct iw_spy_data spy_data;

Expand Down

0 comments on commit ca39405

Please sign in to comment.