diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-03-27 10:42:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-03-27 10:42:47 +0000 |
commit | 4225e4b2d8fe131d93df97916b77910c0906c1ad (patch) | |
tree | 52a27698f502489b680f8bdca34d9df20b95d8a6 /package/hostapd/patches/760-fix_wds_sta_check.patch | |
parent | 35607da5b8150cb2d10e0e5e9c521f19ca47f677 (diff) | |
download | mtk-20170518-4225e4b2d8fe131d93df97916b77910c0906c1ad.zip mtk-20170518-4225e4b2d8fe131d93df97916b77910c0906c1ad.tar.gz mtk-20170518-4225e4b2d8fe131d93df97916b77910c0906c1ad.tar.bz2 |
hostapd: update to 20120326
SVN-Revision: 31080
Diffstat (limited to 'package/hostapd/patches/760-fix_wds_sta_check.patch')
-rw-r--r-- | package/hostapd/patches/760-fix_wds_sta_check.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/hostapd/patches/760-fix_wds_sta_check.patch b/package/hostapd/patches/760-fix_wds_sta_check.patch deleted file mode 100644 index 2b80867..0000000 --- a/package/hostapd/patches/760-fix_wds_sta_check.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/src/ap/ieee802_11.c -+++ b/src/ap/ieee802_11.c -@@ -1774,6 +1774,9 @@ void ieee802_11_rx_from_unknown(struct h - - sta = ap_get_sta(hapd, src); - if (sta && (sta->flags & WLAN_STA_ASSOC)) { -+ if (!hapd->conf->wds_sta) -+ return; -+ - if (wds && !(sta->flags & WLAN_STA_WDS)) { - wpa_printf(MSG_DEBUG, "Enable 4-address WDS mode for " - "STA " MACSTR " (aid %u)", |