]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wl12xx/compat-wireless.git/commitdiff
compat-wireless: refresh crap patches
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 22 Nov 2010 21:26:06 +0000 (13:26 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 22 Nov 2010 21:26:06 +0000 (13:26 -0800)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
crap/0001-ath9k-Add-debugfs-interface-to-dump-registers.patch
crap/0002-ath9k-Add-pktlog-support.patch

index 7d55d3a447331c3867606322b6487537f29e3c08..a99f60d9830e9e1442e8ee12613186d1ae42c63b 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,
-@@ -871,6 +885,40 @@ static const struct file_operations fops
+@@ -873,6 +887,40 @@ static const struct file_operations fops
        .llseek = default_llseek,
  };
  
@@ -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);
-@@ -931,6 +979,11 @@ int ath9k_init_debug(struct ath_hw *ah)
+@@ -933,6 +981,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);
-@@ -942,6 +995,7 @@ void ath9k_exit_debug(struct ath_hw *ah)
+@@ -944,6 +997,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;
  
index 775be745735d8aad7a1d6fccc6824aa7255e40b7..eea9434719d721fa9b84ef17bc292d00005de229 100644 (file)
@@ -161,7 +161,7 @@ Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
  static inline void ath9k_hw_set11n_txdesc(struct ath_hw *ah, void *ds,
 --- a/drivers/net/wireless/ath/ath9k/hw.c
 +++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -2143,7 +2143,7 @@ void ath9k_hw_setrxfilter(struct ath_hw
+@@ -2139,7 +2139,7 @@ void ath9k_hw_setrxfilter(struct ath_hw
                phybits |= AR_PHY_ERR_RADAR;
        if (bits & ATH9K_RX_FILTER_PHYERR)
                phybits |= AR_PHY_ERR_OFDM_TIMING | AR_PHY_ERR_CCK_TIMING;