hostapd: update to 20110402, fixes issues with non-QoS clients

SVN-Revision: 26414
This commit is contained in:
Felix Fietkau
2011-04-02 19:44:47 +00:00
parent f4aef6d553
commit 8807b396ce
14 changed files with 95 additions and 310 deletions

View File

@@ -1,6 +1,6 @@
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
@@ -4883,9 +4883,6 @@ static int wpa_driver_nl80211_set_mode(v
@@ -4904,9 +4904,6 @@ static int wpa_driver_nl80211_set_mode(v
/* Try to set the mode again while the interface is
* down */
ret = nl80211_set_mode(drv, drv->ifindex, nlmode);
@@ -10,7 +10,7 @@
if (!ret)
break;
} else
@@ -4898,6 +4895,8 @@ static int wpa_driver_nl80211_set_mode(v
@@ -4919,6 +4916,8 @@ static int wpa_driver_nl80211_set_mode(v
wpa_printf(MSG_DEBUG, "nl80211: Mode change succeeded while "
"interface is down");
drv->nlmode = nlmode;