From: Luis R. Rodriguez Date: Tue, 5 May 2009 19:48:39 +0000 (-0400) Subject: mac80211: Fix sparse warning for ssid_len on ieee80211_sta_config_auth() X-Git-Tag: v2.6.31-rc1~330^2~448^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cfe62cd58da862db04d4eb61f218f65b0cedbb3;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed