summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/wfx.h
diff options
context:
space:
mode:
authorJérôme Pouiller <jerome.pouiller@silabs.com>2020-04-20 18:03:11 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-23 13:26:06 +0200
commit6ac29cc5af297098b7066e0eb3b6b9732a532f59 (patch)
tree8b1c74b79e94e25850771b44cc6d9eaf26678cc5 /drivers/staging/wfx/wfx.h
parent4b815a9da5e24a86264cedad15ee6c2d94716c8f (diff)
staging: wfx: drop unused attribute 'join_complete_status'
The field join_complete_status is never read. Drop it. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com> Link: https://lore.kernel.org/r/20200420160311.57323-17-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wfx/wfx.h b/drivers/staging/wfx/wfx.h
index 8d29bf77cfed..706e95cd1092 100644
--- a/drivers/staging/wfx/wfx.h
+++ b/drivers/staging/wfx/wfx.h
@@ -82,8 +82,6 @@ struct wfx_vif {
unsigned long uapsd_mask;
- int join_complete_status;
-
/* avoid some operations in parallel with scan */
struct mutex scan_lock;
struct work_struct scan_work;