aboutsummaryrefslogtreecommitdiff
path: root/net/ieee80211/softmac/ieee80211softmac_auth.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2006-01-04 21:06:28 +0100
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 94cac14bc1d..286f0718eb7 100644
--- a/net/ieee80211/softmac/ieee80211softmac_auth.c
+++ b/net/ieee80211/softmac/ieee80211softmac_auth.c
@@ -243,7 +243,7 @@ free_aq:
/*
* Handle deauthorization
*/
-void
+static void
ieee80211softmac_deauth_from_net(struct ieee80211softmac_device *mac,
struct ieee80211softmac_network *net)
{