aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2009-05-05 15:48:39 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-05-06 15:15:04 -0400
commit6cfe62cd58da862db04d4eb61f218f65b0cedbb3 (patch)
tree67b7f50304e0027d4028e3729578f666873075d5 /net/mac80211
parentp54: correct merge damage from "p54: more SoftLED updates" (diff)
downloadlinux-dev-6cfe62cd58da862db04d4eb61f218f65b0cedbb3.tar.xz
linux-dev-6cfe62cd58da862db04d4eb61f218f65b0cedbb3.zip
mac80211: Fix sparse warning for ssid_len on ieee80211_sta_config_auth()
net/mac80211/mlme.c:2079:28: warning: symbol 'ssid_len' shadows an earlier one net/mac80211/mlme.c:2022:12: originally declared here ssid_len is already being declared and checked above so there is no need for it again. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/mlme.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 5509c5aa6beb..75c487229f2e 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -2076,10 +2076,6 @@ static int ieee80211_sta_config_auth(struct ieee80211_sub_if_data *sdata)
return 0;
} else {
if (ifmgd->assoc_scan_tries < IEEE80211_ASSOC_SCANS_MAX_TRIES) {
- u8 ssid_len = 0;
-
- if (!(ifmgd->flags & IEEE80211_STA_AUTO_SSID_SEL))
- ssid_len = ifmgd->ssid_len;
ifmgd->assoc_scan_tries++;