Skip to content

Commit e882985

Browse files
committed
Miri Korenblit says: ==================== iwlwifi fix ==================== The fix is for byte count tables in 7000/8000 family devices. Signed-off-by: Johannes Berg <[email protected]>
2 parents db87bd2 + a38108a commit e882985

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/intel/iwlwifi/pcie/gen1_2

1 file changed

+1
-1
lines changed

drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/tx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,7 @@ static void iwl_txq_gen1_update_byte_cnt_tbl(struct iwl_trans *trans,
20922092
break;
20932093
}
20942094

2095-
if (trans->mac_cfg->device_family >= IWL_DEVICE_FAMILY_9000 &&
2095+
if (trans->mac_cfg->device_family >= IWL_DEVICE_FAMILY_7000 &&
20962096
trans->mac_cfg->device_family < IWL_DEVICE_FAMILY_AX210)
20972097
len = DIV_ROUND_UP(len, 4);
20982098

0 commit comments

Comments
 (0)