1
0
Fork 0

staging: brcm80211: removed ap related comments

Code cleanup, reaction on the 2nd email from Dan Carpenter.

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Roland Vossen 2010-12-09 19:36:08 +01:00 committed by Greg Kroah-Hartman
parent 6f475b7160
commit 0e0792fef4
1 changed files with 0 additions and 7 deletions

View File

@ -2177,13 +2177,6 @@ uint wlc_detach(struct wlc_info *wlc)
/* Detach from iovar manager */
wlc_module_unregister(wlc->pub, "wlc_iovars", wlc);
/*
if (wlc->ap) {
wlc_ap_detach(wlc->ap);
wlc->ap = NULL;
}
*/
while (wlc->tx_queues != NULL) {
wlc_txq_free(wlc, wlc->osh, wlc->tx_queues);
}