|
@@ -1239,6 +1239,10 @@ enum target_event_report_config {
|
|
|
NO_DISCONN_EVT_IN_RECONN
|
|
|
};
|
|
|
|
|
|
+struct wmi_mcast_filter_cmd {
|
|
|
+ u8 mcast_all_enable;
|
|
|
+} __packed;
|
|
|
+
|
|
|
/* Command Replies */
|
|
|
|
|
|
/* WMI_GET_CHANNEL_LIST_CMDID reply */
|
|
@@ -2434,6 +2438,7 @@ int ath6kl_wmi_del_wow_pattern_cmd(struct wmi *wmi, u8 if_idx,
|
|
|
int ath6kl_wmi_set_roam_lrssi_cmd(struct wmi *wmi, u8 lrssi);
|
|
|
int ath6kl_wmi_force_roam_cmd(struct wmi *wmi, const u8 *bssid);
|
|
|
int ath6kl_wmi_set_roam_mode_cmd(struct wmi *wmi, enum wmi_roam_mode mode);
|
|
|
+int ath6kl_wmi_mcast_filter_cmd(struct wmi *wmi, u8 if_idx, bool mc_all_on);
|
|
|
|
|
|
/* AP mode */
|
|
|
int ath6kl_wmi_ap_profile_commit(struct wmi *wmip, u8 if_idx,
|