From 470731a179f6dda63a23f4f7dcb7075c53ea969f Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 31 Aug 2011 06:34:53 +0000 Subject: ath9k: merge a pending fix for 5 ghz rx latency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28137 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/580-ath9k_remove_common_chainmask.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/mac80211/patches/580-ath9k_remove_common_chainmask.patch') diff --git a/package/mac80211/patches/580-ath9k_remove_common_chainmask.patch b/package/mac80211/patches/580-ath9k_remove_common_chainmask.patch index 9ef623b91..58d972cb0 100644 --- a/package/mac80211/patches/580-ath9k_remove_common_chainmask.patch +++ b/package/mac80211/patches/580-ath9k_remove_common_chainmask.patch @@ -69,7 +69,7 @@ ath9k_ps_restore(sc); --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c -@@ -1485,9 +1485,6 @@ int ath9k_hw_reset(struct ath_hw *ah, st +@@ -1488,9 +1488,6 @@ int ath9k_hw_reset(struct ath_hw *ah, st u64 tsf = 0; int i, r; @@ -79,7 +79,7 @@ if (!ath9k_hw_setpower(ah, ATH9K_PM_AWAKE)) return -EIO; -@@ -2105,6 +2102,8 @@ int ath9k_hw_fill_cap_info(struct ath_hw +@@ -2108,6 +2105,8 @@ int ath9k_hw_fill_cap_info(struct ath_hw pCap->tx_chainmask = fixup_chainmask(chip_chainmask, pCap->tx_chainmask); pCap->rx_chainmask = fixup_chainmask(chip_chainmask, pCap->rx_chainmask); -- cgit v1.2.3