aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211/softmac/ieee80211softmac_auth.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2006-01-04 15:06:28 -0500
committerJohn W. Linville <linville@tuxdriver.com>2006-03-22 22:16:51 -0500
commit714e1a511627b7d95ff1666c66272613a96d2873 (patch)
tree2facb019a7b364f820402bf43346f674a1dcf2a0 /net/ieee80211/softmac/ieee80211softmac_auth.c
parent32821837fa0b3a37b1f3e020769eb2a186cfff6e (diff)
[PATCH] softmac: fix some sparse warnings
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211/softmac/ieee80211softmac_auth.c')
-rw-r--r--net/ieee80211/softmac/ieee80211softmac_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_auth.c b/net/ieee80211/softmac/ieee80211softmac_auth.c
index 94cac14bc1d4..286f0718eb7e 100644
--- a/net/ieee80211/softmac/ieee80211softmac_auth.c
+++ b/net/ieee80211/softmac/ieee80211softmac_auth.c
@@ -243,7 +243,7 @@ free_aq:
243/* 243/*
244 * Handle deauthorization 244 * Handle deauthorization
245 */ 245 */
246void 246static void
247ieee80211softmac_deauth_from_net(struct ieee80211softmac_device *mac, 247ieee80211softmac_deauth_from_net(struct ieee80211softmac_device *mac,
248 struct ieee80211softmac_network *net) 248 struct ieee80211softmac_network *net)
249{ 249{