소스 검색

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 년 전
부모
커밋
7c73be1d9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;