Searched refs:short_GI_20 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_ieee80211.c | 787 u16 rtw_mcs_rate23a(u8 rf_type, u8 bw_40MHz, u8 short_GI_20, u8 short_GI_40, in rtw_mcs_rate23a() argument 795 ((short_GI_20)?722:650); in rtw_mcs_rate23a() 798 ((short_GI_20)?650:585); in rtw_mcs_rate23a() 801 ((short_GI_20)?578:520); in rtw_mcs_rate23a() 804 ((short_GI_20)?433:390); in rtw_mcs_rate23a() 807 ((short_GI_20)?289:260); in rtw_mcs_rate23a() 810 ((short_GI_20)?217:195); in rtw_mcs_rate23a() 813 ((short_GI_20)?144:130); in rtw_mcs_rate23a() 816 ((short_GI_20)?72:65); in rtw_mcs_rate23a() 820 max_rate = (bw_40MHz) ? ((short_GI_40)?3000:2700):((short_GI_20)?1444:1300); in rtw_mcs_rate23a() [all …]
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 1283 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 1289 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1500 : 1350) : ((short_GI_20) ? 722 : 650); in rtw_mcs_rate() 1291 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1350 : 1215) : ((short_GI_20) ? 650 : 585); in rtw_mcs_rate() 1293 max_rate = (bw_40MHz) ? ((short_GI_40) ? 1200 : 1080) : ((short_GI_20) ? 578 : 520); in rtw_mcs_rate() 1295 max_rate = (bw_40MHz) ? ((short_GI_40) ? 900 : 810) : ((short_GI_20) ? 433 : 390); in rtw_mcs_rate() 1297 max_rate = (bw_40MHz) ? ((short_GI_40) ? 600 : 540) : ((short_GI_20) ? 289 : 260); in rtw_mcs_rate() 1299 max_rate = (bw_40MHz) ? ((short_GI_40) ? 450 : 405) : ((short_GI_20) ? 217 : 195); in rtw_mcs_rate() 1301 max_rate = (bw_40MHz) ? ((short_GI_40) ? 300 : 270) : ((short_GI_20) ? 144 : 130); in rtw_mcs_rate() 1303 max_rate = (bw_40MHz) ? ((short_GI_40) ? 150 : 135) : ((short_GI_20) ? 72 : 65); in rtw_mcs_rate() 1307 max_rate = (bw_40MHz) ? ((short_GI_40) ? 3000 : 2700) : ((short_GI_20) ? 1444 : 1300); in rtw_mcs_rate() [all …]
|
D | rtw_ioctl_set.c | 587 u8 bw_40MHz = 0, short_GI_20 = 0, short_GI_40 = 0; in rtw_get_cur_max_rate() local 610 …short_GI_20 = (le16_to_cpu(pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info) & IEEE80211_HT_CAP_SG… in rtw_get_cur_max_rate() 617 short_GI_20, in rtw_get_cur_max_rate()
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | ieee80211.h | 338 u16 rtw_mcs_rate23a(u8 rf_type, u8 bw_40MHz, u8 short_GI_20, u8 short_GI_40,
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 1172 u16 rtw_mcs_rate(u8 rf_type, u8 bw_40MHz, u8 short_GI_20, u8 short_GI_40,
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 1010 u8 bw_40MHz = 0, short_GI_20 = 0, short_GI_40 = 0; in rtw_get_cur_max_rate() local 1030 short_GI_20 = (pmlmeinfo->ht_cap.cap_info & in rtw_get_cur_max_rate() 1038 short_GI_20, short_GI_40, in rtw_get_cur_max_rate()
|