Browse Source

qcacld-3.0: Fix ucfg_dp_config_direct_link() stub

One of the parameters to the ucfg_dp_config_direct_link() stub
implementation does not match the associated parameter in the
prototype.  The stub and the prototype should match, so modify the
stub to align with the prototype, which matches the non-stub
implementation.

Change-Id: If9dda7db2bfbbce94c0356a73b33ae7569337955
CRs-Fixed: 3424788
Jeff Johnson 2 years ago
parent
commit
7c73be1d9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/dp/dispatcher/inc/wlan_dp_ucfg_api.h

+ 1 - 1
components/dp/dispatcher/inc/wlan_dp_ucfg_api.h

@@ -1443,7 +1443,7 @@ static inline void ucfg_dp_wfds_del_server(void)
 
 static inline
 QDF_STATUS ucfg_dp_config_direct_link(struct wlan_objmgr_vdev *vdev,
-				      bool enable_direct_link,
+				      bool config_direct_link,
 				      bool enable_low_latency)
 {
 	return QDF_STATUS_SUCCESS;