Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c1082 u16 rtw_mcs_rate(u8 bw_40MHz, u8 short_GI, unsigned char *MCS_rate) in rtw_mcs_rate() argument
1087 max_rate = (bw_40MHz) ? ((short_GI)?1500:1350):((short_GI)?722:650); in rtw_mcs_rate()
1089 max_rate = (bw_40MHz) ? ((short_GI)?1350:1215):((short_GI)?650:585); in rtw_mcs_rate()
1091 max_rate = (bw_40MHz) ? ((short_GI)?1200:1080):((short_GI)?578:520); in rtw_mcs_rate()
1093 max_rate = (bw_40MHz) ? ((short_GI)?900:810):((short_GI)?433:390); in rtw_mcs_rate()
1095 max_rate = (bw_40MHz) ? ((short_GI) in rtw_mcs_rate()
[all...]
H A Drtw_ioctl_set.c477 u8 short_GI = 0; in rtw_get_cur_max_rate() local
487 short_GI = query_ra_short_GI(psta); in rtw_get_cur_max_rate()
491 short_GI, in rtw_get_cur_max_rate()
/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h784 u16 rtw_mcs_rate(u8 bw_40MHz, u8 short_GI, unsigned char *MCS_rate);