aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/330-multicall_bridge_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-02 19:44:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-02 19:44:47 +0000
commit83cdf40c1673013b62745f82fcbe58f27204c5ac (patch)
tree800ca0dcec4e11161877ecb66721941b61e135c7 /package/hostapd/patches/330-multicall_bridge_fix.patch
parent70cc161e6fa7c7e71787762c295a04a9a2405a22 (diff)
downloadupstream-83cdf40c1673013b62745f82fcbe58f27204c5ac.tar.gz
upstream-83cdf40c1673013b62745f82fcbe58f27204c5ac.tar.bz2
upstream-83cdf40c1673013b62745f82fcbe58f27204c5ac.zip
hostapd: update to 20110402, fixes issues with non-QoS clients
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26414 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/330-multicall_bridge_fix.patch')
-rw-r--r--package/hostapd/patches/330-multicall_bridge_fix.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/hostapd/patches/330-multicall_bridge_fix.patch b/package/hostapd/patches/330-multicall_bridge_fix.patch
index 96456ea728..b67012242a 100644
--- a/package/hostapd/patches/330-multicall_bridge_fix.patch
+++ b/package/hostapd/patches/330-multicall_bridge_fix.patch
@@ -1,6 +1,6 @@
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
-@@ -464,6 +464,10 @@ static void wpa_driver_nl80211_event_rtm
+@@ -466,6 +466,10 @@ static void wpa_driver_nl80211_event_rtm
return;
}
@@ -11,7 +11,7 @@
wpa_printf(MSG_DEBUG, "RTM_NEWLINK: operstate=%d ifi_flags=0x%x "
"(%s%s%s%s)",
drv->operstate, ifi->ifi_flags,
-@@ -535,6 +539,10 @@ static void wpa_driver_nl80211_event_rtm
+@@ -537,6 +541,10 @@ static void wpa_driver_nl80211_event_rtm
attrlen = len;
attr = (struct rtattr *) buf;
@@ -22,8 +22,8 @@
rta_len = RTA_ALIGN(sizeof(struct rtattr));
while (RTA_OK(attr, attrlen)) {
if (attr->rta_type == IFLA_IFNAME) {
-@@ -1610,6 +1618,11 @@ static int wpa_driver_nl80211_capa(struc
- drv->capa.flags |= WPA_DRIVER_FLAGS_P2P_CAPABLE;
+@@ -1636,6 +1644,11 @@ static int wpa_driver_nl80211_capa(struc
+ drv->capa.flags |= WPA_DRIVER_FLAGS_EAPOL_TX_STATUS;
drv->capa.max_remain_on_chan = info.max_remain_on_chan;
+#ifdef HOSTAPD
@@ -34,7 +34,7 @@
return 0;
}
-@@ -5602,8 +5615,6 @@ static void *i802_init(struct hostapd_da
+@@ -5623,8 +5636,6 @@ static void *i802_init(struct hostapd_da
br_ifindex = 0;
}