diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-11 21:13:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-11 21:13:50 +0000 |
commit | 65edd13209cfb70986a94ec017c775a3ab4eba5c (patch) | |
tree | 163829793737ecbbe9665ce93253904068362614 /package/madwifi/patches/124-linux24_compat.patch | |
parent | c2e8f9c47cac1bf054a9623b1d6540f3e7fc9eeb (diff) | |
download | mtk-20170518-65edd13209cfb70986a94ec017c775a3ab4eba5c.zip mtk-20170518-65edd13209cfb70986a94ec017c775a3ab4eba5c.tar.gz mtk-20170518-65edd13209cfb70986a94ec017c775a3ab4eba5c.tar.bz2 |
sync with latest madwifi snapshot, refresh patches, add tpc fix by mdtaylor (should fix #1949)
SVN-Revision: 7929
Diffstat (limited to 'package/madwifi/patches/124-linux24_compat.patch')
-rw-r--r-- | package/madwifi/patches/124-linux24_compat.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/madwifi/patches/124-linux24_compat.patch b/package/madwifi/patches/124-linux24_compat.patch index f8b42ec..8f857e8 100644 --- a/package/madwifi/patches/124-linux24_compat.patch +++ b/package/madwifi/patches/124-linux24_compat.patch @@ -1,9 +1,9 @@ -Index: madwifi-ng-r2537-20070704/ath/if_athvar.h +Index: madwifi-ng-r2568-20070710/ath/if_athvar.h =================================================================== ---- madwifi-ng-r2537-20070704.orig/ath/if_athvar.h 2007-07-07 11:28:00.232371000 +0200 -+++ madwifi-ng-r2537-20070704/ath/if_athvar.h 2007-07-07 11:28:09.784968000 +0200 -@@ -118,6 +118,11 @@ - #define ATH_GET_NETDEV_DEV(ndev) ((ndev)->class_dev.dev) +--- madwifi-ng-r2568-20070710.orig/ath/if_athvar.h 2007-07-11 22:59:42.904293522 +0200 ++++ madwifi-ng-r2568-20070710/ath/if_athvar.h 2007-07-11 22:59:43.812345272 +0200 +@@ -123,6 +123,11 @@ + #define NETDEV_TX_BUSY 1 #endif +#ifndef NETDEV_TX_OK |