diff options
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 f8b42ec69d..8f857e88e9 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 |