Browse Source

qcacld-3.0: Fix struct set_pcl_cmd_params documentation

The documentation for struct set_pcl_cmd_params has errors, so fix
them.

Change-Id: I07cdc4b73d5d8811fbbafb0a9671dcaf5154883e
CRs-Fixed: 3323040
Jeff Johnson 2 years ago
parent
commit
d6dfd79037
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/wmi/inc/wmi_unified_roam_param.h

+ 2 - 2
components/wmi/inc/wmi_unified_roam_param.h

@@ -169,9 +169,9 @@ struct wmi_invoke_neighbor_report_params {
 };
 
 /**
- * set_pcl_cmd_params  - Set PCL command params
+ * struct set_pcl_cmd_params  - Set PCL command params
  * @vdev_id: Vdev id
- * @weight: PCL weight
+ * @weights: PCL weights
  */
 struct set_pcl_cmd_params {
 	uint8_t vdev_id;