Home
last modified time | relevance | path

Searched refs:tmp52__ (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c5189 uint8_t tmp52__; in dot11f_unpack_ie_ht_caps() local
5224 tmp52__ = *pBuf; in dot11f_unpack_ie_ht_caps()
5227 pDst->maxRxAMPDUFactor = tmp52__ >> 0 & 0x3; in dot11f_unpack_ie_ht_caps()
5228 pDst->mpduDensity = tmp52__ >> 2 & 0x7; in dot11f_unpack_ie_ht_caps()
5229 pDst->reserved1 = tmp52__ >> 5 & 0x7; in dot11f_unpack_ie_ht_caps()