diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-08-29 08:16:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-08-29 08:16:31 +0000 |
commit | eb896ce900cf69fdb2afb876dbda3a26be4f7895 (patch) | |
tree | ad65b8cb64fd6ededf8db2e083939090c0fe7e5d /package/mac80211/patches/572-ath9k_enable_paprd.patch | |
parent | 4405faae26cbddd63447a307200d928109286595 (diff) | |
download | mtk-20170518-eb896ce900cf69fdb2afb876dbda3a26be4f7895.zip mtk-20170518-eb896ce900cf69fdb2afb876dbda3a26be4f7895.tar.gz mtk-20170518-eb896ce900cf69fdb2afb876dbda3a26be4f7895.tar.bz2 |
mac80211: reorganize patches
SVN-Revision: 33289
Diffstat (limited to 'package/mac80211/patches/572-ath9k_enable_paprd.patch')
-rw-r--r-- | package/mac80211/patches/572-ath9k_enable_paprd.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/mac80211/patches/572-ath9k_enable_paprd.patch b/package/mac80211/patches/572-ath9k_enable_paprd.patch deleted file mode 100644 index ff39587..0000000 --- a/package/mac80211/patches/572-ath9k_enable_paprd.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/drivers/net/wireless/ath/ath9k/hw.c -+++ b/drivers/net/wireless/ath/ath9k/hw.c -@@ -464,9 +464,6 @@ static void ath9k_hw_init_config(struct - ah->config.spurchans[i][1] = AR_NO_SPUR; - } - -- /* PAPRD needs some more work to be enabled */ -- ah->config.paprd_disable = 1; -- - ah->config.rx_intr_mitigation = true; - ah->config.pcieSerDesWrite = true; - |