Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265364
b: refs/heads/master
c: 9090e16
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Aug 8, 2011
1 parent aacfb09 commit 4c1688c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 3b40c04071ce3c0d74d19518ef884fed5c981fd7
refs/heads/master: 9090e167d08c4fd8d7d2c7c7b0126ab5881f219a
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl1251/cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ struct cmd_join {
u8 bss_type;
u8 channel;
u8 ssid_len;
u8 ssid[IW_ESSID_MAX_SIZE];
u8 ssid[IEEE80211_MAX_SSID_LEN];
u8 ctrl; /* JOIN_CMD_CTRL_* */
u8 tx_mgt_frame_rate; /* OBSOLETE */
u8 tx_mgt_frame_mod; /* OBSOLETE */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl1251/wl12xx_80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct wl12xx_ie_header {

struct wl12xx_ie_ssid {
struct wl12xx_ie_header header;
char ssid[IW_ESSID_MAX_SIZE];
char ssid[IEEE80211_MAX_SSID_LEN];
} __packed;

struct wl12xx_ie_rates {
Expand Down

0 comments on commit 4c1688c

Please sign in to comment.