Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c427 if(tcb_desc->bMulticast || tcb_desc->bBroadcast) in ieee80211_query_BandwidthMode()
449 if(tcb_desc->bBroadcast || tcb_desc->bMulticast)//only unicast frame will use rts/cts in ieee80211_query_protectionmode()
873 tcb_desc->bMulticast = 1; in ieee80211_xmit()
877 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in ieee80211_xmit()
Dieee80211.h127 u8 bMulticast:1; member
Dieee80211_softmac.c2159 if (tcb_desc->bMulticast) { in ieee80211_softmac_xmit()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_tx.c401 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_query_BandwidthMode()
423 if (tcb_desc->bBroadcast || tcb_desc->bMulticast) in rtllib_query_protectionmode()
922 tcb_desc->bMulticast = 1; in rtllib_xmit_inter()
926 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_xmit_inter()
Drtllib.h169 u8 bMulticast:1; member
2437 void (*UpdateHalRAMaskHandler)(struct net_device *dev, bool bMulticast,
Drtllib_softmac.c2491 if (tcb_desc->bMulticast) in rtllib_softmac_xmit()