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
This commit is contained in:

committed by
Madan Koyyalamudi

父節點
70935c9a88
當前提交
7c73be1d9d
@@ -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;
|
||||
|
Reference in New Issue
Block a user