qcacmn: Fix pdev param enum after maximum value

the enum for subchannel marking pdev param is after the
maximum value. Re-enumerate the enum so that the pdev param max
points to the last value.

Change-Id: I9ecf616a13b3b73b3aafb0f6dfdfbf6eda29f4dd
CRs-Fixed: 2334258
This commit is contained in:
Vignesh Mohan
2018-12-04 17:32:11 +05:30
committed by nshrivas
parent 4abc069828
commit b993b0cca3

View File

@@ -4961,8 +4961,8 @@ typedef enum {
wmi_pdev_param_use_nol,
wmi_pdev_param_enable_peer_retry_stats,
wmi_pdev_param_ul_trig_int,
wmi_pdev_param_max,
wmi_pdev_param_sub_channel_marking,
wmi_pdev_param_max,
} wmi_conv_pdev_params_id;