diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-02-25 19:56:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-02-25 19:56:26 +0000 |
commit | 21b8c331fcdca77f0edaf413294f270f1466dfbf (patch) | |
tree | 0b199d4b895a0ff351596e6e4f5b1d5e2e5a268f /package/mac80211/patches/565-ath9k_disable_paprd.patch | |
parent | 1210965f13f87b6edf5324f2d1e901bd7c4b9d70 (diff) | |
download | upstream-21b8c331fcdca77f0edaf413294f270f1466dfbf.tar.gz upstream-21b8c331fcdca77f0edaf413294f270f1466dfbf.tar.bz2 upstream-21b8c331fcdca77f0edaf413294f270f1466dfbf.zip |
ath9k: issue a cold reset after failures or after bringing the chip out of full sleep - fixes many kinds of DMA issues
Backport of r35785
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35786 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/565-ath9k_disable_paprd.patch')
-rw-r--r-- | package/mac80211/patches/565-ath9k_disable_paprd.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/565-ath9k_disable_paprd.patch b/package/mac80211/patches/565-ath9k_disable_paprd.patch index 903a2b0c7e..523ac97122 100644 --- a/package/mac80211/patches/565-ath9k_disable_paprd.patch +++ b/package/mac80211/patches/565-ath9k_disable_paprd.patch @@ -11,7 +11,7 @@ debugfs_create_file("regval", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c -@@ -2521,10 +2521,6 @@ int ath9k_hw_fill_cap_info(struct ath_hw +@@ -2523,10 +2523,6 @@ int ath9k_hw_fill_cap_info(struct ath_hw pCap->rx_status_len = sizeof(struct ar9003_rxs); pCap->tx_desc_len = sizeof(struct ar9003_txc); pCap->txs_len = sizeof(struct ar9003_txs); |