* [PATCH] ath9k: Disable autosleep feature for AR9285 based chipsets.
@ 2009-03-31 6:37 Vivek Natarajan
2009-04-13 23:11 ` John W. Linville
0 siblings, 1 reply; 2+ messages in thread
From: Vivek Natarajan @ 2009-03-31 6:37 UTC (permalink / raw)
To: linville; +Cc: linux-wireless
Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com>
---
drivers/net/wireless/ath9k/hw.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/ath9k/hw.c b/drivers/net/wireless/ath9k/hw.c
index b15eaf8..7d07f09 100644
--- a/drivers/net/wireless/ath9k/hw.c
+++ b/drivers/net/wireless/ath9k/hw.c
@@ -3411,7 +3411,8 @@ bool ath9k_hw_fill_cap_info(struct ath_hw *ah)
(ah->hw_version.macVersion == AR_SREV_VERSION_5416_PCIE) ||
(ah->hw_version.macVersion == AR_SREV_VERSION_9160) ||
(ah->hw_version.macVersion == AR_SREV_VERSION_9100) ||
- (ah->hw_version.macVersion == AR_SREV_VERSION_9280))
+ (ah->hw_version.macVersion == AR_SREV_VERSION_9280) ||
+ (ah->hw_version.macVersion == AR_SREV_VERSION_9285))
pCap->hw_caps &= ~ATH9K_HW_CAP_AUTOSLEEP;
else
pCap->hw_caps |= ATH9K_HW_CAP_AUTOSLEEP;
--
1.6.0.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ath9k: Disable autosleep feature for AR9285 based chipsets.
2009-03-31 6:37 [PATCH] ath9k: Disable autosleep feature for AR9285 based chipsets Vivek Natarajan
@ 2009-04-13 23:11 ` John W. Linville
0 siblings, 0 replies; 2+ messages in thread
From: John W. Linville @ 2009-04-13 23:11 UTC (permalink / raw)
To: Vivek Natarajan; +Cc: linux-wireless
On Tue, Mar 31, 2009 at 12:07:52PM +0530, Vivek Natarajan wrote:
> Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com>
> ---
> drivers/net/wireless/ath9k/hw.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/wireless/ath9k/hw.c b/drivers/net/wireless/ath9k/hw.c
> index b15eaf8..7d07f09 100644
> --- a/drivers/net/wireless/ath9k/hw.c
> +++ b/drivers/net/wireless/ath9k/hw.c
> @@ -3411,7 +3411,8 @@ bool ath9k_hw_fill_cap_info(struct ath_hw *ah)
> (ah->hw_version.macVersion == AR_SREV_VERSION_5416_PCIE) ||
> (ah->hw_version.macVersion == AR_SREV_VERSION_9160) ||
> (ah->hw_version.macVersion == AR_SREV_VERSION_9100) ||
> - (ah->hw_version.macVersion == AR_SREV_VERSION_9280))
> + (ah->hw_version.macVersion == AR_SREV_VERSION_9280) ||
> + (ah->hw_version.macVersion == AR_SREV_VERSION_9285))
> pCap->hw_caps &= ~ATH9K_HW_CAP_AUTOSLEEP;
> else
> pCap->hw_caps |= ATH9K_HW_CAP_AUTOSLEEP;
error: drivers/net/wireless/ath9k/hw.c: No such file or directory
Granted, I'm a bit behind on my patch queue. Perhaps I'm missing a patch?
John
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-13 23:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31 6:37 [PATCH] ath9k: Disable autosleep feature for AR9285 based chipsets Vivek Natarajan
2009-04-13 23:11 ` John W. Linville
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).