Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267752
b: refs/heads/master
c: ca39405
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 7452f6d commit a28029c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74d0497b84280ff5278fc7f12047a1e1421af443
refs/heads/master: ca39405519df5c53f2b2c1c635e638085538086c
6 changes: 3 additions & 3 deletions trunk/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 a28029c

Please sign in to comment.