iwlwifi: move to 512 queues

Avoid using the old define since it will enlarge necessary
structs for previous HW.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
Sara Sharon
2017-02-23 14:19:45 +02:00
committed by Luca Coelho
parent ced19f2696
commit e982bc2ca8
5 changed files with 8 additions and 6 deletions

View File

@@ -788,7 +788,7 @@ struct iwl_mvm {
u64 on_time_scan;
} radio_stats, accu_radio_stats;
u8 hw_queue_to_mac80211[IWL_MAX_HW_QUEUES];
u8 hw_queue_to_mac80211[IWL_MAX_TVQM_QUEUES];
struct {
u8 hw_queue_refcount;