From aa446f14d8e3ae620f3d90f5d602ba57faf249a1 Mon Sep 17 00:00:00 2001 From: Sujith Date: Fri, 23 Jan 2009 11:20:55 +0530 Subject: [PATCH] --- yaml --- r: 134229 b: refs/heads/master c: 5dad40c13e7753e7b62eb7c2fca9b4034679882a h: refs/heads/master i: 134227: f80c366c6ac21d89b25e7688534e891f143a87bc v: v3 --- [refs] | 2 +- trunk/drivers/net/wireless/ath9k/calib.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7f17c7742bf9..a068e607b95b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f8206e053498174ef4b5f994e2a7091a74f7da30 +refs/heads/master: 5dad40c13e7753e7b62eb7c2fca9b4034679882a diff --git a/trunk/drivers/net/wireless/ath9k/calib.c b/trunk/drivers/net/wireless/ath9k/calib.c index d16f9fe48a9f..c6d1de0f1e21 100644 --- a/trunk/drivers/net/wireless/ath9k/calib.c +++ b/trunk/drivers/net/wireless/ath9k/calib.c @@ -620,7 +620,9 @@ void ath9k_hw_loadnf(struct ath_hal *ah, struct ath9k_channel *chan) }; u8 chainmask; - if (AR_SREV_9280(ah)) + if (AR_SREV_9285(ah)) + chainmask = 0x9; + else if (AR_SREV_9280(ah)) chainmask = 0x1B; else chainmask = 0x3F;