Home
last modified time | relevance | path

Searched refs:MGN_MCS31 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c968 …es4T[] = {MGN_MCS24, MGN_MCS25, MGN_MCS26, MGN_MCS27, MGN_MCS28, MGN_MCS29, MGN_MCS30, MGN_MCS31}; in PHY_SetTxPowerIndexByRateSection()
1078 …if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9… in PHY_GetTxPowerIndexBase()
1080 …if ((MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9… in PHY_GetTxPowerIndexBase()
1082 …if ((MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS… in PHY_GetTxPowerIndexBase()
1084 …if ((MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS… in PHY_GetTxPowerIndexBase()
1091 …if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9… in PHY_GetTxPowerIndexBase()
1093 …if ((MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9… in PHY_GetTxPowerIndexBase()
1095 …if ((MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS… in PHY_GetTxPowerIndexBase()
1097 …if ((MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS… in PHY_GetTxPowerIndexBase()
1106 …if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9… in PHY_GetTxPowerIndexBase()
[all …]
Dhal_com.c301 case MGN_MCS31: in MRateToHwRate()
566 ret_rate = MGN_MCS31; in HwRateToMRate()
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dieee80211.h486 MGN_MCS31, enumerator
530 #define IS_HT_RATE(_rate) (_rate >= MGN_MCS0 && _rate <= MGN_MCS31)