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/130-compile_fix.patch | |
parent | c4ce5f39374936462cfcc10d9bbe0f815d5c4a58 (diff) | |
download | upstream-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/130-compile_fix.patch')
-rw-r--r-- | package/hostapd/patches/130-compile_fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/hostapd/patches/130-compile_fix.patch b/package/hostapd/patches/130-compile_fix.patch new file mode 100644 index 0000000000..5a04f9a801 --- /dev/null +++ b/package/hostapd/patches/130-compile_fix.patch @@ -0,0 +1,10 @@ +--- a/src/drivers/driver_nl80211.c ++++ b/src/drivers/driver_nl80211.c +@@ -23,6 +23,7 @@ + #include <netlink/genl/genl.h> + #include <netlink/genl/family.h> + #include <netlink/genl/ctrl.h> ++#include <linux/rtnetlink.h> + #include "nl80211_copy.h" + + #include "common.h" |