Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_classify.c162 struct ieee80211_qosframe *whqos = in ol_tx_set_ether_type() local
164 if (whqos->i_fc[0] & QDF_IEEE80211_FC0_SUBTYPE_QOS) { in ol_tx_set_ether_type()
264 struct ieee80211_qosframe *whqos = in ol_tx_tid_by_raw_type() local
266 if (whqos->i_fc[0] & QDF_IEEE80211_FC0_SUBTYPE_QOS) in ol_tx_tid_by_raw_type()
267 tid = whqos->i_qos[0] & IEEE80211_QOS_TID; in ol_tx_tid_by_raw_type()