On Tue, Mar 31, 2009 at 12:07:52PM +0530, Vivek Natarajan wrote: > Signed-off-by: Vivek Natarajan <vnatarajan@xxxxxxxxxxx> > --- > 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@xxxxxxxxxxxxx might be all we have. Be ready. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html