commit | 175ad2ec89feb8c01f87be64882af67481b1b1f5 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Jul 13 18:08:03 2022 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jul 15 11:43:23 2022 +0200 |
tree | 29d6662f686510e1a4e1681f120f68bc2374acb9 | |
parent | 5d3a341c0dd21f14eb97cea3754621d8aa1637de [diff] |
wifi: mac80211: limit A-MSDU subframes for client too In AP/mesh where the stations are added by userspace, we limit the number of A-MSDU subframes according to the extended capabilities. Refactor the code and extend that also to client-side. Fixes: 506bcfa8abeb ("mac80211: limit the A-MSDU Tx based on peer's capabilities") Signed-off-by: Johannes Berg <johannes.berg@intel.com>