Răsfoiți Sursa

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
Vignesh Mohan 6 ani în urmă
părinte
comite
b993b0cca3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      wmi_unified_param.h

+ 1 - 1
wmi_unified_param.h

@@ -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;