aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/991-Fix-OpenWrt-13156.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2023-09-19 11:02:54 +0200
committerFelix Fietkau <nbd@nbd.name>2023-09-19 11:57:18 +0200
commit09b9d732ec76a0cf0c80223f1c0b991139dd4e82 (patch)
treebaf28930520cacf6f6eb90603b9773eed3caff49 /package/network/services/hostapd/patches/991-Fix-OpenWrt-13156.patch
parent8b385a45a65cb4721e6bb2fbb24ce080417e331f (diff)
downloadupstream-09b9d732ec76a0cf0c80223f1c0b991139dd4e82.tar.gz
upstream-09b9d732ec76a0cf0c80223f1c0b991139dd4e82.tar.bz2
upstream-09b9d732ec76a0cf0c80223f1c0b991139dd4e82.zip
hostapd: use phy name for hostapd interfaces instead of first-bss ifname
Improves reliability in error handling Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit a511480368a03f754aa6ce7887633247a07ea166)
Diffstat (limited to 'package/network/services/hostapd/patches/991-Fix-OpenWrt-13156.patch')
-rw-r--r--package/network/services/hostapd/patches/991-Fix-OpenWrt-13156.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/991-Fix-OpenWrt-13156.patch b/package/network/services/hostapd/patches/991-Fix-OpenWrt-13156.patch
index 3f10fb1eef..097d62abc0 100644
--- a/package/network/services/hostapd/patches/991-Fix-OpenWrt-13156.patch
+++ b/package/network/services/hostapd/patches/991-Fix-OpenWrt-13156.patch
@@ -20,7 +20,7 @@ Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
--- a/src/ap/hostapd.c
+++ b/src/ap/hostapd.c
-@@ -3563,6 +3563,8 @@ int hostapd_remove_iface(struct hapd_int
+@@ -3564,6 +3564,8 @@ int hostapd_remove_iface(struct hapd_int
void hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta,
int reassoc)
{
@@ -29,7 +29,7 @@ Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
if (hapd->tkip_countermeasures) {
hostapd_drv_sta_deauth(hapd, sta->addr,
WLAN_REASON_MICHAEL_MIC_FAILURE);
-@@ -3570,10 +3572,16 @@ void hostapd_new_assoc_sta(struct hostap
+@@ -3571,10 +3573,16 @@ void hostapd_new_assoc_sta(struct hostap
}
#ifdef CONFIG_IEEE80211BE