Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_ieee80211.c786 u16 rtw_mcs_rate23a(u8 rf_type, u8 bw_40MHz, u8 short_GI_20, u8 short_GI_40, in rtw_mcs_rate23a() argument
793 max_rate = (bw_40MHz) ? ((short_GI_40)?1500:1350): in rtw_mcs_rate23a()
796 max_rate = (bw_40MHz) ? ((short_GI_40)?1350:1215): in rtw_mcs_rate23a()
799 max_rate = (bw_40MHz) ? ((short_GI_40)?1200:1080): in rtw_mcs_rate23a()
802 max_rate = (bw_40MHz) ? ((short_GI_40)?900:810): in rtw_mcs_rate23a()
805 max_rate = (bw_40MHz) ? ((short_GI_40)?600:540): in rtw_mcs_rate23a()
808 max_rate = (bw_40MHz) ? ((short_GI_40)?450:405): in rtw_mcs_rate23a()
811 max_rate = (bw_40MHz) ? ((short_GI_40)?300:270): in rtw_mcs_rate23a()
814 max_rate = (bw_40MHz) ? ((short_GI_40)?150:135): in rtw_mcs_rate23a()
819 max_rate = (bw_40MHz) ? ((short_GI_40)?3000:2700):((short_GI_20)?1444:1300); in rtw_mcs_rate23a()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_ieee80211.c1281 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
1287 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1500 : 1350) : ((short_GI_20) ? 722 : 650); in rtw_mcs_rate()
1289 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1350 : 1215) : ((short_GI_20) ? 650 : 585); in rtw_mcs_rate()
1291 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1200 : 1080) : ((short_GI_20) ? 578 : 520); in rtw_mcs_rate()
1293 max_rate = (bw_40MHz) ? ((short_GI_40) ? 900 : 810) : ((short_GI_20) ? 433 : 390); in rtw_mcs_rate()
1295 max_rate = (bw_40MHz) ? ((short_GI_40) ? 600 : 540) : ((short_GI_20) ? 289 : 260); in rtw_mcs_rate()
1297 max_rate = (bw_40MHz) ? ((short_GI_40) ? 450 : 405) : ((short_GI_20) ? 217 : 195); in rtw_mcs_rate()
1299 max_rate = (bw_40MHz) ? ((short_GI_40) ? 300 : 270) : ((short_GI_20) ? 144 : 130); in rtw_mcs_rate()
1301 max_rate = (bw_40MHz) ? ((short_GI_40) ? 150 : 135) : ((short_GI_20) ? 72 : 65); in rtw_mcs_rate()
1305 max_rate = (bw_40MHz) ? ((short_GI_40) ? 3000 : 2700) : ((short_GI_20) ? 1444 : 1300); in rtw_mcs_rate()
[all …]
Drtw_ioctl_set.c587 u8 bw_40MHz = 0, short_GI_20 = 0, short_GI_40 = 0; in rtw_get_cur_max_rate() local
611short_GI_40 = (le16_to_cpu(pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info) & IEEE80211_HT_CAP_SG… in rtw_get_cur_max_rate()
618 short_GI_40, in rtw_get_cur_max_rate()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Dieee80211.h338 u16 rtw_mcs_rate23a(u8 rf_type, u8 bw_40MHz, u8 short_GI_20, u8 short_GI_40,
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211.h1253 u16 rtw_mcs_rate(u8 rf_type, u8 bw_40MHz, u8 short_GI_20, u8 short_GI_40,
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c1010 u8 bw_40MHz = 0, short_GI_20 = 0, short_GI_40 = 0; in rtw_get_cur_max_rate() local
1032 short_GI_40 = (pmlmeinfo->ht_cap.cap_info & in rtw_get_cur_max_rate()
1038 short_GI_20, short_GI_40, in rtw_get_cur_max_rate()