diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-21 16:58:19 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-21 16:58:50 +0200 |
commit | ca6375ac515291e8ba71a5b4e378d1ebf4cebf2f (patch) | |
tree | 778b1f13ce4c2134e7864dffca17cec117f152d2 /package/network/services/hostapd/patches/300-noscan.patch | |
parent | 14eb09d5c0458fb619dc7030c149322ef0b137c3 (diff) | |
download | mtk-20170518-ca6375ac515291e8ba71a5b4e378d1ebf4cebf2f.zip mtk-20170518-ca6375ac515291e8ba71a5b4e378d1ebf4cebf2f.tar.gz mtk-20170518-ca6375ac515291e8ba71a5b4e378d1ebf4cebf2f.tar.bz2 |
hostapd: fix an error on parsing radius_das_client
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/services/hostapd/patches/300-noscan.patch')
-rw-r--r-- | package/network/services/hostapd/patches/300-noscan.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/patches/300-noscan.patch b/package/network/services/hostapd/patches/300-noscan.patch index bb3d57b..21d6316 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 -@@ -2861,6 +2861,10 @@ static int hostapd_config_fill(struct ho +@@ -2862,6 +2862,10 @@ static int hostapd_config_fill(struct ho } #endif /* CONFIG_IEEE80211W */ #ifdef CONFIG_IEEE80211N |