Searched refs:mc_all_on (Results 1 – 3 of 3) sorted by relevance
1158 bool mc_all_on = false; in ath6kl_set_multicast_list() local1171 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()
2649 int ath6kl_wmi_mcast_filter_cmd(struct wmi *wmi, u8 if_idx, bool mc_all_on);
3243 int ath6kl_wmi_mcast_filter_cmd(struct wmi *wmi, u8 if_idx, bool mc_all_on) in ath6kl_wmi_mcast_filter_cmd() argument3254 cmd->mcast_all_enable = mc_all_on; in ath6kl_wmi_mcast_filter_cmd()