← Back to team overview

aide team mailing list archive

Re: [Question #696982]: Connection d'un clef netgear A6150

 

Question #696982 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/696982

    Status: Answered => Open

Souchois Pierre is still having a problem:
The base of what I did is

"Linux Driver Installation Guide
www.cudy.com
How to install RTL88x2BU with Ubuntu 18.04/20.04
(WU1200/WU1300/ WU1300S/WU1400)
1. Check your driver.
Make sure your Linux driver is: 
rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777.tar.gz
If it is not, write email to support@xxxxxxxx and ask for this driver.
2. Login your Ubuntu 18.04/20.04, and enter your working directory.
For example:
root@ubuntu:/home/colin/project#
Don’t use the complex directory name.
Especially don’t use a directory whose name include BLANK.
Maybe you can create the same directory as “ /home/colin/project ”.
3. Copy the driver into your working directory. And unpack this file 
with command of “ tar -xzvf ”.
For example:
root@ubuntu:/home/colin/project# tar -xzvf 
rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777.tar.gz
4. You will find a new folder “ 
rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777 ” created 
in “ /home/colin/project ”.
5. Enter the directory of “ 
rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777 ”, and 
run “ sudo make ” with root
authority.
For example:
root@ubuntu:/home/colin/project# cd 
rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777
root@ubuntu:/home/colin/project/rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777# 
sudo make
6. After the above step succeeds, run “ sudo make install ”.
For example:
root@ubuntu:/home/colin/project/rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777# 
sudo make install
7. Run “ sudo modprobe -r 88x2bu ”.
For example:
root@ubuntu:/home/colin/project/rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777# 
sudo modprobe -r 88x2bu
8. Run “ sudo modprobe 88x2bu ”.
For example:
root@ubuntu:/home/colin/project/rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777# 
sudo modprobe 88x2bu
9. Done
Summary(total command):
root@ubuntu:~# cd /home/colin/project
(Notes:Driver must have been copy to this directory.)
root@ubuntu:/home/colin/project/# tar -xzvf 
rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777.tar.gz
root@ubuntu:/home/colin/project/# cd 
rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777
root@ubuntu:/home/colin/project/rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777# 
sudo make
root@ubuntu:/home/colin/project/rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777# 
sudo make install
root@ubuntu:/home/colin/project/rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777# 
sudo modprobe -r 88x2bu
root@ubuntu:/home/colin/project/rtl88x2BU_WiFi_linux_v5.8.7.4_37264.20200922_COEX20191120-7777# 
sudo modprobe 88x2bu3


The various commands and outputs are as follows

Terminal


Output

Sudo make


pierre@Miniblanc:~/wifi/RTL8812BU-master$ sudo make

[sudo] Mot de passe de pierre :

make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.4.0-74-generic/build 
M=/home/pierre/wifi/RTL8812BU-master modules

make[1] : on entre dans le répertoire 
« /usr/src/linux-headers-5.4.0-74-generic »

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_cmd.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_cmd.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_security.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_security.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_debug.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_debug.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_io.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_io.c:47:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_ioctl_query.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_ioctl_query.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_ioctl_set.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_ioctl_set.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_ieee80211.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_ieee80211.c:20:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_mlme.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/include/../hal/phydm/phydm_types.h:215,

from 
/home/pierre/wifi/RTL8812BU-master/include/../hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/include/hal_data.h:20,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_mlme.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_mlme_ext.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_mlme_ext.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

/home/pierre/wifi/RTL8812BU-master/core/rtw_mlme_ext.c: In function 
‘mgt_dispatcher’:

/home/pierre/wifi/RTL8812BU-master/core/rtw_mlme_ext.c:1335:17: warning: 
this statement may fall through [-Wimplicit-fallthrough=]

1335 | ptable->func = &OnAuthClient;

| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~

/home/pierre/wifi/RTL8812BU-master/core/rtw_mlme_ext.c:1337:2: note:
here

1337 | case WIFI_ASSOCREQ:

| ^~~~

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_mi.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_mi.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_wlan_util.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_wlan_util.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_vht.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_vht.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_pwrctrl.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_pwrctrl.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_rf.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_rf.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_chplan.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_chplan.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_recv.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_recv.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_sta_mgt.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_sta_mgt.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_ap.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_ap.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/mesh/rtw_mesh.o

CC [M] /home/pierre/wifi/RTL8812BU-master/core/mesh/rtw_mesh_pathtbl.o

CC [M] /home/pierre/wifi/RTL8812BU-master/core/mesh/rtw_mesh_hwmp.o

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_xmit.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_xmit.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_p2p.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_p2p.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_rson.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_rson.c:22:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_tdls.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_tdls.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_br_ext.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_br_ext.c:27:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_iol.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_iol.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_sreset.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_sreset.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_btcoex_wifionly.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_btcoex_wifionly.c:15:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_btcoex.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_btcoex.c:15:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_beamforming.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_beamforming.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_odm.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/include/rtw_odm.h:18,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_odm.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_rm.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_rm.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_rm_fsm.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_rm_fsm.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/core/efuse/rtw_efuse.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/efuse/rtw_efuse.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/osdep_service.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/os_dep/osdep_service.c:19:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/os_intfs.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/os_dep/linux/os_intfs.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/usb_intf.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/os_dep/linux/usb_intf.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/usb_ops_linux.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/os_dep/linux/usb_ops_linux.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/ioctl_linux.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/os_dep/linux/ioctl_linux.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/xmit_linux.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/os_dep/linux/xmit_linux.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/mlme_linux.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/os_dep/linux/mlme_linux.c:19:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/recv_linux.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/os_dep/linux/recv_linux.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/ioctl_cfg80211.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-
master/os_dep/linux/ioctl_cfg80211.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

/home/pierre/wifi/RTL8812BU-master/os_dep/linux/ioctl_cfg80211.c: In 
function ‘cfg80211_rtw_change_iface’:

/home/pierre/wifi/RTL8812BU-master/os_dep/linux/ioctl_cfg80211.c:2399:10: 
warning: this statement may fall through [-Wimplicit-fallthrough=]

2399 | is_p2p = _TRUE;

/home/pierre/wifi/RTL8812BU-master/os_dep/linux/ioctl_cfg80211.c:2401:2: 
note: here

2401 | case NL80211_IFTYPE_STATION:

| ^~~~

/home/pierre/wifi/RTL8812BU-master/os_dep/linux/ioctl_cfg80211.c:2423:10: 
warning: this statement may fall through [-Wimplicit-fallthrough=]

2423 | is_p2p = _TRUE;

/home/pierre/wifi/RTL8812BU-master/os_dep/linux/ioctl_cfg80211.c:2425:2: 
note: here

2425 | case NL80211_IFTYPE_AP:

| ^~~~

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/rtw_cfgvendor.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/os_dep/linux/rtw_cfgvendor.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/wifi_regd.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/os_dep/linux/wifi_regd.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/rtw_android.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/os_dep/linux/rtw_android.c:20:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/rtw_proc.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/os_dep/linux/rtw_proc.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/rtw_rhashtable.o

CC [M] /home/pierre/wifi/RTL8812BU-master/os_dep/linux/ioctl_mp.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/os_dep/linux/ioctl_mp.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/hal_intf.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/hal_intf.c:18:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

/home/pierre/wifi/RTL8812BU-master/hal/hal_intf.c: In function 
‘c2h_handler’:

/home/pierre/wifi/RTL8812BU-master/hal/hal_intf.c:1078:10: warning: this 
statement may fall through [-Wimplicit-fallthrough=]

1078 | sub_id = payload[0];

| ~~~~~~~^~~~~~~~~~~~

/home/pierre/wifi/RTL8812BU-master/hal/hal_intf.c:1081:2: note: here

1081 | default:

| ^~~~~~~

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/hal_com.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/hal_com.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/hal_com_phycfg.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/hal_com_phycfg.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/hal_phy.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/hal_phy.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/hal_dm.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/hal_dm.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/hal_dm_acs.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/hal_dm_acs.c:15:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/hal_btcoex_wifionly.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-
master/include/hal_btcoex_wifionly.h:18,

from /home/pierre/wifi/RTL8812BU-master/hal/hal_btcoex_wifionly.c:15:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/hal_btcoex.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/include/../hal/phydm/phydm_types.h:215,

from 
/home/pierre/wifi/RTL8812BU-master/include/../hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/include/hal_data.h:20,

from /home/pierre/wifi/RTL8812BU-master/hal/hal_btcoex.c:19:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/hal_mp.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/hal_mp.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/hal_mcc.o

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/hal_hci/hal_usb.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/hal_hci/hal_usb.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/led/hal_led.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/led/hal_led.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/led/hal_usb_led.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/led/hal_usb_led.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-
master/hal/rtl8822b/rtl8822b_halinit.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-
master/hal/rtl8822b/rtl8822b_halinit.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/rtl8822b_mac.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/rtl8822b_mac.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/rtl8822b_cmd.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/include/../hal/phydm/phydm_types.h:215,

from 
/home/pierre/wifi/RTL8812BU-master/include/../hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/include/hal_data.h:20,

from /home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/rtl8822b_cmd.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/rtl8822b_phy.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/include/../hal/phydm/phydm_types.h:215,

from 
/home/pierre/wifi/RTL8812BU-master/include/../hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/include/hal_data.h:20,

from /home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/rtl8822b_phy.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/rtl8822b_ops.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/rtl8822b_ops.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/hal8822b_fw.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/hal8822b_fw.c:18:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/usb/rtl8822bu_halinit.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/include/../hal/phydm/phydm_types.h:215,

from 
/home/pierre/wifi/RTL8812BU-master/include/../hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/include/hal_data.h:20,

from 
/home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/usb/rtl8822bu_halinit.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/usb/rtl8822bu_halmac.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/usb/rtl8822bu_halmac.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-
master/hal/rtl8822b/usb/rtl8822bu_io.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-
master/hal/rtl8822b/usb/rtl8822bu_io.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-
master/hal/rtl8822b/usb/rtl8822bu_xmit.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/usb/rtl8822bu_xmit.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-
master/hal/rtl8822b/usb/rtl8822bu_recv.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/hal/rtl8822b/usb/rtl8822bu_recv.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-
master/hal/rtl8822b/usb/rtl8822bu_led.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-
master/hal/rtl8822b/usb/rtl8822bu_led.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-
master/hal/rtl8822b/usb/rtl8822bu_ops.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-
master/hal/rtl8822b/usb/rtl8822bu_ops.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/efuse/rtl8822b/HalEfuseMask8822B_USB.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/hal/efuse/rtl8822b/HalEfuseMask8822B_USB.c:15:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/hal_halmac.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/hal_halmac.c:17:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_api.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-
master/hal/halmac/halmac_2_platform.h:26,

from /home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_type.h:19,

from /home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_api.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_bb_rf_88xx.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_bb_rf_88xx.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_bb_rf_88xx.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_common_88xx.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_common_88xx.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_common_88xx.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_common_88xx.c: 
In function ‘set_hw_value_88xx’:

/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_common_88xx.c:536:3: 
warning: this statement may fall through [-Wimplicit-fallthrough=]

536 | cfg_txfifo_lt_88xx(adapter,

| ^~~~~~~~~~~~~~~~~~~~~~~~~~~

537 | (struct halmac_txfifo_lifetime_cfg *)value);

| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_common_88xx.c:538:2: 
note: here

538 | default:

| ^~~~~~~

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_efuse_88xx.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_efuse_88xx.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_efuse_88xx.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_flash_88xx.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_flash_88xx.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_flash_88xx.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_fw_88xx.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_fw_88xx.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_fw_88xx.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_gpio_88xx.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_gpio_88xx.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_gpio_88xx.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_init_88xx.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_init_88xx.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_init_88xx.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_mimo_88xx.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_mimo_88xx.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_mimo_88xx.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_mimo_88xx.c: 
In function ‘cfg_txbf_88xx’:

/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_mimo_88xx.c:65:11: 
warning: this statement may fall through [-Wimplicit-fallthrough=]

65 | tmp42c |= BIT_R_TXBF0_80M;

/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_mimo_88xx.c:66:3: 
note: here

66 | case HALMAC_BW_40:

| ^~~~

/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_mimo_88xx.c:67:11: 
warning: this statement may fall through [-Wimplicit-fallthrough=]

67 | tmp42c |= BIT_R_TXBF0_40M;

/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_mimo_88xx.c:68:3: 
note: here

68 | case HALMAC_BW_20:

| ^~~~

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_usb_88xx.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_usb_88xx.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_usb_88xx.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_cfg_wmac_8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/../../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/../../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_cfg_wmac_8822b.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_cfg_wmac_8822b.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_common_8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/../../halmac_hw_cfg.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_8822b_cfg.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_common_8822b.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_gpio_8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/../../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/../../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_gpio_8822b.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_gpio_8822b.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_init_8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/../../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/../../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_init_8822b.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_init_8822b.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_phy_8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/../../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/../../halmac_type.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_phy_8822b.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_pwr_seq_8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/../../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/../../halmac_pwr_seq_cmd.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_pwr_seq_8822b.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_pwr_seq_8822b.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_usb_8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/../../halmac_2_platform.h:26,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/../../halmac_api.h:33,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_usb_8822b.h:19,

from 
/home/pierre/wifi/RTL8812BU-master/hal/halmac/halmac_88xx/halmac_8822b/halmac_usb_8822b.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_debug.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_debug.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_antdiv.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_antdiv.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_soml.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_soml.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_smt_ant.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_smt_ant.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_antdect.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_antdect.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_interface.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_interface.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_phystatus.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_phystatus.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_hwconfig.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_hwconfig.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_dig.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_dig.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_pathdiv.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_pathdiv.c:30:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_rainfo.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_rainfo.c:30:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-
master/hal/phydm/phydm_dynamictxpower.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-
master/hal/phydm/phydm_dynamictxpower.c:30:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_adaptivity.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_adaptivity.c:30:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_cfotracking.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-
master/hal/phydm/phydm_cfotracking.c:26:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_noisemonitor.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-
master/hal/phydm/phydm_noisemonitor.c:30:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_beamforming.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-
master/hal/phydm/phydm_beamforming.c:27:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_dfs.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_dfs.c:33:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/txbf/halcomtxbf.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/txbf/halcomtxbf.c:21:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-
master/hal/phydm/txbf/haltxbfinterface.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/txbf/haltxbfinterface.c:21:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/txbf/phydm_hal_txbf_api.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/txbf/phydm_hal_txbf_api.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_adc_sampling.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-
master/hal/phydm/phydm_adc_sampling.c:27:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_ccx.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_ccx.c:27:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_psd.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_psd.c:30:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_primary_cca.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-
master/hal/phydm/phydm_primary_cca.c:30:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_cck_pd.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_cck_pd.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_rssi_monitor.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-
master/hal/phydm/phydm_rssi_monitor.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_auto_dbg.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_auto_dbg.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_math_lib.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_math_lib.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_api.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_api.c:32:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_pow_train.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_pow_train.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_lna_sat.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_lna_sat.c:30:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-
master/hal/phydm/phydm_pmac_tx_setting.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_pmac_tx_setting.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_mp.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_types.h:215,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_precomp.h:29,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/phydm_mp.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/halrf.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from /home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/halrf.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/halrf_debug.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from /home/pierre/wifi/RTL8812BU-
master/hal/phydm/halrf/halrf_debug.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/halphyrf_ce.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from /home/pierre/wifi/RTL8812BU-
master/hal/phydm/halrf/halphyrf_ce.c:26:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/halrf_powertracking_ce.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/halrf_powertracking_ce.c:31:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/halrf_powertracking.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/halrf_powertracking.c:30:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/halrf_kfree.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from /home/pierre/wifi/RTL8812BU-
master/hal/phydm/halrf/halrf_kfree.c:29:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/halhwimg8822b_bb.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/../phydm_types.h:215,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/../phydm_precomp.h:29,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/halhwimg8822b_bb.c:28:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/halhwimg8822b_mac.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/../phydm_types.h:215,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/../phydm_precomp.h:29,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/halhwimg8822b_mac.c:28:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/halhwimg8822b_rf.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/../phydm_types.h:215,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/../phydm_precomp.h:29,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/halhwimg8822b_rf.c:28:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/rtl8822b/halrf_8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/rtl8822b/halrf_8822b.c:26:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/phydm_hal_api8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/../phydm_types.h:215,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/../phydm_precomp.h:29,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/phydm_hal_api8822b.c:26:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/rtl8822b/halrf_iqk_8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/rtl8822b/halrf_iqk_8822b.c:26:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/rtl8822b/halrf_iqk_8822b.c: 
In function ‘_iqk_reload_iqk_setting_8822b’:

/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/rtl8822b/halrf_iqk_8822b.c:446:14: 
warning: ‘~’ on a boolean expression [-Wbool-operation]

446 | report = ~(iqk->iqk_fail_report[ch][path][idx]);

| ^

/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/rtl8822b/halrf_iqk_8822b.c:446:14: 
note: did you mean to use logical not?

446 | report = ~(iqk->iqk_fail_report[ch][path][idx]);

| ^

| !

/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/rtl8822b/halrf_iqk_8822b.c:450:14: 
warning: ‘~’ on a boolean expression [-Wbool-operation]

450 | report = ~(iqk->iqk_fail_report[ch][path][idx]);

| ^

/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/rtl8822b/halrf_iqk_8822b.c:450:14: 
note: did you mean to use logical not?

450 | report = ~(iqk->iqk_fail_report[ch][path][idx]);

| ^

| !

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/rtl8822b/halrf_rfk_init_8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/halrf/rtl8822b/halrf_rfk_init_8822b.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/phydm_regconfig8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/../phydm_types.h:215,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/../phydm_precomp.h:29,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/phydm_regconfig8822b.c:27:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/phydm_rtl8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/../phydm_types.h:215,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/../phydm_precomp.h:29,

from 
/home/pierre/wifi/RTL8812BU-master/hal/phydm/rtl8822b/phydm_rtl8822b.c:26:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/phydm/txbf/haltxbf8822b.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from /home/pierre/wifi/RTL8812BU-
master/hal/phydm/txbf/haltxbf8822b.c:22:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/btc/halbtc8822bwifionly.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from /home/pierre/wifi/RTL8812BU-
master/hal/btc/halbtc8822bwifionly.c:15:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/btc/halbtc8822b1ant.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/halbtc8822b1ant.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/hal/btc/halbtc8822b2ant.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/mp_precomp.h:18,

from /home/pierre/wifi/RTL8812BU-master/hal/btc/halbtc8822b2ant.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

CC [M] /home/pierre/wifi/RTL8812BU-master/platform/platform_ops.o

CC [M] /home/pierre/wifi/RTL8812BU-master/core/rtw_mp.o

In file included from 
/home/pierre/wifi/RTL8812BU-master/include/drv_conf.h:17,

from /home/pierre/wifi/RTL8812BU-master/include/drv_types.h:25,

from /home/pierre/wifi/RTL8812BU-master/core/rtw_mp.c:16:

/home/pierre/wifi/RTL8812BU-master/include/autoconf.h:183: warning: 
"CONFIG_RTW_SW_LED" redefined

183 | #define CONFIG_RTW_SW_LED

|

<command-line>: note: this is the location of the previous definition

LD [M] /home/pierre/wifi/RTL8812BU-master/88x2bu.o

Building modules, stage 2.

MODPOST 1 modules

CC [M] /home/pierre/wifi/RTL8812BU-master/88x2bu.mod.o

LD [M] /home/pierre/wifi/RTL8812BU-master/88x2bu.ko

make[1] : on quitte le répertoire 
« /usr/src/linux-headers-5.4.0-74-generic »

pierre@Miniblanc:~/wifi/RTL8812BU-master$

Sudo make install


pierre@Miniblanc:~/wifi/RTL8812BU-master$ sudo make install

install -p -m 644 88x2bu.ko 
/lib/modules/5.4.0-74-generic/kernel/drivers/net/wireless/

/sbin/depmod -a 5.4.0-74-generic

pierre@Miniblanc:~/wifi/RTL8812BU-master$

sudo modprobe -r 8812bu


pierre@Miniblanc:~/wifi/RTL8812BU-master$ sudo modprobe -r 8812bu

modprobe: FATAL: Module 8812bu not found.

pierre@Miniblanc:~/wifi/RTL8812BU-master$

sudo modprobe 88x2bu


pierre@Miniblanc:~/wifi/RTL8812BU-master$ sudo modprobe 88x2bu

[sudo] Mot de passe de pierre :

pierre@Miniblanc:~/wifi/RTL8812BU-master$ sudo modprobe 88x2bu

pierre@Miniblanc:~/wifi/RTL8812BU-master$

After las commans nothing happend

Best regards

Le

11/06/2021 à 17:30, Manfred Hampl a écrit :
> Your question #696982 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/696982
>
>      Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> I cannot do anything else but ask you to follow
> https://answers.launchpad.net/ubuntu/+question/696982 comment #14
>

-- 
You received this question notification because your team Communauté
d'aide d'Ubuntu en Français is an answer contact for Ubuntu.