We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c60058 commit a38108aCopy full SHA for a38108a
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/tx.c
@@ -2092,7 +2092,7 @@ static void iwl_txq_gen1_update_byte_cnt_tbl(struct iwl_trans *trans,
2092
break;
2093
}
2094
2095
- if (trans->mac_cfg->device_family >= IWL_DEVICE_FAMILY_9000 &&
+ if (trans->mac_cfg->device_family >= IWL_DEVICE_FAMILY_7000 &&
2096
trans->mac_cfg->device_family < IWL_DEVICE_FAMILY_AX210)
2097
len = DIV_ROUND_UP(len, 4);
2098
0 commit comments