]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: iwlwifi: mld: Correctly configure the A-MSDU max lengths
authorIlan Peer <ilan.peer@intel.com>
Sun, 9 Mar 2025 05:36:50 +0000 (07:36 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 11 Mar 2025 15:29:25 +0000 (16:29 +0100)
commit36b79cb091ad89f939d50a4f3af06534ae0fbdaa
treea86d9138f74b5879e25bd2e158894b48d780e4b8
parent67128af05c6419e1f56ea7f10a29fec8b8ec4add
wifi: iwlwifi: mld: Correctly configure the A-MSDU max lengths

Refactor the setting of the A-MSDU maximal lengths as follows:

- Move the setting of the maximal A-MSDU length in case of HT from TLC
  logic to the station logic as it is not related to TLC.
- As long as the station is not associated, set RC A-MSDU maximal
  lengths to 1, to prevent iwlmld and mac80211 from building A-MSDUs.
- Update the RC and the TID specific A-MSDU maximal lengths based on
  the FW TLC notifications.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250309073442.afc842633002.I68153b6b0c5d976f2c7525009631f8fa28e9987c@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mld/sta.c
drivers/net/wireless/intel/iwlwifi/mld/tlc.c