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/430-rescan_immediately.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/430-rescan_immediately.patch')
-rw-r--r-- | package/hostapd/patches/430-rescan_immediately.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/patches/430-rescan_immediately.patch b/package/hostapd/patches/430-rescan_immediately.patch index 42600ce..5332c9c 100644 --- a/package/hostapd/patches/430-rescan_immediately.patch +++ b/package/hostapd/patches/430-rescan_immediately.patch @@ -1,6 +1,6 @@ --- a/wpa_supplicant/wpa_supplicant.c +++ b/wpa_supplicant/wpa_supplicant.c -@@ -2191,7 +2191,7 @@ static struct wpa_supplicant * wpa_suppl +@@ -2215,7 +2215,7 @@ static struct wpa_supplicant * wpa_suppl if (wpa_s == NULL) return NULL; wpa_s->scan_req = 1; |