summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/wfx.h
diff options
context:
space:
mode:
authorJérôme Pouiller <jerome.pouiller@silabs.com>2020-04-10 15:32:38 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-13 14:42:51 +0200
commit790241e92847c93f1bd7772299e6c58fb8f185e8 (patch)
treedd19daff291a5b4f3fb7ae9b210d107c137d2a8e /drivers/staging/wfx/wfx.h
parent239a1d3c646080a85d72ed2ffb2d26e703e5ef72 (diff)
staging: wfx: drop unused attribute 'beacon_int'
The field beacon_int is never read. Drop it. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com> Link: https://lore.kernel.org/r/20200410133239.438347-19-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wfx/wfx.h b/drivers/staging/wfx/wfx.h
index 619e6f5c1345..41d67dc091a6 100644
--- a/drivers/staging/wfx/wfx.h
+++ b/drivers/staging/wfx/wfx.h
@@ -88,7 +88,6 @@ struct wfx_vif {
struct work_struct update_tim_work;
- int beacon_int;
bool filter_bssid;
bool fwd_probe_req;
bool disable_beacon_filter;