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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222424
@ -185,6 +185,7 @@ ar9287SetPowerPerRateTable(struct ath_hal *ah,
|
|||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
scaledPower -= REDUCE_SCALED_POWER_BY_TWO_CHAIN;
|
scaledPower -= REDUCE_SCALED_POWER_BY_TWO_CHAIN;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return AH_FALSE; /* Unsupported number of chains */
|
return AH_FALSE; /* Unsupported number of chains */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user