summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
diff options
context:
space:
mode:
authorSara Sharon2016-04-04 18:28:45 +0200
committerLuca Coelho2016-07-01 17:09:40 +0200
commitfbe4112791b8fe12bb3cae0b1e11830519f9dcfa (patch)
tree32c397fbc68460fedecf64d94b61621471262c39 /drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
parentiwlwifi: mvm: remove RX_PHY support for 9000 device (diff)
downloadkernel-qcow2-linux-fbe4112791b8fe12bb3cae0b1e11830519f9dcfa.tar.gz
kernel-qcow2-linux-fbe4112791b8fe12bb3cae0b1e11830519f9dcfa.tar.xz
kernel-qcow2-linux-fbe4112791b8fe12bb3cae0b1e11830519f9dcfa.zip
iwlwifi: mvm: update mpdu metadata API
rx_phy notification is no longer sent in devices with multiple rx queues. All the needed data is now set in the metadata - update code accordingly to reflect all the features as in the previous RX path. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/mvm.h')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/mvm/mvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h b/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
index dd0b8f8d3378..65f9a4b4b3b8 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
@@ -731,6 +731,7 @@ struct iwl_mvm {
struct iwl_sf_region sf_space;
u32 ampdu_ref;
+ bool ampdu_toggle;
struct iwl_notif_wait_data notif_wait;