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

@@ -170,7 +170,7 @@ struct iwl_base_params {
apmg_wake_up_wa:1,
scd_chain_ext_wa:1;
u8 num_of_queues; /* def: HW dependent */
u16 num_of_queues; /* def: HW dependent */
u8 max_ll_items;
u8 led_compensation;