diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-11-23 17:28:44 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-11-23 18:30:04 +0100 |
commit | 5a8988baa9b5a1616dd05cfa1ff358a175310c79 (patch) | |
tree | d8c8de6b6e87cb5c3e15098395883aadec81bec8 /package/network/services/hostapd/patches/730-ft_iface.patch | |
parent | 9b660c63ad28b60ef6efc0283238635b64a9ca4a (diff) | |
download | upstream-5a8988baa9b5a1616dd05cfa1ff358a175310c79.tar.gz upstream-5a8988baa9b5a1616dd05cfa1ff358a175310c79.tar.bz2 upstream-5a8988baa9b5a1616dd05cfa1ff358a175310c79.zip |
hostapd: refresh patches
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/services/hostapd/patches/730-ft_iface.patch')
-rw-r--r-- | package/network/services/hostapd/patches/730-ft_iface.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/hostapd/patches/730-ft_iface.patch b/package/network/services/hostapd/patches/730-ft_iface.patch index 793e8e0194..c1adf1ffcf 100644 --- a/package/network/services/hostapd/patches/730-ft_iface.patch +++ b/package/network/services/hostapd/patches/730-ft_iface.patch @@ -1,6 +1,6 @@ --- a/hostapd/config_file.c +++ b/hostapd/config_file.c -@@ -3031,6 +3031,8 @@ static int hostapd_config_fill(struct ho +@@ -3069,6 +3069,8 @@ static int hostapd_config_fill(struct ho wpa_printf(MSG_INFO, "Line %d: Obsolete peerkey parameter ignored", line); #ifdef CONFIG_IEEE80211R_AP @@ -11,7 +11,7 @@ hexstr2bin(pos, bss->mobility_domain, --- a/src/ap/ap_config.h +++ b/src/ap/ap_config.h -@@ -277,6 +277,7 @@ struct airtime_sta_weight { +@@ -284,6 +284,7 @@ struct airtime_sta_weight { struct hostapd_bss_config { char iface[IFNAMSIZ + 1]; char bridge[IFNAMSIZ + 1]; @@ -21,7 +21,7 @@ --- a/src/ap/wpa_auth_glue.c +++ b/src/ap/wpa_auth_glue.c -@@ -1565,8 +1565,12 @@ int hostapd_setup_wpa(struct hostapd_dat +@@ -1511,8 +1511,12 @@ int hostapd_setup_wpa(struct hostapd_dat wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt)) { const char *ft_iface; |