diff options
author | Raphaël Mélotte <raphael.melotte@mind.be> | 2021-02-17 15:58:16 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-02-20 10:57:43 +0100 |
commit | e9c0c5021cca6e5982a9f6a1719897463c93a28b (patch) | |
tree | ba8509272d705c0453c14ce2bb23baa7a7f3acf1 /package/network/services/hostapd/Makefile | |
parent | a36d2ee310c65dce947c8a229091eb35e24e76a0 (diff) | |
download | upstream-e9c0c5021cca6e5982a9f6a1719897463c93a28b.tar.gz upstream-e9c0c5021cca6e5982a9f6a1719897463c93a28b.tar.bz2 upstream-e9c0c5021cca6e5982a9f6a1719897463c93a28b.zip |
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)
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r-- | package/network/services/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 386386c528..a4002f7ed7 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git |