Searched refs:isShortGI (Results 1 – 4 of 4) sorted by relevance
111 u8 isShortGI = (ht_info->bCurBW40MHz) ? in HTMcsToDataRate() local114 return MCS_DATA_RATE[is40MHz][isShortGI][(nMcsRate & 0x7f)]; in HTMcsToDataRate()122 u8 isShortGI = 0; in TxCountToDataRate() local128 isShortGI = 0; in TxCountToDataRate()131 isShortGI = 0; in TxCountToDataRate()134 isShortGI = 1; in TxCountToDataRate()137 isShortGI = 1; in TxCountToDataRate()139 return MCS_DATA_RATE[is40MHz][isShortGI][nDataRate & 0xf]; in TxCountToDataRate()
123 bool is40M = false, isShortGI = false; in rtl819x_translate_scan() local133 isShortGI = (ht_cap->ChlWidth) ? in rtl819x_translate_scan()139 rate = MCS_DATA_RATE[is40M][isShortGI][max_mcs & 0x7f]; in rtl819x_translate_scan()
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()