From 7db15c88cae858f72af1742c453b92c0bb84f0dd Mon Sep 17 00:00:00 2001 From: Amar Singhal Date: Fri, 19 May 2017 16:39:34 -0700 Subject: [PATCH] qcacmn: Implement 11d state machine Regulatory component needs to listen to vdev messages in order to track whether a master mode vdev is getting created or destroyed. It is also used to kick-start the state machine. Also re-run the state machine when user-space country code is set. Change-Id: I5112396314a936f84dad2f0e07329f9cb237aa78 CRs-Fixed: 2048784 --- wmi_unified_tlv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_tlv.c b/wmi_unified_tlv.c index 3fd05387ff..aebcc5fbe1 100644 --- a/wmi_unified_tlv.c +++ b/wmi_unified_tlv.c @@ -18435,6 +18435,7 @@ static void populate_tlv_events_id(uint32_t *event_ids) event_ids[wmi_dfs_radar_detection_event_id] = WMI_PDEV_DFS_RADAR_DETECTION_EVENTID; event_ids[wmi_tt_stats_event_id] = WMI_THERM_THROT_STATS_EVENTID; + event_ids[wmi_11d_new_country_event_id] = WMI_11D_NEW_COUNTRY_EVENTID; } #ifndef CONFIG_MCL