aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/100-madwifi_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-11-29 16:56:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-11-29 16:56:38 +0000
commit4ca03b54ee2c82ce1e59868e2d23b18feebd6047 (patch)
treecf1fc6b2b7d877a0c8507d8c8f9259538992c537 /package/hostapd/patches/100-madwifi_fix.patch
parentc4ce5f39374936462cfcc10d9bbe0f815d5c4a58 (diff)
downloadupstream-4ca03b54ee2c82ce1e59868e2d23b18feebd6047.tar.gz
upstream-4ca03b54ee2c82ce1e59868e2d23b18feebd6047.tar.bz2
upstream-4ca03b54ee2c82ce1e59868e2d23b18feebd6047.zip
hostapd: update to latest git, fixes ampdu settings in the beacon HT IE
SVN-Revision: 18606
Diffstat (limited to 'package/hostapd/patches/100-madwifi_fix.patch')
-rw-r--r--package/hostapd/patches/100-madwifi_fix.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/patches/100-madwifi_fix.patch b/package/hostapd/patches/100-madwifi_fix.patch
index 915b86a641..42f0b3ad37 100644
--- a/package/hostapd/patches/100-madwifi_fix.patch
+++ b/package/hostapd/patches/100-madwifi_fix.patch
@@ -1,6 +1,6 @@
--- a/src/drivers/driver_madwifi.c
+++ b/src/drivers/driver_madwifi.c
-@@ -318,6 +318,7 @@ madwifi_set_iface_flags(void *priv, int
+@@ -323,6 +323,7 @@ madwifi_set_iface_flags(void *priv, int
{
struct madwifi_driver_data *drv = priv;
struct ifreq ifr;
@@ -8,7 +8,7 @@
wpa_printf(MSG_DEBUG, "%s: dev_up=%d", __func__, dev_up);
-@@ -332,10 +333,14 @@ madwifi_set_iface_flags(void *priv, int
+@@ -337,10 +338,14 @@ madwifi_set_iface_flags(void *priv, int
return -1;
}