Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/libertas/
H A Dmain.c354 CMD_ACT_MAC_MULTICAST_ENABLE); in lbs_update_mcast()
360 CMD_ACT_MAC_MULTICAST_ENABLE); in lbs_update_mcast()
381 priv->mac_control |= CMD_ACT_MAC_MULTICAST_ENABLE; in lbs_update_mcast()
383 priv->mac_control &= ~CMD_ACT_MAC_MULTICAST_ENABLE; in lbs_update_mcast()
H A Dhost.h138 #define CMD_ACT_MAC_MULTICAST_ENABLE 0x0020 macro