qos-scripts: remove the layer7 based classifiers from the default configuration ...
[openwrt-10.03/.git] / package / hostapd / patches / 120-compile_fix.patch
index f107cd49c6fbc3c87e27f6e227e017c6bef74cb1..89480c1849da3da81ce90d8e0ef6cbdf8584ad03 100644 (file)
@@ -8,3 +8,21 @@
  #include <netpacket/packet.h>
  #include <linux/filter.h>
  #include "nl80211_copy.h"
+--- a/src/drivers/driver_madwifi.c
++++ b/src/drivers/driver_madwifi.c
+@@ -69,6 +69,7 @@
+ #define MADWIFI_NG
+ #endif /* IEEE80211_IOCTL_SETWMMPARAMS */
++#define WPA_KEY_RSC_LEN 8
+ #ifdef HOSTAPD
+@@ -1506,7 +1507,6 @@ wpa_driver_madwifi_set_key(const char *i
+       wk.ik_keyix = key_idx;
+       wk.ik_keylen = key_len;
+ #ifdef WORDS_BIGENDIAN
+-#define WPA_KEY_RSC_LEN 8
+       {
+               size_t i;
+               u8 tmp[WPA_KEY_RSC_LEN];