package/mac80211: Add linux 3.0 compatibility
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 554-ath9k-enable-TX-RX-data-byte-swap-for-AR9330.patch
index 6730408d832f1859c54beb4204faf127d1d100bb..9befda6b081f0d16ec71586e709a35a82270be9e 100644 (file)
@@ -1,8 +1,6 @@
-diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
-index 6315e7d..a35af90 100644
 --- a/drivers/net/wireless/ath/ath9k/hw.c
 +++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -1592,7 +1592,7 @@ int ath9k_hw_reset(struct ath_hw *ah, struct ath9k_channel *chan,
+@@ -1602,7 +1602,7 @@ int ath9k_hw_reset(struct ath_hw *ah, st
                                REG_WRITE(ah, AR_CFG, AR_CFG_SWTD | AR_CFG_SWRD);
                }
  #ifdef __BIG_ENDIAN
@@ -11,4 +9,3 @@ index 6315e7d..a35af90 100644
                        REG_RMW(ah, AR_CFG, AR_CFG_SWRB | AR_CFG_SWTB, 0);
                else
                        REG_WRITE(ah, AR_CFG, AR_CFG_SWTD | AR_CFG_SWRD);
-