Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259774
b: refs/heads/master
c: 96a6062
h: refs/heads/master
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent 646bf94 commit e9980e9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4aae86b437b5b2fd5985e04af04c3a9c632bff3e
refs/heads/master: 96a6062b877a4b1bfd09b9b0d188dc44847fd2b1
4 changes: 1 addition & 3 deletions trunk/drivers/staging/brcm80211/brcmfmac/dhd.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ struct dhd_info;
#define DOT11_BSSTYPE_ANY 2
#define DOT11_MAX_DEFAULT_KEYS 4

#define BCM_MSG_IFNAME_MAX 16

#define WLC_EVENT_MSG_LINK 0x01
#define WLC_EVENT_MSG_FLUSHTXQ 0x02
#define WLC_EVENT_MSG_GROUP 0x04
Expand All @@ -151,7 +149,7 @@ typedef struct {
u32 auth_type;
u32 datalen;
u8 addr[ETH_ALEN];
char ifname[BCM_MSG_IFNAME_MAX];
char ifname[IFNAMSIZ];
} __attribute__((packed)) wl_event_msg_t;

typedef struct bcmeth_hdr {
Expand Down

0 comments on commit e9980e9

Please sign in to comment.