Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327439
b: refs/heads/master
c: 5fc5124
h: refs/heads/master
i:
  327437: 88b5908
  327435: fc413c2
  327431: 8b649b2
  327423: 5186ad1
v: v3
  • Loading branch information
Gabor Juhos authored and John W. Linville committed Aug 6, 2012
1 parent 71d7510 commit e8b20d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: da93c26d0b26139f33cebf9af55715452a10f374
refs/heads/master: 5fc512439f7a235e6b0ae05e42fa7d875fff3849
8 changes: 1 addition & 7 deletions trunk/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -4963,16 +4963,10 @@ static void ar9003_hw_set_power_per_rate_table(struct ath_hw *ah,
case CTL_5GHT20:
case CTL_2GHT20:
for (i = ALL_TARGET_HT20_0_8_16;
i <= ALL_TARGET_HT20_21; i++)
i <= ALL_TARGET_HT20_23; i++)
pPwrArray[i] =
(u8)min((u16)pPwrArray[i],
minCtlPower);
pPwrArray[ALL_TARGET_HT20_22] =
(u8)min((u16)pPwrArray[ALL_TARGET_HT20_22],
minCtlPower);
pPwrArray[ALL_TARGET_HT20_23] =
(u8)min((u16)pPwrArray[ALL_TARGET_HT20_23],
minCtlPower);
break;
case CTL_5GHT40:
case CTL_2GHT40:
Expand Down

0 comments on commit e8b20d0

Please sign in to comment.