Searched refs:bw_40MHz (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 1025 u16 rtw_mcs_rate(u8 rf_type, u8 bw_40MHz, u8 short_GI_20, u8 short_GI_40, unsigned char *MCS_rate) in rtw_mcs_rate() argument 1031 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1500 : 1350) : ((short_GI_20) ? 722 : 650); in rtw_mcs_rate() 1033 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1350 : 1215) : ((short_GI_20) ? 650 : 585); in rtw_mcs_rate() 1035 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1200 : 1080) : ((short_GI_20) ? 578 : 520); in rtw_mcs_rate() 1037 max_rate = (bw_40MHz) ? ((short_GI_40) ? 900 : 810) : ((short_GI_20) ? 433 : 390); in rtw_mcs_rate() 1039 max_rate = (bw_40MHz) ? ((short_GI_40) ? 600 : 540) : ((short_GI_20) ? 289 : 260); in rtw_mcs_rate() 1041 max_rate = (bw_40MHz) ? ((short_GI_40) ? 450 : 405) : ((short_GI_20) ? 217 : 195); in rtw_mcs_rate() 1043 max_rate = (bw_40MHz) ? ((short_GI_40) ? 300 : 270) : ((short_GI_20) ? 144 : 130); in rtw_mcs_rate() 1045 max_rate = (bw_40MHz) ? ((short_GI_40) ? 150 : 135) : ((short_GI_20) ? 72 : 65); in rtw_mcs_rate() 1049 max_rate = (bw_40MHz) ? ((short_GI_40) ? 3000 : 2700) : ((short_GI_20) ? 1444 : 1300); in rtw_mcs_rate() [all …]
|
D | rtw_ioctl_set.c | 546 u8 bw_40MHz = 0, short_GI_20 = 0, short_GI_40 = 0; in rtw_get_cur_max_rate() local 557 …bw_40MHz = (pmlmeext->cur_bwmode && (HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH & pmlmeinfo->HT_info.in… in rtw_get_cur_max_rate() 564 bw_40MHz & (pregistrypriv->cbw40_enable), in rtw_get_cur_max_rate()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_ieee80211.c | 1234 u16 rtw_mcs_rate(u8 rf_type, u8 bw_40MHz, u8 short_GI, unsigned char *MCS_rate) in rtw_mcs_rate() argument 1240 max_rate = (bw_40MHz) ? ((short_GI)?1500:1350):((short_GI)?722:650); in rtw_mcs_rate() 1242 max_rate = (bw_40MHz) ? ((short_GI)?1350:1215):((short_GI)?650:585); in rtw_mcs_rate() 1244 max_rate = (bw_40MHz) ? ((short_GI)?1200:1080):((short_GI)?578:520); in rtw_mcs_rate() 1246 max_rate = (bw_40MHz) ? ((short_GI)?900:810):((short_GI)?433:390); in rtw_mcs_rate() 1248 max_rate = (bw_40MHz) ? ((short_GI)?600:540):((short_GI)?289:260); in rtw_mcs_rate() 1250 max_rate = (bw_40MHz) ? ((short_GI)?450:405):((short_GI)?217:195); in rtw_mcs_rate() 1252 max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); in rtw_mcs_rate() 1254 max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); in rtw_mcs_rate() 1258 max_rate = (bw_40MHz) ? ((short_GI)?3000:2700):((short_GI)?1444:1300); in rtw_mcs_rate() [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 780 u16 rtw_mcs_rate(u8 rf_type, u8 bw_40MHz, u8 short_GI_20, u8 short_GI_40,
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_linux.c | 1405 u8 bw_40MHz = 0, short_GI = 0; in r8711_wx_get_rate() local 1417 bw_40MHz = (le16_to_cpu(pht_capie->cap_info) & in r8711_wx_get_rate() 1436 max_rate = (bw_40MHz) ? ((short_GI) ? 300 : 270) : in r8711_wx_get_rate() 1439 max_rate = (bw_40MHz) ? ((short_GI) ? 150 : 135) : in r8711_wx_get_rate()
|
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 105 u8 bw_40MHz = 0, short_GI = 0; in translate_scan() local 131 bw_40MHz = !!(le16_to_cpu(pht_capie->cap_info) & in translate_scan() 215 max_rate = (bw_40MHz) ? ((short_GI) ? 300 : 270) : ((short_GI) ? 144 : 130); in translate_scan() 219 max_rate = (bw_40MHz) ? ((short_GI) ? 150 : 135) : ((short_GI) ? 72 : 65); in translate_scan()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 1182 u16 rtw_mcs_rate(u8 rf_type, u8 bw_40MHz, u8 short_GI, unsigned char * MCS_rate);
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 93 u8 bw_40MHz = 0, short_GI = 0; in translate_scan() local 123 bw_40MHz = (le16_to_cpu(pht_capie->cap_info) & IEEE80211_HT_CAP_SUP_WIDTH) ? 1 : 0; in translate_scan() 216 max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); in translate_scan() 218 max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); in translate_scan() 221 max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); in translate_scan()
|