Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267788
b: refs/heads/master
c: f0a1f29
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 7fe9cc1 commit 875301b
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: 65dab9a0e1672b97feb9a44d75e88a263b8db575
refs/heads/master: f0a1f2924b2698ec9eb58a2739fab633dd2b29cc
7 changes: 3 additions & 4 deletions trunk/drivers/staging/rtl8192e/rtl_wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,14 @@ static int r8192_wx_force_mic_error(struct net_device *dev,
}

#define MAX_ADHOC_PEER_NUM 64
typedef struct
{
struct adhoc_peer_entry {
unsigned char MacAddr[ETH_ALEN];
unsigned char WirelessMode;
unsigned char bCurTxBW40MHz;
} adhoc_peer_entry_t, *p_adhoc_peer_entry_t;
};
typedef struct
{
adhoc_peer_entry_t Entry[MAX_ADHOC_PEER_NUM];
struct adhoc_peer_entry Entry[MAX_ADHOC_PEER_NUM];
unsigned char num;
} adhoc_peers_info_t, *p_adhoc_peers_info_t;

Expand Down

0 comments on commit 875301b

Please sign in to comment.