diff options
Diffstat (limited to 'net/ieee80211/softmac/ieee80211softmac_assoc.c')
-rw-r--r-- | net/ieee80211/softmac/ieee80211softmac_assoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_assoc.c b/net/ieee80211/softmac/ieee80211softmac_assoc.c index fb79ce7d6439..ea9f5aacce85 100644 --- a/net/ieee80211/softmac/ieee80211softmac_assoc.c +++ b/net/ieee80211/softmac/ieee80211softmac_assoc.c | |||
@@ -82,7 +82,7 @@ ieee80211softmac_assoc_timeout(void *d) | |||
82 | } | 82 | } |
83 | 83 | ||
84 | /* Sends out a disassociation request to the desired AP */ | 84 | /* Sends out a disassociation request to the desired AP */ |
85 | static void | 85 | void |
86 | ieee80211softmac_disassoc(struct ieee80211softmac_device *mac, u16 reason) | 86 | ieee80211softmac_disassoc(struct ieee80211softmac_device *mac, u16 reason) |
87 | { | 87 | { |
88 | unsigned long flags; | 88 | unsigned long flags; |