Browse Source

[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>
Johannes Berg 19 years ago
parent
commit
1196862b79
1 changed files with 0 additions and 7 deletions
  1. 0 7
      net/ieee80211/softmac/ieee80211softmac_assoc.c

+ 0 - 7
net/ieee80211/softmac/ieee80211softmac_assoc.c

@@ -83,13 +83,6 @@ ieee80211softmac_assoc_timeout(void *d)
 	ieee80211softmac_call_events(mac, IEEE80211SOFTMAC_EVENT_ASSOCIATE_TIMEOUT, NULL);
 	ieee80211softmac_call_events(mac, IEEE80211SOFTMAC_EVENT_ASSOCIATE_TIMEOUT, NULL);
 }
 }
 
 
-static void
-ieee80211softmac_reassoc(struct ieee80211softmac_device *mac)
-{
-	function_enter();
-}
-
-
 /* Sends out a disassociation request to the desired AP */
 /* Sends out a disassociation request to the desired AP */
 static void
 static void
 ieee80211softmac_disassoc(struct ieee80211softmac_device *mac, u16 reason)
 ieee80211softmac_disassoc(struct ieee80211softmac_device *mac, u16 reason)