summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
diff options
context:
space:
mode:
authorSara Sharon <sara.sharon@intel.com>2016-04-04 16:28:45 (GMT)
committerLuca Coelho <luciano.coelho@intel.com>2016-07-01 15:09:40 (GMT)
commitfbe4112791b8fe12bb3cae0b1e11830519f9dcfa (patch)
tree32c397fbc68460fedecf64d94b61621471262c39 /drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
parent6d99c88f6003062796cade71997731caec0dd8dc (diff)
downloadlinux-fbe4112791b8fe12bb3cae0b1e11830519f9dcfa.tar.xz
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 dd0b8f8..65f9a4b 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;