Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/hw.c

Issue 5990016: ath9k: AR9380 PAPRD changes to improve tx performance (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/kernel.git@master
Patch Set: Created 9 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/hw.c
diff --git a/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/hw.c b/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/hw.c
index 9cd60d9ac681660e9eb71cea03e459167a28f3e8..301db36992995d26554faf5a23e175536a69c493 100644
--- a/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/hw.c
+++ b/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/hw.c
@@ -1284,6 +1284,8 @@ int ath9k_hw_reset(struct ath_hw *ah, struct ath9k_channel *chan,
ath9k_hw_mark_phy_inactive(ah);
+ ah->paprd_table_write_done = false;
+
/* Only required on the first reset */
if (AR_SREV_9271(ah) && ah->htc_reset_init) {
REG_WRITE(ah,

Powered by Google App Engine
This is Rietveld 408576698