diff options
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/sta.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/sta.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/sta.h b/drivers/net/wireless/intel/iwlwifi/mvm/sta.h index 0614296244b3..79700c7310a1 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/sta.h +++ b/drivers/net/wireless/intel/iwlwifi/mvm/sta.h | |||
| @@ -394,6 +394,7 @@ struct iwl_mvm_rxq_dup_data { | |||
| 394 | * the BA window. To be used for UAPSD only. | 394 | * the BA window. To be used for UAPSD only. |
| 395 | * @ptk_pn: per-queue PTK PN data structures | 395 | * @ptk_pn: per-queue PTK PN data structures |
| 396 | * @dup_data: per queue duplicate packet detection data | 396 | * @dup_data: per queue duplicate packet detection data |
| 397 | * @wep_key: used in AP mode. Is a duplicate of the WEP key. | ||
| 397 | * @deferred_traffic_tid_map: indication bitmap of deferred traffic per-TID | 398 | * @deferred_traffic_tid_map: indication bitmap of deferred traffic per-TID |
| 398 | * @tx_ant: the index of the antenna to use for data tx to this station. Only | 399 | * @tx_ant: the index of the antenna to use for data tx to this station. Only |
| 399 | * used during connection establishment (e.g. for the 4 way handshake | 400 | * used during connection establishment (e.g. for the 4 way handshake |
| @@ -425,6 +426,8 @@ struct iwl_mvm_sta { | |||
| 425 | struct iwl_mvm_key_pn __rcu *ptk_pn[4]; | 426 | struct iwl_mvm_key_pn __rcu *ptk_pn[4]; |
| 426 | struct iwl_mvm_rxq_dup_data *dup_data; | 427 | struct iwl_mvm_rxq_dup_data *dup_data; |
| 427 | 428 | ||
| 429 | struct ieee80211_key_conf *wep_key; | ||
| 430 | |||
| 428 | u8 reserved_queue; | 431 | u8 reserved_queue; |
| 429 | 432 | ||
| 430 | /* Temporary, until the new TLC will control the Tx protection */ | 433 | /* Temporary, until the new TLC will control the Tx protection */ |
