Searched refs:bw_40MHz (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_ieee80211.c | 1128 u16 rtw_mcs_rate(u8 bw_40MHz, u8 short_GI_20, u8 short_GI_40, unsigned char *MCS_rate) in rtw_mcs_rate() argument 1133 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1500 : 1350) : ((short_GI_20) ? 722 : 650); in rtw_mcs_rate() 1135 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1350 : 1215) : ((short_GI_20) ? 650 : 585); in rtw_mcs_rate() 1137 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1200 : 1080) : ((short_GI_20) ? 578 : 520); in rtw_mcs_rate() 1139 max_rate = (bw_40MHz) ? ((short_GI_40) ? 900 : 810) : ((short_GI_20) ? 433 : 390); in rtw_mcs_rate() 1141 max_rate = (bw_40MHz) ? ((short_GI_40) ? 600 : 540) : ((short_GI_20) ? 289 : 260); in rtw_mcs_rate() 1143 max_rate = (bw_40MHz) ? ((short_GI_40) ? 450 : 405) : ((short_GI_20) ? 217 : 195); in rtw_mcs_rate() 1145 max_rate = (bw_40MHz) ? ((short_GI_40) ? 300 : 270) : ((short_GI_20) ? 144 : 130); in rtw_mcs_rate() 1147 max_rate = (bw_40MHz) ? ((short_GI_40) ? 150 : 135) : ((short_GI_20) ? 72 : 65); in rtw_mcs_rate()
|
D | rtw_ioctl_set.c | 443 u8 bw_40MHz = 0, short_GI_20 = 0, short_GI_40 = 0; in rtw_get_cur_max_rate() local 459 …bw_40MHz = (pmlmeext->cur_bwmode && (HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH & pmlmeinfo->HT_info.in… in rtw_get_cur_max_rate() 464 max_rate = rtw_mcs_rate(bw_40MHz & (pregistrypriv->cbw40_enable), in rtw_get_cur_max_rate()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_ieee80211.c | 1082 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)?600:540):((short_GI)?289:260); in rtw_mcs_rate() 1097 max_rate = (bw_40MHz) ? ((short_GI)?450:405):((short_GI)?217:195); in rtw_mcs_rate() 1099 max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); in rtw_mcs_rate() 1101 max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); in rtw_mcs_rate()
|
/linux-6.1.9/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_linux.c | 1398 u8 bw_40MHz = 0, short_GI = 0; in r8711_wx_get_rate() local 1410 bw_40MHz = (le16_to_cpu(pht_capie->cap_info) & in r8711_wx_get_rate() 1429 max_rate = (bw_40MHz) ? ((short_GI) ? 300 : 270) : in r8711_wx_get_rate() 1432 max_rate = (bw_40MHz) ? ((short_GI) ? 150 : 135) : in r8711_wx_get_rate()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | ieee80211.h | 815 u16 rtw_mcs_rate(u8 bw_40MHz, u8 short_GI_20, u8 short_GI_40, unsigned char *MCS_rate);
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 781 u16 rtw_mcs_rate(u8 bw_40MHz, u8 short_GI, unsigned char *MCS_rate);
|
/linux-6.1.9/drivers/staging/r8188eu/os_dep/ |
D | ioctl_linux.c | 89 u8 bw_40MHz = 0, short_GI = 0; in translate_scan() local 142 bw_40MHz = (le16_to_cpu(pht_capie->cap_info) & in translate_scan() 221 max_rate = (bw_40MHz) ? ((short_GI) ? 300 : 270) : ((short_GI) ? 144 : 130); in translate_scan() 225 max_rate = (bw_40MHz) ? ((short_GI) ? 150 : 135) : ((short_GI) ? 72 : 65); in translate_scan()
|