Skip to content

Commit 55d4f4c

Browse files
committed
Issue(#572) Fix missing phy param implementation for PHY_MAX_TX_POWER on RU region
1 parent 85fb8d1 commit 55d4f4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/mac/region/RegionRU864.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ PhyParam_t RegionRU864GetPhyParam( GetPhyParams_t* getPhy )
187187
phyParam.Value = GetNextLowerTxDr( getPhy->Datarate, RU864_TX_MIN_DATARATE );
188188
break;
189189
}
190+
case PHY_MAX_TX_POWER:
191+
{
192+
phyParam.Value = RU864_MAX_TX_POWER;
193+
break;
194+
}
190195
case PHY_DEF_TX_POWER:
191196
{
192197
phyParam.Value = RU864_DEFAULT_TX_POWER;

0 commit comments

Comments
 (0)