52dcf788ded879dee05ee5ce5214f64edc01b7a6

Currently in cds_regdomain.h the following file is included: "../../qca-wifi-host-cmn/umac/regulatory/core/src/reg_db.h" While transitioning to the Bazel DDK build system this results in a build error because the build is done in a sandbox with the root at the qcacld-3.0 folder, and hence there is no way to access "../qca-wifi-host-cmn." To address this issue add the following -I path to the Kbuild: qcacld-3.0/cmn/umac/regulatory/core/src And then cds_regdomain.h can just include "reg_db.h". Change-Id: Ib33300f3593e39caeace1238f2b40c819539ff10 CRs-Fixed: 3497251
This is CNSS WLAN Host Driver for products starting from iHelium
Descrição
Linguagens
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%