diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2006-01-04 21:06:28 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-23 04:16:51 +0100 |
commit | 714e1a511627b7d95ff1666c66272613a96d2873 (patch) | |
tree | 2facb019a7b364f820402bf43346f674a1dcf2a0 /net/ieee80211/softmac/ieee80211softmac_auth.c | |
parent | [PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL (diff) | |
download | linux-714e1a511627b7d95ff1666c66272613a96d2873.tar.xz linux-714e1a511627b7d95ff1666c66272613a96d2873.zip |
[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.c | 2 |
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: /* * Handle deauthorization */ -void +static void ieee80211softmac_deauth_from_net(struct ieee80211softmac_device *mac, struct ieee80211softmac_network *net) { |