Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1196862b authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

[PATCH] softmac: remove dead code



This patch removes ieee80211softmac_reassoc which is neither implemented
nor used nor necessary.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent b6c7658e
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -83,13 +83,6 @@ ieee80211softmac_assoc_timeout(void *d)
	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 */
static void
ieee80211softmac_disassoc(struct ieee80211softmac_device *mac, u16 reason)