Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c391 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in ieee80211_query_BandwidthMode()
413 if (tcb_desc->bBroadcast || tcb_desc->bMulticast) //only unicast frame will use rts/cts in ieee80211_query_protectionmode()
801 tcb_desc->bMulticast = 1; in ieee80211_xmit()
805 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in ieee80211_xmit()
H A Dieee80211.h109 u8 bMulticast:1; member
H A Dieee80211_softmac.c2054 if (tcb_desc->bMulticast) in ieee80211_softmac_xmit()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_tx.c381 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_query_BandwidthMode()
403 if (tcb_desc->bBroadcast || tcb_desc->bMulticast) in rtllib_query_protectionmode()
895 tcb_desc->bMulticast = 1; in rtllib_xmit_inter()
899 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_xmit_inter()
H A Drtllib.h130 u8 bMulticast:1; member
H A Drtllib_softmac.c2204 if (tcb_desc->bMulticast) in rtllib_softmac_xmit()