diff options
author | Jérôme Pouiller <jerome.pouiller@silabs.com> | 2020-04-15 18:11:32 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-04-16 12:29:41 +0200 |
commit | b3919d9bbcde6c27f2072dd4242c54e076bb17b7 (patch) | |
tree | ca1174bb4790488d7ca54da3941b8f6c4d67ffec /drivers/staging/wfx/wfx.h | |
parent | e269060e79ed834c5519a037facc5944ea52f739 (diff) |
staging: wfx: wfx_update_filtering_work() is no more used
Since we had simplified the join process, update_filtering_work is no
more used. Drop it.
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200415161147.69738-6-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wfx/wfx.h')
-rw-r--r-- | drivers/staging/wfx/wfx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wfx/wfx.h b/drivers/staging/wfx/wfx.h index 41d67dc091a6..a69d9c9c37b6 100644 --- a/drivers/staging/wfx/wfx.h +++ b/drivers/staging/wfx/wfx.h @@ -91,7 +91,6 @@ struct wfx_vif { bool filter_bssid; bool fwd_probe_req; bool disable_beacon_filter; - struct work_struct update_filtering_work; unsigned long uapsd_mask; struct hif_req_set_bss_params bss_params; |