compat-wireless: refresh of crap patches
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Fri, 11 Jun 2010 01:14:47 +0000 (18:14 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Fri, 11 Jun 2010 01:14:47 +0000 (18:14 -0700)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
crap/0002-ath9k-Add-pktlog-support.patch

index 1e31f4d3724060d3d0f6f30b2212821bca5a49dd..970759f0af694fb6d7f648b4fe335b20733feca0 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
-@@ -2479,7 +2479,7 @@ void ath9k_hw_setrxfilter(struct ath_hw 
+@@ -2483,7 +2483,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;
@@ -1310,7 +1310,7 @@ Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
        if (conf_is_ht(&sc->hw->conf) &&
 --- a/drivers/net/wireless/ath/ath9k/recv.c
 +++ b/drivers/net/wireless/ath/ath9k/recv.c
-@@ -1082,6 +1082,7 @@ int ath_rx_tasklet(struct ath_softc *sc,
+@@ -1086,6 +1086,7 @@ int ath_rx_tasklet(struct ath_softc *sc,
        struct ieee80211_rx_status *rxs;
        struct ath_hw *ah = sc->sc_ah;
        struct ath_common *common = ath9k_hw_common(ah);
@@ -1318,7 +1318,7 @@ Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
        /*
         * The hw can techncically differ from common->hw when using ath9k
         * virtual wiphy so to account for that we iterate over the active
-@@ -1159,12 +1160,24 @@ int ath_rx_tasklet(struct ath_softc *sc,
+@@ -1163,12 +1164,24 @@ int ath_rx_tasklet(struct ath_softc *sc,
                                 dma_type);
  
                skb_put(skb, rs.rs_datalen + ah->caps.rx_status_len);