mirror of
https://github.com/gnab/rtl8812au
synced 2025-01-08 17:46:23 +00:00
Merge pull request #45 from rhadman/master
Don't try to process rate section 0 in 5ghz bank. CCK is not used her…
This commit is contained in:
commit
8283c82f06
@ -915,7 +915,7 @@ PHY_ConvertPowerLimitToPowerIndex(
|
||||
else
|
||||
channel = 51; // index of chnl 173 in chanl5G
|
||||
|
||||
for ( rateSection = 0; rateSection < MAX_5G_RATE_SECTION_NUM; ++rateSection )
|
||||
for ( rateSection = 1; rateSection < MAX_5G_RATE_SECTION_NUM; ++rateSection )
|
||||
{
|
||||
if ( pHalData->odmpriv.PhyRegPgValueType == PHY_REG_PG_EXACT_VALUE ) {
|
||||
// obtain the base dBm values in 5G band
|
||||
|
Loading…
Reference in New Issue
Block a user