diff options
author | Mike Baker <mbm@openwrt.org> | 2006-06-13 18:27:55 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-06-13 18:27:55 +0000 |
commit | 1acf26b4b9014f05b694f3d174da096593ac45c4 (patch) | |
tree | c0fcb5b69e8ec202e72c6607cc230bfd25cee61e /openwrt | |
parent | 6a3c1ce2d463e11ba0d2f8fb37c7b77ee625bbcb (diff) | |
download | mtk-20170518-1acf26b4b9014f05b694f3d174da096593ac45c4.zip mtk-20170518-1acf26b4b9014f05b694f3d174da096593ac45c4.tar.gz mtk-20170518-1acf26b4b9014f05b694f3d174da096593ac45c4.tar.bz2 |
fix madwifi compile when using slab allocator
SVN-Revision: 3937
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/package/madwifi/patches/105-slab_fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/madwifi/patches/105-slab_fix.patch b/openwrt/target/linux/package/madwifi/patches/105-slab_fix.patch new file mode 100644 index 0000000..8de7dc7 --- /dev/null +++ b/openwrt/target/linux/package/madwifi/patches/105-slab_fix.patch @@ -0,0 +1,11 @@ +diff -ruN madwifi-ng-r1590-20060523/net80211/ieee80211_linux.c madwifi-ng-r1590-20060523-patch/net80211/ieee80211_linux.c +--- madwifi-ng-r1590-20060523/net80211/ieee80211_linux.c 2006-06-13 14:26:25 -04:00 ++++ madwifi-ng-r1590-20060523-patch/net80211/ieee80211_linux.c 2006-06-13 14:26:41 -04:00 +@@ -44,6 +44,7 @@ + #include <linux/etherdevice.h> + #include <linux/if_vlan.h> + #include <linux/vmalloc.h> ++#include <linux/slab.h> + + #include <net/iw_handler.h> + #include <linux/wireless.h> |