Searched refs:isShortGI (Results 1 – 4 of 4) sorted by relevance
220 u8 isShortGI = (pHTInfo->bCurBW40MHz) ? in HTMcsToDataRate() local223 return MCS_DATA_RATE[is40MHz][isShortGI][(nMcsRate & 0x7f)]; in HTMcsToDataRate()239 u8 isShortGI = 0; in TxCountToDataRate() local246 isShortGI = 0; in TxCountToDataRate()251 isShortGI = 0; in TxCountToDataRate()256 isShortGI = 1; in TxCountToDataRate()261 isShortGI = 1; in TxCountToDataRate()265 return MCS_DATA_RATE[is40MHz][isShortGI][nDataRate & 0xf]; in TxCountToDataRate()
135 bool is40M = false, isShortGI = false; in rtl819x_translate_scan() local142 isShortGI = (ht_cap->ChlWidth) ? in rtl819x_translate_scan()147 rate = MCS_DATA_RATE[is40M][isShortGI][max_mcs & 0x7f]; in rtl819x_translate_scan()
113 u8 isShortGI = (pHTInfo->bCurBW40MHz) ? in HTMcsToDataRate() local116 return MCS_DATA_RATE[is40MHz][isShortGI][(nMcsRate & 0x7f)]; in HTMcsToDataRate()124 u8 isShortGI = 0; in TxCountToDataRate() local130 isShortGI = 0; in TxCountToDataRate()133 isShortGI = 0; in TxCountToDataRate()136 isShortGI = 1; in TxCountToDataRate()139 isShortGI = 1; in TxCountToDataRate()141 return MCS_DATA_RATE[is40MHz][isShortGI][nDataRate&0xf]; in TxCountToDataRate()
140 bool is40M = false, isShortGI = false; in rtl819x_translate_scan() local150 isShortGI = (ht_cap->ChlWidth) ? in rtl819x_translate_scan()156 rate = MCS_DATA_RATE[is40M][isShortGI][max_mcs & 0x7f]; in rtl819x_translate_scan()