Go to file
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
nxp/opensource/driver nxp: add Kbuild for header install 2024-10-06 16:55:10 +02:00
qcom/opensource qcacld-3.0: Fix regulatory domain country names 2024-10-06 16:56:15 +02:00
Android.bp Android.bp: Add soong namespace, and include main kernel namespace 2024-10-06 16:28:51 +02:00
Android.mk Add empty Android.mk 2024-10-06 16:28:38 +02:00