summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl1251/wl12xx_80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2011-07-13 10:39:17 +0200
committerJohn W. Linville <linville@tuxdriver.com>2011-08-08 14:26:21 -0400
commit9090e167d08c4fd8d7d2c7c7b0126ab5881f219a (patch)
treec93e11b57169fc6b179dd1355b9ac3f56f384653 /drivers/net/wireless/wl1251/wl12xx_80211.h
parent3b40c04071ce3c0d74d19518ef884fed5c981fd7 (diff)
wl1251: remove wext dependencies
This driver uses IW_ESSID_MAX_SIZE when it should be using IEEE80211_MAX_SSID_LEN instead. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl1251/wl12xx_80211.h')
-rw-r--r--drivers/net/wireless/wl1251/wl12xx_80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl1251/wl12xx_80211.h b/drivers/net/wireless/wl1251/wl12xx_80211.h
index 1417b1445c3d..04ed51495772 100644
--- a/drivers/net/wireless/wl1251/wl12xx_80211.h
+++ b/drivers/net/wireless/wl1251/wl12xx_80211.h
@@ -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 {