Searched refs:isShortGI (Results 1 – 2 of 2) sorted by relevance
91 u8 isShortGI = (ht_info->cur_bw_40mhz) ? in ht_mcs_to_data_rate() local94 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() local108 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()
123 bool is40M = false, isShortGI = false; in rtl819x_translate_scan() local133 isShortGI = (ht_cap->chl_width) ? in rtl819x_translate_scan()139 rate = MCS_DATA_RATE[is40M][isShortGI][max_mcs & 0x7f]; in rtl819x_translate_scan()