Home
last modified time | relevance | path

Searched refs:bwmode (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c349 …ruct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned short bwmode) in set_channel_bwmode() argument
353 center_ch = rtw_get_center_ch(channel, bwmode, channel_offset); in set_channel_bwmode()
362 rtw_set_oper_bw(padapter, bwmode); in set_channel_bwmode()
365 …rtw_hal_set_chnl_bw(padapter, center_ch, bwmode, channel_offset, chnl_offset80); /* set center ch… in set_channel_bwmode()
1401 int support_short_GI(struct adapter *padapter, struct HT_caps_element *pHT_caps, u8 bwmode) in support_short_GI() argument
1410 bit_offset = (bwmode & CHANNEL_WIDTH_40) ? 6 : 5; in support_short_GI()
H A Drtw_xmit.c452 pattrib->bwmode = min(mlmeext->cur_bwmode, psta->bw_mode); in update_attrib_phy_info()
H A Drtw_mlme_ext.c1987 pattrib->bwmode = CHANNEL_WIDTH_20; in update_mgntframe_attrib()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h494 …uct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned short bwmode);
559 int support_short_GI(struct adapter *padapter, struct HT_caps_element *pHT_caps, u8 bwmode);
H A Drtw_xmit.h162 u8 bwmode; member
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c2467 if (pattrib->bwmode == CHANNEL_WIDTH_40) in BWMapping_8723B()
2486 if (pattrib->bwmode == CHANNEL_WIDTH_40) { in SCMapping_8723B()
2488 } else if (pattrib->bwmode == CHANNEL_WIDTH_20) { in SCMapping_8723B()