]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: iwlwifi: fix byte count table for old devices
authorJohannes Berg <johannes.berg@intel.com>
Thu, 25 Sep 2025 08:00:06 +0000 (10:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2025 11:48:39 +0000 (13:48 +0200)
commitb9ebc20920be34e5be4f27e7c928c3e80d2d5dc8
tree1f30bd6ffaeba8ba5562761132a8e0b5f53f86a0
parentfc19489dfaf424397ba8d03b47e8786eaed7b3fc
wifi: iwlwifi: fix byte count table for old devices

commit 586e3cb33ba6890054b95aa0ade0a165890efabd upstream.

For devices handled by iwldvm, bc_table_dword was never set, but I missed
that during the removal thereof. Change the logic to not treat the byte
count table as dwords for devices older than 9000 series to fix that.

Fixes: 6570ea227826 ("wifi: iwlwifi: remove bc_table_dword transport config")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250828095500.eccd7d3939f1.Ibaffa06d0b3aa5f35a9451d94af34de208b8a2bc@changeid
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/intel/iwlwifi/pcie/tx.c