qcacmn: Re-factor processing of WMI_REG_CHAN_LIST_CC_EVENTID

Due to different layers, TLV processing is confined to WMI folder.
Therefore, move the TLV layer processing of WMI_REG_CHAN_LIST_EVENTID
to the wmi folder.

Change-Id: I7e7182997a9506035030f33d2f81a403fbe97a2f
CR-Fixed: 2019750
This commit is contained in:
Baila, Shashikala Prabhu
2017-03-17 10:21:14 +05:30
committed by Sandeep Puligilla
parent 49a8481745
commit 6bad19799f
3 changed files with 46 additions and 0 deletions

View File

@@ -5085,6 +5085,7 @@ typedef enum {
wmi_atf_peer_stats_event_id,
wmi_peer_delete_response_event_id,
wmi_pdev_csa_switch_count_status_event_id,
wmi_reg_chan_list_cc_event_id,
wmi_events_max,
} wmi_conv_event_id;