From d77d9c3562d8fdfd00ebf8e1cb8c5b2b49aa4fbd Mon Sep 17 00:00:00 2001 From: kaloz Date: Mon, 21 Nov 2005 05:54:29 +0000 Subject: upgrade madwifi-ng snapshot to r1329-20051121 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2539 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../package/madwifi/patches/105-kernel_version_fix.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 target/linux/package/madwifi/patches/105-kernel_version_fix.patch (limited to 'target/linux/package/madwifi/patches/105-kernel_version_fix.patch') diff --git a/target/linux/package/madwifi/patches/105-kernel_version_fix.patch b/target/linux/package/madwifi/patches/105-kernel_version_fix.patch deleted file mode 100644 index f34c2ce75..000000000 --- a/target/linux/package/madwifi/patches/105-kernel_version_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur madwifi-svn/net80211/ieee80211_linux.h madwifi-svn.openwrt/net80211/ieee80211_linux.h ---- madwifi-svn/net80211/ieee80211_linux.h 2005-10-22 18:16:58.000000000 +0200 -+++ madwifi-svn.openwrt/net80211/ieee80211_linux.h 2005-10-22 18:31:50.000000000 +0200 -@@ -341,7 +341,7 @@ - } - #endif - /* XXX not in 2.6.6 but is in 2.6.10; might have appeared earlier */ --#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10) && LINUX_VERSION_CODE < KERNEL_VERSION(2,4,31) -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10) && LINUX_VERSION_CODE < KERNEL_VERSION(2,4,30) - static __inline unsigned long msecs_to_jiffies(const unsigned int m) - { - return (m * HZ + 999) / 1000; -- cgit v1.2.3