Searched refs:bw_40MHz (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_ieee80211.c | 1017 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 1023 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1500 : 1350) : ((short_GI_20) ? 722 : 650); in rtw_mcs_rate() 1025 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1350 : 1215) : ((short_GI_20) ? 650 : 585); in rtw_mcs_rate() 1027 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1200 : 1080) : ((short_GI_20) ? 578 : 520); in rtw_mcs_rate() 1029 max_rate = (bw_40MHz) ? ((short_GI_40) ? 900 : 810) : ((short_GI_20) ? 433 : 390); in rtw_mcs_rate() 1031 max_rate = (bw_40MHz) ? ((short_GI_40) ? 600 : 540) : ((short_GI_20) ? 289 : 260); in rtw_mcs_rate() 1033 max_rate = (bw_40MHz) ? ((short_GI_40) ? 450 : 405) : ((short_GI_20) ? 217 : 195); in rtw_mcs_rate() 1035 max_rate = (bw_40MHz) ? ((short_GI_40) ? 300 : 270) : ((short_GI_20) ? 144 : 130); in rtw_mcs_rate() 1037 max_rate = (bw_40MHz) ? ((short_GI_40) ? 150 : 135) : ((short_GI_20) ? 72 : 65); in rtw_mcs_rate() 1041 max_rate = (bw_40MHz) ? ((short_GI_40) ? 3000 : 2700) : ((short_GI_20) ? 1444 : 1300); in rtw_mcs_rate() [all …]
|
| D | rtw_ioctl_set.c | 544 u8 bw_40MHz = 0, short_GI_20 = 0, short_GI_40 = 0; in rtw_get_cur_max_rate() local 556 …bw_40MHz = (pmlmeext->cur_bwmode && (HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH & pmlmeinfo->HT_info.in… in rtw_get_cur_max_rate() 563 bw_40MHz & pregistrypriv->cbw40_enable, in rtw_get_cur_max_rate()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_ieee80211.c | 1232 u16 rtw_mcs_rate(u8 rf_type, u8 bw_40MHz, u8 short_GI, unsigned char *MCS_rate) in rtw_mcs_rate() argument 1238 max_rate = (bw_40MHz) ? ((short_GI)?1500:1350):((short_GI)?722:650); in rtw_mcs_rate() 1240 max_rate = (bw_40MHz) ? ((short_GI)?1350:1215):((short_GI)?650:585); in rtw_mcs_rate() 1242 max_rate = (bw_40MHz) ? ((short_GI)?1200:1080):((short_GI)?578:520); in rtw_mcs_rate() 1244 max_rate = (bw_40MHz) ? ((short_GI)?900:810):((short_GI)?433:390); in rtw_mcs_rate() 1246 max_rate = (bw_40MHz) ? ((short_GI)?600:540):((short_GI)?289:260); in rtw_mcs_rate() 1248 max_rate = (bw_40MHz) ? ((short_GI)?450:405):((short_GI)?217:195); in rtw_mcs_rate() 1250 max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); in rtw_mcs_rate() 1252 max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); in rtw_mcs_rate() 1256 max_rate = (bw_40MHz) ? ((short_GI)?3000:2700):((short_GI)?1444:1300); in rtw_mcs_rate() [all …]
|
| /Linux-v5.4/drivers/staging/rtl8188eu/include/ |
| D | ieee80211.h | 774 u16 rtw_mcs_rate(u8 rf_type, u8 bw_40MHz, u8 short_GI_20, u8 short_GI_40,
|
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | rtl871x_ioctl_linux.c | 1404 u8 bw_40MHz = 0, short_GI = 0; in r8711_wx_get_rate() local 1416 bw_40MHz = (le16_to_cpu(pht_capie->cap_info) & in r8711_wx_get_rate() 1435 max_rate = (bw_40MHz) ? ((short_GI) ? 300 : 270) : in r8711_wx_get_rate() 1438 max_rate = (bw_40MHz) ? ((short_GI) ? 150 : 135) : in r8711_wx_get_rate()
|
| /Linux-v5.4/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-v5.4/drivers/staging/rtl8723bs/include/ |
| D | ieee80211.h | 1175 u16 rtw_mcs_rate(u8 rf_type, u8 bw_40MHz, u8 short_GI, unsigned char * MCS_rate);
|
| /Linux-v5.4/drivers/staging/rtl8723bs/os_dep/ |
| D | ioctl_linux.c | 91 u8 bw_40MHz = 0, short_GI = 0; in translate_scan() local 121 bw_40MHz = (le16_to_cpu(pht_capie->cap_info) & IEEE80211_HT_CAP_SUP_WIDTH) ? 1 : 0; in translate_scan() 214 max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); in translate_scan() 217 max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); in translate_scan()
|