summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/wfx.h
diff options
context:
space:
mode:
authorJérôme Pouiller <jerome.pouiller@silabs.com>2020-04-20 19:03:05 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-23 14:26:04 +0300
commit7a44644c9379eb1bbb03ce8054a0b0179f470146 (patch)
tree3d497afa43e8ba56f35bf6331f2de6c3a83eafe5 /drivers/staging/wfx/wfx.h
parent28502e02e27ab45ba948bec970be95dc771a5175 (diff)
downloadlinux-7a44644c9379eb1bbb03ce8054a0b0179f470146.tar.xz
staging: wfx: introduce wfx_set_default_unicast_key()
Currently code handle WEP keys manually. It is far easier to use the set_default_unicast_key() callback provided by mac80211. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com> Link: https://lore.kernel.org/r/20200420160311.57323-11-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/wfx/wfx.h b/drivers/staging/wfx/wfx.h
index 913b80d024a3..0fa88de64907 100644
--- a/drivers/staging/wfx/wfx.h
+++ b/drivers/staging/wfx/wfx.h
@@ -74,10 +74,6 @@ struct wfx_vif {
bool after_dtim_tx_allowed;
struct delayed_work beacon_loss_work;
- s8 wep_default_key_id;
- struct sk_buff *wep_pending_skb;
- struct work_struct wep_key_work;
-
struct tx_policy_cache tx_policy_cache;
struct work_struct tx_policy_upload_work;