Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c2045 if (tcb_desc->bMulticast) in ieee80211_softmac_xmit()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_tx.c384 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_query_BandwidthMode()
406 if (tcb_desc->bBroadcast || tcb_desc->bMulticast) in rtllib_query_protectionmode()
905 tcb_desc->bMulticast = 1; in rtllib_xmit_inter()
909 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_xmit_inter()
H A Drtllib.h149 u8 bMulticast:1; member
H A Drtllib_softmac.c2466 if (tcb_desc->bMulticast) in rtllib_softmac_xmit()