diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2006-01-31 14:28:58 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-22 22:17:01 -0500 |
commit | 1196862b7926d5312c7f8e8eaecba658b6553ba0 (patch) | |
tree | a3a949532c507c934a23e528d58555b486a211c8 /net | |
parent | b6c7658ef8888e82608265d8098d09807997f771 (diff) |
[PATCH] softmac: remove dead code
This patch removes ieee80211softmac_reassoc which is neither implemented
nor used nor necessary.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/ieee80211/softmac/ieee80211softmac_assoc.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_assoc.c b/net/ieee80211/softmac/ieee80211softmac_assoc.c index c6124fcf27b7..c788377f5648 100644 --- a/net/ieee80211/softmac/ieee80211softmac_assoc.c +++ b/net/ieee80211/softmac/ieee80211softmac_assoc.c | |||
@@ -83,13 +83,6 @@ ieee80211softmac_assoc_timeout(void *d) | |||
83 | ieee80211softmac_call_events(mac, IEEE80211SOFTMAC_EVENT_ASSOCIATE_TIMEOUT, NULL); | 83 | ieee80211softmac_call_events(mac, IEEE80211SOFTMAC_EVENT_ASSOCIATE_TIMEOUT, NULL); |
84 | } | 84 | } |
85 | 85 | ||
86 | static void | ||
87 | ieee80211softmac_reassoc(struct ieee80211softmac_device *mac) | ||
88 | { | ||
89 | function_enter(); | ||
90 | } | ||
91 | |||
92 | |||
93 | /* Sends out a disassociation request to the desired AP */ | 86 | /* Sends out a disassociation request to the desired AP */ |
94 | static void | 87 | static void |
95 | ieee80211softmac_disassoc(struct ieee80211softmac_device *mac, u16 reason) | 88 | ieee80211softmac_disassoc(struct ieee80211softmac_device *mac, u16 reason) |