Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278634
b: refs/heads/master
c: 4f17c48
h: refs/heads/master
v: v3
  • Loading branch information
Nikolay Martynov authored and John W. Linville committed Dec 7, 2011
1 parent 4652f13 commit 5b71aac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4279425cef58808c0cdc616b8fff17c8308617bd
refs/heads/master: 4f17c48e3902c823e4af68d2de9546f5b707533d
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ static int __ath9k_hw_init(struct ath_hw *ah)
if (!AR_SREV_9300_20_OR_LATER(ah))
ah->ani_function &= ~ATH9K_ANI_MRC_CCK;

/* disable ANI for 9100 and 9340 */
if (AR_SREV_9100(ah) || AR_SREV_9340(ah))
/* disable ANI for 9340 */
if (AR_SREV_9340(ah))
ah->config.enable_ani = false;

ath9k_hw_init_mode_regs(ah);
Expand Down

0 comments on commit 5b71aac

Please sign in to comment.