aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/720-iface_max_num_sta.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-10-21 12:37:09 +0200
committerFelix Fietkau <nbd@nbd.name>2021-10-21 12:37:23 +0200
commit63c01ad025981eaa841353dc0fc27e5017febe21 (patch)
tree4f9a265b7c9266a2c4a34dfd5587769b3264ccce /package/network/services/hostapd/patches/720-iface_max_num_sta.patch
parentda4be02fcd5d642954b1c9d9855d9e8d1e6205f4 (diff)
downloadupstream-63c01ad025981eaa841353dc0fc27e5017febe21.tar.gz
upstream-63c01ad025981eaa841353dc0fc27e5017febe21.tar.bz2
upstream-63c01ad025981eaa841353dc0fc27e5017febe21.zip
hostapd: fix up patches after the last commit
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/services/hostapd/patches/720-iface_max_num_sta.patch')
-rw-r--r--package/network/services/hostapd/patches/720-iface_max_num_sta.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/720-iface_max_num_sta.patch b/package/network/services/hostapd/patches/720-iface_max_num_sta.patch
index e46c1f1a2c..72503b1aad 100644
--- a/package/network/services/hostapd/patches/720-iface_max_num_sta.patch
+++ b/package/network/services/hostapd/patches/720-iface_max_num_sta.patch
@@ -1,6 +1,6 @@
--- a/hostapd/config_file.c
+++ b/hostapd/config_file.c
-@@ -2873,6 +2873,14 @@ static int hostapd_config_fill(struct ho
+@@ -2875,6 +2875,14 @@ static int hostapd_config_fill(struct ho
line, bss->max_num_sta, MAX_STA_COUNT);
return 1;
}
@@ -60,7 +60,7 @@
struct hapd_interfaces *interfaces = iface->interfaces;
--- a/src/ap/beacon.c
+++ b/src/ap/beacon.c
-@@ -1042,7 +1042,7 @@ void handle_probe_req(struct hostapd_dat
+@@ -1039,7 +1039,7 @@ void handle_probe_req(struct hostapd_dat
if (hapd->conf->no_probe_resp_if_max_sta &&
is_multicast_ether_addr(mgmt->da) &&
is_multicast_ether_addr(mgmt->bssid) &&