Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267751
b: refs/heads/master
c: 74d0497
h: refs/heads/master
i:
  267749: 2f65472
  267747: 4ccbe8b
  267743: 875e53a
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 80cd0fd commit 7452f6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 5ea0448047ce05da0ee10775510a581b5f71cc82
refs/heads/master: 74d0497b84280ff5278fc7f12047a1e1421af443
7 changes: 3 additions & 4 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -2054,15 +2054,14 @@ typedef enum _RATR_TABLE_MODE_8192S{
}RATR_TABLE_MODE_8192S, *PRATR_TABLE_MODE_8192S;

#define NUM_PMKID_CACHE 16
typedef struct _RT_PMKID_LIST
{
struct rt_pmkid_list {
u8 bUsed;
u8 Bssid[6];
u8 PMKID[16];
u8 SsidBuf[33];
u8* ssid_octet;
u16 ssid_length;
} RT_PMKID_LIST, *PRT_PMKID_LIST;
};

typedef struct _RT_INTEL_PROMISCUOUS_MODE_INFO {
bool bPromiscuousOn;
Expand Down Expand Up @@ -2239,7 +2238,7 @@ struct rtllib_device {
int bcrx_sta_key; /* use individual keys to override default keys even
* with RX of broad/multicast frames */

RT_PMKID_LIST PMKIDList[NUM_PMKID_CACHE];
struct rt_pmkid_list PMKIDList[NUM_PMKID_CACHE];

/* Fragmentation structures */
struct rtllib_frag_entry frag_cache[17][RTLLIB_FRAG_CACHE_LEN];
Expand Down

0 comments on commit 7452f6d

Please sign in to comment.