hostapd: revert upstream commit to fix #13156
authorStijn Tintel <stijn@linux-ipv6.be>
Fri, 4 Aug 2023 07:03:10 +0000 (10:03 +0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 18 Aug 2023 21:45:16 +0000 (23:45 +0200)
commit324673914d42f5fb9b70cc73e955117828b99f3b
tree174dc7fd116d7c7b1d323bfa0c2efb1a299bfcdd
parent973c5d4a1d5d732f46b577384f39da2336a80fb1
hostapd: revert upstream commit to fix #13156

Commit e978072baaca ("Do prune_association only after the STA is
authorized") causes issues when an STA roams from one interface to
another interface on the same PHY. The mt7915 driver is not able to
handle this properly. While the commits fixes a DoS, there are other
devices and drivers with the same limitation, so revert to the orginal
behavior for now, until we have a better solution in place.

Fixes: #13156
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
package/network/services/hostapd/patches/991-Fix-OpenWrt-13156.patch [new file with mode: 0644]