diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/wfx/sta.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wfx/sta.c b/drivers/staging/wfx/sta.c index c8a23146cae0..7c8ebd76114e 100644 --- a/drivers/staging/wfx/sta.c +++ b/drivers/staging/wfx/sta.c @@ -419,8 +419,6 @@ static void wfx_do_unjoin(struct wfx_vif *wvif) cancel_work_sync(&wvif->event_handler_work); wfx_cqm_bssloss_sm(wvif, 0, 0, 0); - wvif->disable_beacon_filter = false; - wfx_update_filtering(wvif); memset(&wvif->bss_params, 0, sizeof(wvif->bss_params)); wfx_tx_unlock(wvif->wdev); } |