Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c272 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructNullFunctionData() local
276 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructNullFunctionData()
277 SetPriority(&pwlanqoshdr->qos_ctrl, AC); in ConstructNullFunctionData()
278 SetEOSP(&pwlanqoshdr->qos_ctrl, bEosp); in ConstructNullFunctionData()
794 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructBtNullFunctionData() local
798 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructBtNullFunctionData()
799 SetPriority(&pwlanqoshdr->qos_ctrl, AC); in ConstructBtNullFunctionData()
800 SetEOSP(&pwlanqoshdr->qos_ctrl, bEosp); in ConstructBtNullFunctionData()