Home
last modified time | relevance | path

Searched refs:mc_all_on (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dmain.c1158 bool mc_all_on = false; in ath6kl_set_multicast_list() local
1171 mc_all_on = !!(ndev->flags & IFF_PROMISC) || in ath6kl_set_multicast_list()
1175 if (mc_all_on) in ath6kl_set_multicast_list()
1182 mc_all_on = mc_all_on || (vif->ar->state == ATH6KL_STATE_ON); in ath6kl_set_multicast_list()
1186 mc_all_on = false; in ath6kl_set_multicast_list()
1194 mc_all_on ? "enabling" : "disabling"); in ath6kl_set_multicast_list()
1197 mc_all_on); in ath6kl_set_multicast_list()
1200 mc_all_on ? "enable" : "disable"); in ath6kl_set_multicast_list()
H A Dwmi.h2649 int ath6kl_wmi_mcast_filter_cmd(struct wmi *wmi, u8 if_idx, bool mc_all_on);
H A Dwmi.c3243 int ath6kl_wmi_mcast_filter_cmd(struct wmi *wmi, u8 if_idx, bool mc_all_on) in ath6kl_wmi_mcast_filter_cmd() argument
3254 cmd->mcast_all_enable = mc_all_on; in ath6kl_wmi_mcast_filter_cmd()