diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-12-10 23:13:42 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-02 15:47:13 +0100 |
commit | 99956528dfc703043ce927797ecd9af1032a180a (patch) | |
tree | a27bb98bb5d771726cabf481d4f7091748916661 /package/network/services/hostapd/patches/300-noscan.patch | |
parent | 5c4277ec376541b10f1acbea734aa29900eb5722 (diff) | |
download | upstream-99956528dfc703043ce927797ecd9af1032a180a.tar.gz upstream-99956528dfc703043ce927797ecd9af1032a180a.tar.bz2 upstream-99956528dfc703043ce927797ecd9af1032a180a.zip |
hostapd: update to version 2018-12-02 (2.7)
This updates hostapd to version the git version from 2018-12-02 which
matches the 2.7 release.
The removed patches were are already available in the upstream code, one
additional backport is needed to fix a compile problem.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network/services/hostapd/patches/300-noscan.patch')
-rw-r--r-- | package/network/services/hostapd/patches/300-noscan.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/300-noscan.patch b/package/network/services/hostapd/patches/300-noscan.patch index 4463c75c91..d055422969 100644 --- a/package/network/services/hostapd/patches/300-noscan.patch +++ b/package/network/services/hostapd/patches/300-noscan.patch @@ -1,6 +1,6 @@ --- a/hostapd/config_file.c +++ b/hostapd/config_file.c -@@ -3214,6 +3214,10 @@ static int hostapd_config_fill(struct ho +@@ -3317,6 +3317,10 @@ static int hostapd_config_fill(struct ho } #endif /* CONFIG_IEEE80211W */ #ifdef CONFIG_IEEE80211N @@ -13,7 +13,7 @@ } else if (os_strcmp(buf, "ht_capab") == 0) { --- a/src/ap/ap_config.h +++ b/src/ap/ap_config.h -@@ -775,6 +775,8 @@ struct hostapd_config { +@@ -781,6 +781,8 @@ struct hostapd_config { int ht_op_mode_fixed; u16 ht_capab; |