FIF_MCAST_ACTION
(ar->filter_flags & (FIF_OTHER_BSS | FIF_MCAST_ACTION))) ||
supported |= FIF_MCAST_ACTION;
FIF_MCAST_ACTION | \
priv->rxfilter & (FIF_OTHER_BSS | FIF_MCAST_ACTION))
FIF_MCAST_ACTION | \
(sc->cur_chan->rxfilter & (FIF_OTHER_BSS | FIF_MCAST_ACTION))) {
if (*total_flags & FIF_MCAST_ACTION)
data->rx_filter |= FIF_MCAST_ACTION;
new_flags |= FIF_MCAST_ACTION;