diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-06-01 03:01:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-06-01 03:01:58 +0000 |
commit | a91f7dcfd824d920378d2034f97cb2e06274226d (patch) | |
tree | 142c36f37e0f42439a540dcf785bc72e05d31165 /package/madwifi/patches/124-linux24_compat.patch | |
parent | c05f60e0d0c4f57b99e21982f4bff5d385d073d0 (diff) | |
download | mtk-20170518-a91f7dcfd824d920378d2034f97cb2e06274226d.zip mtk-20170518-a91f7dcfd824d920378d2034f97cb2e06274226d.tar.gz mtk-20170518-a91f7dcfd824d920378d2034f97cb2e06274226d.tar.bz2 |
madwifi: refresh patches
SVN-Revision: 11316
Diffstat (limited to 'package/madwifi/patches/124-linux24_compat.patch')
-rw-r--r-- | package/madwifi/patches/124-linux24_compat.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package/madwifi/patches/124-linux24_compat.patch b/package/madwifi/patches/124-linux24_compat.patch index 5f0eacd..5bde01b 100644 --- a/package/madwifi/patches/124-linux24_compat.patch +++ b/package/madwifi/patches/124-linux24_compat.patch @@ -1,7 +1,7 @@ Index: madwifi-trunk-r3314/ath/if_athvar.h =================================================================== ---- madwifi-trunk-r3314.orig/ath/if_athvar.h 2008-02-20 18:10:45.991135277 +0100 -+++ madwifi-trunk-r3314/ath/if_athvar.h 2008-02-20 18:10:48.307267266 +0100 +--- madwifi-trunk-r3314.orig/ath/if_athvar.h ++++ madwifi-trunk-r3314/ath/if_athvar.h @@ -126,6 +126,11 @@ #define ATH_GET_NETDEV_DEV(ndev) ((ndev)->class_dev.dev) #endif @@ -16,8 +16,8 @@ Index: madwifi-trunk-r3314/ath/if_athvar.h void (*setup)(struct net_device *)) Index: madwifi-trunk-r3314/ath/if_ath_radar.c =================================================================== ---- madwifi-trunk-r3314.orig/ath/if_ath_radar.c 2008-02-20 18:10:45.999135735 +0100 -+++ madwifi-trunk-r3314/ath/if_ath_radar.c 2008-02-20 18:10:48.307267266 +0100 +--- madwifi-trunk-r3314.orig/ath/if_ath_radar.c ++++ madwifi-trunk-r3314/ath/if_ath_radar.c @@ -92,6 +92,13 @@ #define nofloat_pct(_value, _pct) \ ( (_value * (1000 + _pct)) / 1000 ) @@ -34,8 +34,8 @@ Index: madwifi-trunk-r3314/ath/if_ath_radar.c const char *name; Index: madwifi-trunk-r3314/ath/if_ath.c =================================================================== ---- madwifi-trunk-r3314.orig/ath/if_ath.c 2008-02-20 18:10:47.047195460 +0100 -+++ madwifi-trunk-r3314/ath/if_ath.c 2008-02-20 18:10:48.315267722 +0100 +--- madwifi-trunk-r3314.orig/ath/if_ath.c ++++ madwifi-trunk-r3314/ath/if_ath.c @@ -4705,6 +4705,46 @@ #undef USE_SHPREAMBLE } @@ -85,8 +85,8 @@ Index: madwifi-trunk-r3314/ath/if_ath.c */ Index: madwifi-trunk-r3314/net80211/sort.c =================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ madwifi-trunk-r3314/net80211/sort.c 2008-02-20 18:10:48.319267951 +0100 +--- /dev/null ++++ madwifi-trunk-r3314/net80211/sort.c @@ -0,0 +1,120 @@ +/* + * A fast, small, non-recursive O(nlog n) sort for the Linux kernel |