1
0

qcacmn: Resolve compilation issues for CM

Resolve compilation issues for CM

Change-Id: I5f652c568479aef94e6e22ecada496471c3cdb75
CRs-Fixed: 2820487
Este cometimento está contido em:
Himanshu Batra
2020-11-17 14:04:40 +05:30
ascendente c0396e72ea
cometimento 5d68a204f0

Ver ficheiro

@@ -30,6 +30,7 @@
#include "wlan_blm_api.h"
#include "wlan_cm_roam_api.h"
#endif
#include <wlan_utility.h>
static void
cm_fill_failure_resp_from_cm_id(struct cnx_mgr *cm_ctx,
@@ -799,7 +800,7 @@ static QDF_STATUS cm_connect_get_candidates(struct wlan_objmgr_pdev *pdev,
*/
if (cm_req->req.chan_freq && !security_valid_for_6ghz &&
WLAN_REG_IS_6GHZ_CHAN_FREQ(cm_req->req.chan_freq)) {
mlme_info(CM_PREFIX_FMT "6ghz freq given and 6Ghz not allowed for the security in connect req",
mlme_info(CM_PREFIX_FMT "6ghz freq (%d) given and 6Ghz not allowed for the security in connect req",
CM_PREFIX_REF(vdev_id, cm_req->cm_id),
cm_req->req.chan_freq);
return QDF_STATUS_E_INVAL;