Searched refs:mc_all_on (Results 1 – 3 of 3) sorted by relevance
1157 bool mc_all_on = false; in ath6kl_set_multicast_list() local1170 mc_all_on = !!(ndev->flags & IFF_PROMISC) || in ath6kl_set_multicast_list()1174 if (mc_all_on) in ath6kl_set_multicast_list()1181 mc_all_on = mc_all_on || (vif->ar->state == ATH6KL_STATE_ON); in ath6kl_set_multicast_list()1185 mc_all_on = false; in ath6kl_set_multicast_list()1193 mc_all_on ? "enabling" : "disabling"); in ath6kl_set_multicast_list()1196 mc_all_on); in ath6kl_set_multicast_list()1199 mc_all_on ? "enable" : "disable"); in ath6kl_set_multicast_list()
2659 int ath6kl_wmi_mcast_filter_cmd(struct wmi *wmi, u8 if_idx, bool mc_all_on);
3232 int ath6kl_wmi_mcast_filter_cmd(struct wmi *wmi, u8 if_idx, bool mc_all_on) in ath6kl_wmi_mcast_filter_cmd() argument3243 cmd->mcast_all_enable = mc_all_on; in ath6kl_wmi_mcast_filter_cmd()