hostapd: backport ignoring 4addr mode enabling error
authorRaphaël Mélotte <raphael.melotte@mind.be>
Wed, 17 Feb 2021 14:58:16 +0000 (15:58 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sat, 20 Feb 2021 09:57:43 +0000 (10:57 +0100)
commite9c0c5021cca6e5982a9f6a1719897463c93a28b
treeba8509272d705c0453c14ce2bb23baa7a7f3acf1
parenta36d2ee310c65dce947c8a229091eb35e24e76a0
hostapd: backport ignoring 4addr mode enabling error

This is a backport of the upstream commit 58bbbb598144 ("nl80211: Ignore
4addr mode enabling error if it was already enabled").

 nl80211_set_4addr_mode() could fail when trying to enable 4addr mode on
 an interface that is in a bridge and has 4addr mode already enabled.
 This operation would not have been necessary in the first place and this
 failure results in disconnecting, e.g., when roaming from one backhaul
 BSS to another BSS with Multi AP.

 Avoid this issue by ignoring the nl80211 command failure in the case
 where 4addr mode is being enabled while it has already been enabled.

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
[bump PKG_RELEASE, more verbose commit description]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit fb860b4e418c28a0f388f215e5acce103dcee1bf)
package/network/services/hostapd/Makefile
package/network/services/hostapd/patches/020-ignore-4addr-mode-enabling-error.patch [new file with mode: 0644]