diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2025-09-17 12:35:38 +0200 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2025-09-17 12:36:08 +0200 |
| commit | e882985b09b2469b7d48389e08fb790dc9497d60 (patch) | |
| tree | 8fa63a95f7592926a1e68668b268021be937ba20 /drivers/net | |
| parent | Merge tag 'net-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... (diff) | |
| parent | wifi: iwlwifi: pcie: fix byte count table for some devices (diff) | |
| download | linux-e882985b09b2469b7d48389e08fb790dc9497d60.tar.gz linux-e882985b09b2469b7d48389e08fb790dc9497d60.zip | |
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: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/tx.c b/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/tx.c index d912e709a92c..bb03dad4a300 100644 --- a/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/tx.c +++ b/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, 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); |
