mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 18:14:07 +08:00
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>
This commit is contained in:
parent
6f475b7160
commit
0e0792fef4
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user