diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-04-29 11:14:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-04-29 11:14:53 +0000 |
commit | d4d223edad38f74de68f284e375532d6226604a4 (patch) | |
tree | 4ee26be95b580164120b6dd497ee40f82d0492be /package/hostapd/patches/560-indicate-features.patch | |
parent | 873cdb190cc04350be85faa82da6ec4995ce5541 (diff) | |
download | mtk-20170518-d4d223edad38f74de68f284e375532d6226604a4.zip mtk-20170518-d4d223edad38f74de68f284e375532d6226604a4.tar.gz mtk-20170518-d4d223edad38f74de68f284e375532d6226604a4.tar.bz2 |
hostapd: update to 20120428, fixes some radius issues and wds ap mac address issues
SVN-Revision: 31515
Diffstat (limited to 'package/hostapd/patches/560-indicate-features.patch')
-rw-r--r-- | package/hostapd/patches/560-indicate-features.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/hostapd/patches/560-indicate-features.patch b/package/hostapd/patches/560-indicate-features.patch index 7d8b1b5..257928c 100644 --- a/package/hostapd/patches/560-indicate-features.patch +++ b/package/hostapd/patches/560-indicate-features.patch @@ -36,16 +36,16 @@ #include "wpa_supplicant_i.h" #include "driver_i.h" -@@ -140,7 +141,7 @@ int main(int argc, char *argv[]) - wpa_supplicant_fd_workaround(); +@@ -145,7 +146,7 @@ int main(int argc, char *argv[]) for (;;) { -- c = getopt(argc, argv, "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qstuvW"); -+ c = getopt(argc, argv, "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qstuv::W"); + c = getopt(argc, argv, +- "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qsTtuvW"); ++ "b:Bc:C:D:de:f:g:hH:i:KLNo:O:p:P:qsTtuv::W"); if (c < 0) break; switch (c) { -@@ -227,8 +228,12 @@ int main(int argc, char *argv[]) +@@ -237,8 +238,12 @@ int main(int argc, char *argv[]) break; #endif /* CONFIG_DBUS */ case 'v': |