compat-wireless: refresh crap patches
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 23 Sep 2010 18:15:32 +0000 (11:15 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 23 Sep 2010 18:15:32 +0000 (11:15 -0700)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
crap/0001-ath9k-Add-debugfs-interface-to-dump-registers.patch

index a6c6d3e8e9e991742eaa73eff576373ebdd06c1b..08f56a161340a72dd170b796d4180ca96589b6f7 100644 (file)
@@ -42,7 +42,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
  #ifdef CONFIG_ATH_DEBUG
  
  static ssize_t read_file_debug(struct file *file, char __user *user_buf,
-@@ -908,6 +922,40 @@ static const struct file_operations fops
+@@ -941,6 +955,40 @@ static const struct file_operations fops
        .llseek = default_llseek,/* read accesses f_pos */
  };
  
@@ -83,7 +83,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
  int ath9k_init_debug(struct ath_hw *ah)
  {
        struct ath_common *common = ath9k_hw_common(ah);
-@@ -972,6 +1020,11 @@ int ath9k_init_debug(struct ath_hw *ah)
+@@ -1005,6 +1053,11 @@ int ath9k_init_debug(struct ath_hw *ah)
                goto err;
  
        sc->debug.regidx = 0;
@@ -95,7 +95,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
        return 0;
  err:
        ath9k_exit_debug(ah);
-@@ -983,6 +1036,7 @@ void ath9k_exit_debug(struct ath_hw *ah)
+@@ -1016,6 +1069,7 @@ void ath9k_exit_debug(struct ath_hw *ah)
        struct ath_common *common = ath9k_hw_common(ah);
        struct ath_softc *sc = (struct ath_softc *) common->priv;