Commit e882985b authored by Johannes Berg's avatar Johannes Berg
Browse files

Merge tag 'iwlwifi-fixes-2025-09-15' of...

Merge tag 'iwlwifi-fixes-2025-09-15' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next



Miri Korenblit says:
====================
iwlwifi fix
====================

The fix is for byte count tables in 7000/8000 family devices.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parents db87bd2a a38108a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2092,7 +2092,7 @@ static void iwl_txq_gen1_update_byte_cnt_tbl(struct iwl_trans *trans,
		break;
	}

	if (trans->mac_cfg->device_family >= IWL_DEVICE_FAMILY_9000 &&
	if (trans->mac_cfg->device_family >= IWL_DEVICE_FAMILY_7000 &&
	    trans->mac_cfg->device_family < IWL_DEVICE_FAMILY_AX210)
		len = DIV_ROUND_UP(len, 4);