Searched refs:BandWidth (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/staging/rtl8723bs/include/ |
H A D | hal_com_phycfg.h | 80 enum channel_width BandWidth, u8 Channel, 91 enum channel_width BandWidth, u8 Channel);
|
H A D | hal_phy_cfg.h | 50 enum channel_width BandWidth, u8 Channel);
|
H A D | rtw_recv.h | 88 u8 BandWidth; member
|
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | hal_com_phycfg.c | 455 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()
|