diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-10-30 17:09:54 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-10 15:11:56 -0500 |
commit | 2c706002fc147decdba2658ea48e4436faca3af2 (patch) | |
tree | 3e515fa59e6f7de045579f103cba09cd05293de7 /drivers/net/ps3_gelic_wireless.h | |
parent | 9b1fbae4b242cf86a878771eb59dc600dde72ec8 (diff) |
don't use net/ieee80211.h
Convert all the drivers using net/ieee80211.h to use linux/ieee80211.h.
Contains a bugfix in libertas where the SSID parsing could overrun the
buffer when the AP sends invalid information.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Dan Williams <dcbw@redhat.com> [airo, libertas]
Acked-by: Pavel Roskin <proski@gnu.org> [orinoco]
Acked-by: David Kilroy <kilroyd@googlemail.com> [orinoco]
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/ps3_gelic_wireless.h')
-rw-r--r-- | drivers/net/ps3_gelic_wireless.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ps3_gelic_wireless.h b/drivers/net/ps3_gelic_wireless.h index 5339e0078d18..5b631c6c9775 100644 --- a/drivers/net/ps3_gelic_wireless.h +++ b/drivers/net/ps3_gelic_wireless.h | |||
@@ -164,8 +164,8 @@ struct gelic_eurus_scan_info { | |||
164 | __be16 security; | 164 | __be16 security; |
165 | u8 bssid[8]; /* last ETH_ALEN are valid. bssid[0],[1] are unused */ | 165 | u8 bssid[8]; /* last ETH_ALEN are valid. bssid[0],[1] are unused */ |
166 | u8 essid[32]; /* IW_ESSID_MAX_SIZE */ | 166 | u8 essid[32]; /* IW_ESSID_MAX_SIZE */ |
167 | u8 rate[16]; /* first MAX_RATES_LENGTH(12) are valid */ | 167 | u8 rate[16]; /* first 12 are valid */ |
168 | u8 ext_rate[16]; /* first MAX_RATES_EX_LENGTH(16) are valid */ | 168 | u8 ext_rate[16]; /* first 16 are valid */ |
169 | __be32 reserved1; | 169 | __be32 reserved1; |
170 | __be32 reserved2; | 170 | __be32 reserved2; |
171 | __be32 reserved3; | 171 | __be32 reserved3; |