[kernel] use 2.4.37.5
[openwrt.git] / package / madwifi / patches / 354-ifxmips_eeprom.patch
index f4c8f73..635857a 100644 (file)
@@ -1,8 +1,6 @@
-Index: madwifi-trunk-r3314/ath_hal/ah_os.c
-===================================================================
---- madwifi-trunk-r3314.orig/ath_hal/ah_os.c   2008-07-06 02:42:52.000000000 +0200
-+++ madwifi-trunk-r3314/ath_hal/ah_os.c        2008-07-06 02:51:53.000000000 +0200
-@@ -343,6 +343,46 @@
+--- a/ath_hal/ah_os.c
++++ b/ath_hal/ah_os.c
+@@ -343,6 +343,46 @@ EXPORT_SYMBOL(ath_hal_func);
   * NB: see the comments in ah_osdep.h about byte-swapping register
   *     reads and writes to understand what's going on below.
   */
@@ -49,7 +47,7 @@ Index: madwifi-trunk-r3314/ath_hal/ah_os.c
  void __ahdecl
  ath_hal_reg_write(struct ath_hal *ah, u_int reg, u_int32_t val)
  {
-@@ -351,20 +391,33 @@
+@@ -351,20 +391,33 @@ ath_hal_reg_write(struct ath_hal *ah, u_
                ath_hal_printf(ah, "%s: WRITE 0x%x <= 0x%x\n", 
                                (ath_hal_func ?: "unknown"), reg, val);
  #endif
@@ -87,7 +85,7 @@ Index: madwifi-trunk-r3314/ath_hal/ah_os.c
                                (ath_hal_func ?: "unknown"), reg, val);
  #endif
        return val;
-@@ -581,7 +634,9 @@
+@@ -581,7 +634,9 @@ init_ath_hal(void)
  {
        const char *sep;
        int i;
This page took 0.043438 seconds and 4 git commands to generate.