Home
last modified time | relevance | path

Searched refs:short_GI (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_ioctl_linux.c1430 u8 bw_40MHz = 0, short_GI = 0; in r8711_wx_get_rate() local
1444 short_GI = (pht_capie->cap_info & in r8711_wx_get_rate()
1461 max_rate = (bw_40MHz) ? ((short_GI) ? 300 : in r8711_wx_get_rate()
1462 270) : ((short_GI) ? 144 : 130); in r8711_wx_get_rate()
1464 max_rate = (bw_40MHz) ? ((short_GI) ? 150 : in r8711_wx_get_rate()
1465 135) : ((short_GI) ? 72 : 65); in r8711_wx_get_rate()
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c117 u8 bw_40MHz = 0, short_GI = 0; in translate_scan() local
143 short_GI = (pht_capie->cap_info&(IEEE80211_HT_CAP_SGI_20|IEEE80211_HT_CAP_SGI_40)) ? 1 : 0; in translate_scan()
223 max_rate = (bw_40MHz) ? ((short_GI) ? 300 : 270) : ((short_GI) ? 144 : 130); in translate_scan()
227 max_rate = (bw_40MHz) ? ((short_GI) ? 150 : 135) : ((short_GI) ? 72 : 65); in translate_scan()