Searched refs:updateCap (Results 1 – 3 of 3) sorted by relevance
1365 void update_capinfo(struct adapter *Adapter, u16 updateCap) in update_capinfo() argument1373 if (updateCap & cShortPreamble) { /* Short Preamble */ in update_capinfo()1385 if (updateCap & cIBSS) { in update_capinfo()1390 if (updateCap & cShortSlotTime) { /* Short Slot Time */ in update_capinfo()
1544 void update_capinfo(struct adapter *Adapter, u16 updateCap) in update_capinfo() argument1554 if (updateCap & cShortPreamble) { in update_capinfo()1571 if (updateCap & cIBSS) { in update_capinfo()1579 …if ((updateCap & cShortSlotTime) /* && (!(pMgntInfo->pHTInfo->RT2RT_HT_Mode & RT_HT_CAP_USE_LONG_P… in update_capinfo()
546 void update_capinfo(struct adapter *Adapter, u16 updateCap);