mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
add the new compat-wireless for 2.6.27 + multi-rate retry and minstrel patches, rename patches/ for old compat-wireless to patches-old/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12865 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
14
package/mac80211/patches/100-define.patch
Normal file
14
package/mac80211/patches/100-define.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
--- a/include/net/compat.h
|
||||
+++ b/include/net/compat.h
|
||||
@@ -6,6 +6,11 @@
|
||||
#include <linux/compat_autoconf.h>
|
||||
|
||||
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28))
|
||||
+#include <linux/if_ether.h>
|
||||
+
|
||||
+#ifndef ETH_P_PAE
|
||||
+#define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
|
||||
+#endif
|
||||
#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)) */
|
||||
|
||||
#endif /* LINUX_26_COMPAT_H */
|
||||
Reference in New Issue
Block a user