提交線圖

19 次程式碼提交

作者 SHA1 備註 日期
Alexander Koskovich
83289b94cc qcacld-3.0: Disable build tagging
* Doesn't work as an inline kernel module.

Change-Id: I10ffa5213db737267cf9d908442dd1dee0a26e53
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
2024-10-06 16:56:22 +02:00
Alexander Koskovich
2862ba8ad7 qcacld-3.0: Only call hdd_debugfs_process_mib_stats if debugfs is enabled
Change-Id: I081bf59ec6ef593eedd5044aaa2e13a6a1a0f87d
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2024-10-06 16:56:20 +02:00
Danny Lin
171312b2c1 qcacld-3.0: Fix regulatory domain country names
Clang warns:

../qcom/wlan/qcacld-3.0/core/cds/src/cds_regdomain.c:284:43: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]
        {CTRY_TURKS_AND_CAICOS, FCC3_WORLD, "TC" "TURKS AND CAICOS"},
                                                 ^
                                                ,
../qcom/wlan/qcacld-3.0/core/cds/src/cds_regdomain.c:284:38: note: place parentheses around the string literal to silence warning
        {CTRY_TURKS_AND_CAICOS, FCC3_WORLD, "TC" "TURKS AND CAICOS"},
                                            ^
../qcom/wlan/qcacld-3.0/core/cds/src/cds_regdomain.c:296:45: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]
        {CTRY_WALLIS_AND_FUTUNA, ETSI1_WORLD, "WF" "WALLIS"},
                                                   ^
                                                  ,
../qcom/wlan/qcacld-3.0/core/cds/src/cds_regdomain.c:296:40: note: place parentheses around the string literal to silence warning
        {CTRY_WALLIS_AND_FUTUNA, ETSI1_WORLD, "WF" "WALLIS"},
                                              ^

Change-Id: I35bc21e7946f03fc36fb912f46f742ec23cb8d99
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
2024-10-06 16:56:15 +02:00
Park Ju Hyung
4697b5d666 qcacld-3.0: Always force user build
Change-Id: I8cf9709bc29fde1e41b06f0811f74684161e4cc1
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2024-10-06 16:56:10 +02:00
SGCMarkus
7d15d2757f qcacld-3.0: set DYNAMIC_SINGLE_CHIP to kiwi_v2 2024-10-06 16:56:08 +02:00
Bruno Martins
bd4b00744c wlan: qcacld-3.0: Fix inline builds
Change-Id: Ic885539651b0fd36c05284c443f848fe4a192826
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
2024-10-06 16:56:05 +02:00
Bruno Martins
ba358acc6d qcom: fix paths for compiling for inline
Change-Id: I962ea4d98f1b3a46133223a9f70ada50faeeb032
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
2024-10-06 16:55:28 +02:00
Bruno Martins
14da988603 Makefile: Sync WLAN_PLATFORM_KBUILD_OPTIONS
Change-Id: I4d6b70fb00c0e73ef427c583235d1bbae5eecf06
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
2024-10-06 16:55:02 +02:00
Bruno Martins
b505e52769 Makefile: Skip ICNSS driver compilation
Change-Id: Ibbd4720bceeb731100ae1cacf446a8f3f0010c4c
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
2024-10-06 16:54:55 +02:00
chandu078
45874d7a07 qcacld-3.0: Makefile: Add kbuild extra symbols
Change-Id: I8ae61ea8e40c4b840fa88c06761b1db4287547df
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
2024-10-06 16:54:51 +02:00
chandu078
e203b1ed6a Makefile: Set WLAN_PLATFORM_ROOT
Change-Id: Ic7a765558131d255daa6f6eb97822fc2c1e08212
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
2024-10-06 16:54:43 +02:00
chandu078
813a57a404 Makefile: Enable CNSS2 configs
Change-Id: I5c32fabb1e9b3d823b3f7ad26bc385d5ab86212c
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
2024-10-06 16:54:40 +02:00
Arian
328f5434f7 qcacld-3.0: Add kiwi_v2 flags to Makefile
Change-Id: Id27040a666ce6cdbe507de6f843125681d7f1765
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
2024-10-06 16:54:37 +02:00
Bruno Martins
22590e08ba wlan: Enable secured HW disable feature This is required for pineapple platform
Change-Id: I688d0c4b1e36be4e57e5fd5387944fd220508474
2024-10-06 16:54:34 +02:00
Bruno Martins
951acb1030 wlan: platform: Disable debug configs and skip ICNSS driver compilation
Change-Id: I31e98c262194ffc443ad237f6a42dca5ceafa13d
2024-10-06 16:54:32 +02:00
David Wronek
af9c28c32a Add 'qcom/opensource/wlan/qca-wifi-host-cmn/' from commit 'fec800ab539956671af604bdd6e1ee3b84eef491'
git-subtree-dir: qcom/opensource/wlan/qca-wifi-host-cmn
git-subtree-mainline: 5add812a59
git-subtree-split: fec800ab53
Change-Id:
repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/qca-wifi-host-cmn
tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
2024-10-06 16:49:56 +02:00
David Wronek
5add812a59 Add 'qcom/opensource/wlan/qcacld-3.0/' from commit 'f5a566817a453ad657922a9aa68024db4d1ac3c7'
git-subtree-dir: qcom/opensource/wlan/qcacld-3.0
git-subtree-mainline: 925e49bf4f
git-subtree-split: f5a566817a
Change-Id:
repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/qcacld-3.0
tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
2024-10-06 16:48:37 +02:00
David Wronek
925e49bf4f Add 'qcom/opensource/wlan/platform/' from commit '54afb87accfa6775cef4e9adcd4e6f08c64a5fb1'
git-subtree-dir: qcom/opensource/wlan/platform
git-subtree-mainline: c74a556fc1
git-subtree-split: 54afb87acc
Change-Id:
repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/platform
tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
2024-10-06 16:46:09 +02:00
David Wronek
c74a556fc1 Add 'qcom/opensource/wlan/fw-api/' from commit '723e0826fb765910584c52099191c2d16b1ca7b6'
git-subtree-dir: qcom/opensource/wlan/fw-api
git-subtree-mainline: f1b172d58b
git-subtree-split: 723e0826fb
Change-Id:
repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/fw-api
tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
2024-10-06 16:46:02 +02:00