Fix AR9287 operation when >1 TX chain is enabled.
I didn't pick this up with the initial commit because I was only testing with 11bg.
This commit is contained in:
parent
3fa3e267de
commit
133cf74b7e
@ -185,6 +185,7 @@ ar9287SetPowerPerRateTable(struct ath_hal *ah,
|
||||
break;
|
||||
case 2:
|
||||
scaledPower -= REDUCE_SCALED_POWER_BY_TWO_CHAIN;
|
||||
break;
|
||||
default:
|
||||
return AH_FALSE; /* Unsupported number of chains */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user