qcacmn: Fix different types of case labels used in switch statement

Fix to update same enum wmi_scan_event_type types in switch statement
of extract_vdev_scan_ev_param_tlv()

Change-Id: I4817e57f2a9f309581392faadc1640c05d7fcf2b
CRs-Fixed: 2049514
This commit is contained in:
Sreelakshmi Konamki
2017-05-25 18:11:03 +05:30
committed by Gerrit - the friendly Code Review server
orang tua 7db15c88ca
melakukan 76d62afee4

Melihat File

@@ -15768,7 +15768,7 @@ static QDF_STATUS extract_vdev_scan_ev_param_tlv(wmi_unified_t wmi_handle,
case WMI_SCAN_EVENT_RESTARTED:
param->type = SCAN_EVENT_TYPE_RESTARTED;
break;
case WMI_HOST_SCAN_EVENT_FOREIGN_CHANNEL_EXIT:
case WMI_SCAN_EVENT_FOREIGN_CHANNEL_EXIT:
param->type = SCAN_EVENT_TYPE_FOREIGN_CHANNEL_EXIT;
break;
case WMI_SCAN_EVENT_MAX: