wifi: mac80211: remove support for AddBA with fragmentation
authorJohannes Berg <johannes.berg@intel.com>
Fri, 30 Sep 2022 11:24:11 +0000 (13:24 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 7 Oct 2022 13:24:31 +0000 (15:24 +0200)
commite8d0b807b4a223ae499d43e4baa6c45f946f42d5
tree4c884506cde9a2f42fae6488e787834e19cfecab
parent2e82be13c6a33cb8befd557f168c92fb363107df
wifi: mac80211: remove support for AddBA with fragmentation

HE added support for dynamic fragmentation inside aggregation
sessions, but no existing driver ever advertises it. Thus,
remove the code for now, it cannot work as-is in MLO. For it
to properly work in MLO, we'd need to validate that the frag
level is identical across all the link bands/iftypes, which
is a good amount of complex code that's just not worth it as
long as no driver has support for it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/agg-rx.c