diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-11-29 16:56:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-11-29 16:56:38 +0000 |
commit | 4ca03b54ee2c82ce1e59868e2d23b18feebd6047 (patch) | |
tree | cf1fc6b2b7d877a0c8507d8c8f9259538992c537 /package/hostapd/patches/100-madwifi_fix.patch | |
parent | c4ce5f39374936462cfcc10d9bbe0f815d5c4a58 (diff) | |
download | mtk-20170518-4ca03b54ee2c82ce1e59868e2d23b18feebd6047.zip mtk-20170518-4ca03b54ee2c82ce1e59868e2d23b18feebd6047.tar.gz mtk-20170518-4ca03b54ee2c82ce1e59868e2d23b18feebd6047.tar.bz2 |
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.patch | 4 |
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 915b86a..42f0b3a 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; } |