Searched refs:isShortGI (Results 1 – 4 of 4) sorted by relevance
268 u8 isShortGI; in HTHalfMcsToDataRate() local271 isShortGI = (IsHTHalfNmodeSGI(ieee, is40MHz)) ? 1 : 0; in HTHalfMcsToDataRate()273 return MCS_DATA_RATE[is40MHz][isShortGI][(nMcsRate & 0x7f)]; in HTHalfMcsToDataRate()281 u8 isShortGI = (pHTInfo->bCurBW40MHz) ? in HTMcsToDataRate() local284 return MCS_DATA_RATE[is40MHz][isShortGI][(nMcsRate & 0x7f)]; in HTMcsToDataRate()300 u8 isShortGI = 0; in TxCountToDataRate() local307 isShortGI = 0; in TxCountToDataRate()312 isShortGI = 0; in TxCountToDataRate()317 isShortGI = 1; in TxCountToDataRate()322 isShortGI = 1; in TxCountToDataRate()[all …]
151 bool is40M = false, isShortGI = false; in rtl819x_translate_scan() local158 isShortGI = (ht_cap->ChlWidth)? in rtl819x_translate_scan()163 rate = MCS_DATA_RATE[is40M][isShortGI][max_mcs&0x7f]; in rtl819x_translate_scan()
121 u8 isShortGI = (pHTInfo->bCurBW40MHz) ? in HTMcsToDataRate() local124 return MCS_DATA_RATE[is40MHz][isShortGI][(nMcsRate & 0x7f)]; in HTMcsToDataRate()132 u8 isShortGI = 0; in TxCountToDataRate() local138 isShortGI = 0; in TxCountToDataRate()141 isShortGI = 0; in TxCountToDataRate()144 isShortGI = 1; in TxCountToDataRate()147 isShortGI = 1; in TxCountToDataRate()149 return MCS_DATA_RATE[is40MHz][isShortGI][nDataRate&0xf]; in TxCountToDataRate()
153 bool is40M = false, isShortGI = false; in rtl819x_translate_scan() local163 isShortGI = (ht_cap->ChlWidth) ? in rtl819x_translate_scan()169 rate = MCS_DATA_RATE[is40M][isShortGI][max_mcs & 0x7f]; in rtl819x_translate_scan()