Home
last modified time | relevance | path

Searched refs:BandWidth (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Dhal_com_phycfg.h80 enum channel_width BandWidth, u8 Channel,
91 enum channel_width BandWidth, u8 Channel);
H A Dhal_phy_cfg.h50 enum channel_width BandWidth, u8 Channel);
H A Drtw_recv.h88 u8 BandWidth; member
/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c455 enum channel_width BandWidth, in PHY_GetTxPowerIndexBase() argument
475 if (BandWidth == CHANNEL_WIDTH_20) { /* BW20-1S, BW20-2S */ in PHY_GetTxPowerIndexBase()
478 } else if (BandWidth == CHANNEL_WIDTH_40) { /* BW40-1S, BW40-2S */ in PHY_GetTxPowerIndexBase()
623 enum channel_width BandWidth, in PHY_SetTxPowerIndexByRateArray() argument
633 powerIndex = PHY_GetTxPowerIndex(padapter, RFPath, Rates[i], BandWidth, Channel); in PHY_SetTxPowerIndexByRateArray()