Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c91 u8 isShortGI = (ht_info->cur_bw_40mhz) ? in ht_mcs_to_data_rate() local
94 return MCS_DATA_RATE[is40MHz][isShortGI][(mcs_rate & 0x7f)]; in ht_mcs_to_data_rate()
102 u8 isShortGI = 0; in tx_count_to_data_rate() local
108 isShortGI = 0; in tx_count_to_data_rate()
111 isShortGI = 0; in tx_count_to_data_rate()
114 isShortGI = 1; in tx_count_to_data_rate()
117 isShortGI = 1; in tx_count_to_data_rate()
119 return MCS_DATA_RATE[is40MHz][isShortGI][data_rate & 0xf]; in tx_count_to_data_rate()
H A Drtllib_wx.c123 bool is40M = false, isShortGI = false; in rtl819x_translate_scan() local
133 isShortGI = (ht_cap->chl_width) ? in rtl819x_translate_scan()
139 rate = MCS_DATA_RATE[is40M][isShortGI][max_mcs & 0x7f]; in rtl819x_translate_scan()