Skip to content

Instantly share code, notes, and snippets.

@nikicat
Created November 29, 2015 07:22
Show Gist options
  • Save nikicat/1601c4c724cf2b9ef973 to your computer and use it in GitHub Desktop.
Save nikicat/1601c4c724cf2b9ef973 to your computer and use it in GitHub Desktop.
rtl8812au_rtl8821au 4.3.22 build log
nbryskin@mbp  ~/src  git clone https://github.com/Grawp/rtl8812au_rtl8821au
Cloning into 'rtl8812au_rtl8821au'...
remote: Counting objects: 936, done.
remote: Total 936 (delta 0), reused 0 (delta 0), pack-reused 936
Receiving objects: 100% (936/936), 3.22 MiB | 672.00 KiB/s, done.
Resolving deltas: 100% (514/514), done.
Checking connectivity... done.
nbryskin@mbp  ~/src  cd rtl8812au_rtl8821au
nbryskin@mbp  ~/src/rtl8812au_rtl8821au   master  git checkout 4.3.22
Branch 4.3.22 set up to track remote branch 4.3.22 from origin.
Switched to a new branch '4.3.22'
nbryskin@mbp  ~/src/rtl8812au_rtl8821au   4.3.22  make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.2.5-1-ARCH/build M=/home/nbryskin/src/rtl8812au_rtl8821au modules
make[1]: Entering directory '/usr/lib/modules/4.2.5-1-ARCH/build'
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_cmd.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_security.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.o
In file included from /home/nbryskin/src/rtl8812au_rtl8821au/include/drv_types.h:65:0,
from /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:22:
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘dump_drv_version’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:70:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:71:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "build time: %s %s\n", __DATE__, __TIME__);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘dump_drv_cfg’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:78:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "\nKernel Version: %s\n", kernel_version);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:79:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "Driver Version: %s\n", DRIVERVERSION);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:80:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "------------------------------------------------\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:82:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "CFG80211\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:84:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "RTW_USE_CFG80211_STA_EVENT\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:90:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "DBG:%d\n", DBG);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:92:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "CONFIG_DEBUG\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:100:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "CONFIG_POWER_SAVING\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:104:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "LOAD_PHY_PARA_FROM_FILE - REALTEK_CONFIG_PATH=%s\n", REALTEK_CONFIG_PATH);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:121:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "CONFIG_RTW_ADAPTIVITY_EN = %d\n", CONFIG_RTW_ADAPTIVITY_EN);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:142:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "CONFIG_USB_TX_AGGREGATION\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:145:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "CONFIG_USB_RX_AGGREGATION\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:154:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "CONFIG_PREALLOC_RECV_SKB\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:173:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "MAX_XMITBUF_SZ = %d\n", MAX_XMITBUF_SZ);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:174:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "MAX_RECVBUF_SZ = %d\n", MAX_RECVBUF_SZ);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘dump_log_level’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:180:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "log_level:%d\n", GlobalDebugLevel);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘mac_reg_dump’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:220:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "======= MAC REG =======\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:225:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "0x%03x",i);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:226:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, " 0x%08x ", rtw_read32(adapter,i));
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:228:4: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘bb_reg_dump’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:249:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "======= BB REG =======\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:253:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "0x%03x",i);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:254:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, " 0x%08x ", rtw_read32(adapter,i));
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:256:4: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘rf_reg_dump’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:273:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "======= RF REG =======\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:276:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "RF_Path(%x)\n",path);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:280:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "0x%02x ",i);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:281:4: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, " 0x%08x ",value);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:283:5: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘sta_rx_reorder_ctl_dump’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:353:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "tid=%d, enable=%d, ampdu_size=%u, indicate_seq=%u\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘dump_adapters_status’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:367:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%-2s %-8s %-17s %-4s %-7s %s\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:370:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "------------------------------------------\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:375:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%2d %-8s "MAC_FMT" %4hhu %3u,%u,%u "MLME_STATE_FMT" %s%s\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:389:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "------------------------------------------\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:392:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%34s %3u,%u,%u\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:397:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%34s %3u,%u,%u\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘dump_sec_cam_ent’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:442:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, SEC_CAM_ENT_ID_VALUE_FMT " " SEC_CAM_ENT_VALUE_FMT"\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:445:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, SEC_CAM_ENT_VALUE_FMT"\n", SEC_CAM_ENT_VALUE_ARG(ent));
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘dump_sec_cam_ent_title’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:452:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, SEC_CAM_ENT_ID_TITLE_FMT " " SEC_CAM_ENT_TITLE_FMT"\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:455:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, SEC_CAM_ENT_TITLE_FMT"\n", SEC_CAM_ENT_TITLE_ARG);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘dump_sec_cam’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:466:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "HW sec cam:\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_read_reg’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:533:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "address not initialized\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:540:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "rtw_read8(0x%x)=0x%x\n", proc_get_read_addr, rtw_read8(padapter, proc_get_read_addr));
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:543:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "rtw_read16(0x%x)=0x%x\n", proc_get_read_addr, rtw_read16(padapter, proc_get_read_addr));
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:546:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "rtw_read32(0x%x)=0x%x\n", proc_get_read_addr, rtw_read32(padapter, proc_get_read_addr));
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:549:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "error read length=%d\n", proc_get_read_len);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_fwstate’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:597:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "fwstate=0x%x\n", get_fwstate(pmlmepriv));
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_sec_info’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:608:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "auth_alg=0x%x, enc_alg=0x%x, auth_type=0x%x, enc_type=0x%x\n",
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:612:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "hw_decrypted=%d\n", sec->hw_decrypted);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:615:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "wep_sw_enc_cnt=%llu, %llu, %llu\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:617:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "wep_sw_dec_cnt=%llu, %llu, %llu\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:620:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "tkip_sw_enc_cnt=%llu, %llu, %llu\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:622:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "tkip_sw_dec_cnt=%llu, %llu, %llu\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:625:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "aes_sw_enc_cnt=%llu, %llu, %llu\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:627:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "aes_sw_dec_cnt=%llu, %llu, %llu\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_mlmext_state’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:641:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "pmlmeinfo->state=0x%x\n", pmlmeinfo->state);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_roam_flags’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:652:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "0x%02x\n", rtw_roam_flags(adapter));
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_roam_param’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:691:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%12s %12s %11s\n", "rssi_diff_th", "scanr_exp_ms", "scan_int_ms");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:692:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%-12u %-12u %-11u\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_qos_option’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:771:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "qos_option=%d\n", pmlmepriv->qospriv.qos_option);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_ht_option’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:783:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "ht_option=%d\n", pmlmepriv->htpriv.ht_option);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_rf_info’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:795:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "cur_ch=%d, cur_bw=%d, cur_ch_offet=%d\n",
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:798:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "oper_ch=%d, oper_bw=%d, oper_ch_offet=%d\n",
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_scan_param’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:838:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m,
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:848:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m,
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_scan_abort’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:938:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%u\n", pass_ms);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_survey_info’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1050:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%5s %-17s %3s %-3s %-4s %-4s %5s %32s %32s\n", "index", "bssid", "ch", "RSSI", "SdBm", "Noise", "age", "flag", "ssid");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1085:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%5d "MAC_FMT" %3d %3d %4d %4d %5d %32s %32s\n",
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_ap_info’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1194:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "SSID=%s\n", cur_network->network.Ssid.Ssid);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1195:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "sta's macaddr:" MAC_FMT "\n", MAC_ARG(psta->hwaddr));
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1196:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "cur_channel=%d, cur_bwmode=%d, cur_ch_offset=%d\n", pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1197:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "wireless_mode=0x%x, rtsen=%d, cts2slef=%d\n", psta->wireless_mode, psta->rtsen, psta->cts2self);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1198:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "state=0x%x, aid=%d, macid=%d, raid=%d\n", psta->state, psta->aid, psta->mac_id, psta->raid);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1200:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "qos_en=%d, ht_en=%d, init_rate=%d\n", psta->qos_option, psta->htpriv.ht_option, psta->init_rate);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1201:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "bwmode=%d, ch_offset=%d, sgi_20m=%d,sgi_40m=%d\n", psta->bw_mode, psta->htpriv.ch_offset, psta->htpriv.sgi_20m, psta->htpriv.sgi_40m);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1202:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "ampdu_enable = %d\n", psta->htpriv.ampdu_enable);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1203:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "agg_enable_bitmap=%x, candidate_tid_bitmap=%x\n", psta->htpriv.agg_enable_bitmap, psta->htpriv.candidate_tid_bitmap);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1204:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "ldpc_cap=0x%x, stbc_cap=0x%x, beamform_cap=0x%x\n", psta->htpriv.ldpc_cap, psta->htpriv.stbc_cap, psta->htpriv.beamform_cap);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1207:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "vht_en=%d, vht_sgi_80m=%d\n", psta->vhtpriv.vht_option, psta->vhtpriv.sgi_80m);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1208:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "vht_ldpc_cap=0x%x, vht_stbc_cap=0x%x, vht_beamform_cap=0x%x\n", psta->vhtpriv.ldpc_cap, psta->vhtpriv.stbc_cap, psta->vhtpriv.beamform_cap);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1209:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "vht_mcs_map=0x%x, vht_highest_rate=0x%x, vht_ampdu_len=%d\n", *(u16*)psta->vhtpriv.vht_mcs_map, psta->vhtpriv.vht_highest_rate, psta->vhtpriv.ampdu_len);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1216:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "can't get sta's macaddr, cur_network's macaddr:" MAC_FMT "\n", MAC_ARG(cur_network->network.MacAddress));
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_trx_info’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1265:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "free_xmitbuf_cnt=%d, free_xmitframe_cnt=%d\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1267:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "free_ext_xmitbuf_cnt=%d, free_xframe_ext_cnt=%d\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1269:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "free_recvframe_cnt=%d\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1275:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%d, hwq.accnt=%d\n", i, phwxmit->accnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1279:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "rx_urb_pending_cn=%d\n", ATOMIC_READ(&(precvpriv->rx_pending_cnt)));
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1284:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m,"Rx: Counts of Packets Whose Seq_Num Less Than Reorder Control Seq_Num: %llu\n",(unsigned long long)pdbgpriv->dbg_rx_ampdu_drop_count);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1286:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m,"Rx: Reorder Time-out Trigger Counts: %llu\n",(unsigned long long)pdbgpriv->dbg_rx_ampdu_forced_indicate_count);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1288:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m,"Rx: Packet Loss Counts: %llu\n",(unsigned long long)pdbgpriv->dbg_rx_ampdu_loss_count);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1289:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m,"Rx: Duplicate Management Frame Drop Count: %llu\n",(unsigned long long)pdbgpriv->dbg_rx_dup_mgt_frame_drop_count);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1290:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m,"Rx: AMPDU BA window shift Count: %llu\n",(unsigned long long)pdbgpriv->dbg_rx_ampdu_window_shift_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1292:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "Rx: Conflict MAC Address Frames Count: %llu\n", (unsigned long long)pdbgpriv->dbg_rx_conflic_mac_addr_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_dis_pwt’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1302:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, " Tx Power training mode:%s \n",(dis_pwt==_TRUE)?"Disable":"Enable");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_rate_ctl’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1344:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "FIXED %s%s%s\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1349:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "0x%02x %u\n", adapter->fix_rate, adapter->data_fb);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1351:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "RA\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_suspend_resume_info’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1543:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_sdio_alloc_irq_cnt=%d\n", pdbgpriv->dbg_sdio_alloc_irq_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1544:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_sdio_free_irq_cnt=%d\n", pdbgpriv->dbg_sdio_free_irq_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1545:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_sdio_alloc_irq_error_cnt=%d\n",pdbgpriv->dbg_sdio_alloc_irq_error_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1546:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_sdio_free_irq_error_cnt=%d\n", pdbgpriv->dbg_sdio_free_irq_error_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1547:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_sdio_init_error_cnt=%d\n",pdbgpriv->dbg_sdio_init_error_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1548:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_sdio_deinit_error_cnt=%d\n", pdbgpriv->dbg_sdio_deinit_error_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1549:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_suspend_error_cnt=%d\n", pdbgpriv->dbg_suspend_error_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1550:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_suspend_cnt=%d\n",pdbgpriv->dbg_suspend_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1551:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_resume_cnt=%d\n", pdbgpriv->dbg_resume_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1552:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_resume_error_cnt=%d\n", pdbgpriv->dbg_resume_error_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1553:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_deinit_fail_cnt=%d\n",pdbgpriv->dbg_deinit_fail_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1554:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_carddisable_cnt=%d\n", pdbgpriv->dbg_carddisable_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1555:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_ps_insuspend_cnt=%d\n",pdbgpriv->dbg_ps_insuspend_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1556:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_dev_unload_inIPS_cnt=%d\n", pdbgpriv->dbg_dev_unload_inIPS_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1557:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_scan_pwr_state_cnt=%d\n", pdbgpriv->dbg_scan_pwr_state_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1558:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_downloadfw_pwr_state_cnt=%d\n", pdbgpriv->dbg_downloadfw_pwr_state_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1559:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_carddisable_error_cnt=%d\n", pdbgpriv->dbg_carddisable_error_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1560:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_fw_read_ps_state_fail_cnt=%d\n", pdbgpriv->dbg_fw_read_ps_state_fail_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1561:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_leave_ips_fail_cnt=%d\n", pdbgpriv->dbg_leave_ips_fail_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1562:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_leave_lps_fail_cnt=%d\n", pdbgpriv->dbg_leave_lps_fail_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1563:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_h2c_leave32k_fail_cnt=%d\n", pdbgpriv->dbg_h2c_leave32k_fail_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1564:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_diswow_dload_fw_fail_cnt=%d\n", pdbgpriv->dbg_diswow_dload_fw_fail_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1565:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_enwow_dload_fw_fail_cnt=%d\n", pdbgpriv->dbg_enwow_dload_fw_fail_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1566:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_ips_drvopen_fail_cnt=%d\n", pdbgpriv->dbg_ips_drvopen_fail_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1567:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_poll_fail_cnt=%d\n", pdbgpriv->dbg_poll_fail_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1568:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_rpwm_toogle_cnt=%d\n", pdbgpriv->dbg_rpwm_toogle_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1569:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_rpwm_timeout_fail_cnt=%d\n", pdbgpriv->dbg_rpwm_timeout_fail_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1570:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dbg_sreset_cnt=%d\n", pdbgpriv->dbg_sreset_cnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_hw_status’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1849:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "RX FIFO full count: no implementation\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1851:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "RX FIFO full count: last_time=%llu, current_time=%llu, differential=%llu\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_rx_signal’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1864:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "rssi:%d\n", padapter->recvpriv.rssi);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1866:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "signal_strength:%u\n", padapter->recvpriv.signal_strength);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1867:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "signal_qual:%u\n", padapter->recvpriv.signal_qual);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1870:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "noise:%d\n", padapter->recvpriv.noise);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_ht_enable’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1926:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%d\n", pregpriv->ht_enable);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_bw_mode’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:1969:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "0x%02x\n", pregpriv->bw_mode);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_ampdu_enable’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2014:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%d\n", pregpriv->ampdu_enable);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_rx_ampdu’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2086:2: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(m, "accept: ");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2088:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%u%s\n", rtw_rx_ampdu_is_accept(padapter), "(auto)");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2090:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%u%s\n", padapter->fix_rx_ampdu_accept, "(fixed)");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2092:2: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(m, "size: ");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2094:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%u%s\n", rtw_rx_ampdu_size(padapter), "(auto)");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2096:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%u%s\n", padapter->fix_rx_ampdu_size, "(fixed)");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2098:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%19s %17s\n", "fix_rx_ampdu_accept", "fix_rx_ampdu_size");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2100:2: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(m, "%-19d %-17u\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_rx_ampdu_factor’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2149:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m,"rx ampdu factor = %x\n",padapter->driver_rx_ampdu_factor);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_rx_ampdu_density’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2197:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m,"rx ampdu densityg = %x\n",padapter->driver_rx_ampdu_spacing);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_tx_ampdu_density’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2244:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m,"tx ampdu density = %x\n",padapter->driver_ampdu_spacing);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_en_fwps’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2293:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "check_fw_ps = %d , 1:enable get FW PS state , 0: disable get FW PS state\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_rx_stbc’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2353:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%d\n", pregpriv->rx_stbc);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_all_sta_info’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2454:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "sta_dz_bitmap=0x%x, tim_bitmap=0x%x\n", pstapriv->sta_dz_bitmap, pstapriv->tim_bitmap);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2471:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "==============================\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2472:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "sta's macaddr:" MAC_FMT "\n", MAC_ARG(psta->hwaddr));
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2473:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "rtsen=%d, cts2slef=%d\n", psta->rtsen, psta->cts2self);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2474:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "state=0x%x, aid=%d, macid=%d, raid=%d\n", psta->state, psta->aid, psta->mac_id, psta->raid);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2476:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "qos_en=%d, ht_en=%d, init_rate=%d\n", psta->qos_option, psta->htpriv.ht_option, psta->init_rate);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2477:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "bwmode=%d, ch_offset=%d, sgi_20m=%d,sgi_40m=%d\n", psta->bw_mode, psta->htpriv.ch_offset, psta->htpriv.sgi_20m, psta->htpriv.sgi_40m);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2478:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "ampdu_enable = %d\n", psta->htpriv.ampdu_enable);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2479:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "agg_enable_bitmap=%x, candidate_tid_bitmap=%x\n", psta->htpriv.agg_enable_bitmap, psta->htpriv.candidate_tid_bitmap);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2481:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "sleepq_len=%d\n", psta->sleepq_len);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2482:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "sta_xmitpriv.vo_q_qcnt=%d\n", psta->sta_xmitpriv.vo_q.qcnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2483:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "sta_xmitpriv.vi_q_qcnt=%d\n", psta->sta_xmitpriv.vi_q.qcnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2484:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "sta_xmitpriv.be_q_qcnt=%d\n", psta->sta_xmitpriv.be_q.qcnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2485:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "sta_xmitpriv.bk_q_qcnt=%d\n", psta->sta_xmitpriv.bk_q.qcnt);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2487:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "capability=0x%x\n", psta->capability);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2488:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "flags=0x%x\n", psta->flags);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2489:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "wpa_psk=0x%x\n", psta->wpa_psk);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2490:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "wpa2_group_cipher=0x%x\n", psta->wpa2_group_cipher);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2491:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "wpa2_pairwise_cipher=0x%x\n", psta->wpa2_pairwise_cipher);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2492:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "qos_info=0x%x\n", psta->qos_info);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2493:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "dot118021XPrivacy=0x%x\n", psta->dot118021XPrivacy);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2505:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "==============================\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_best_channel’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2600:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "The rx cnt of channel %3d = %d\n",
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2605:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "best_channel_5G = %d\n", best_channel_5G);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2606:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "best_channel_24G = %d\n", best_channel_24G);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_new_bcn_max’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2966:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%d", new_bcn_max);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_ps_info’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:2999:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "======Power Saving Info:======\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3000:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "*IPS:\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3016:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, " IPS mode: %s\n", str);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3017:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, " IPS enter count:%d, IPS leave count:%d\n",
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3019:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "------------------------------\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3020:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "*LPS:\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3034:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, " LPS mode: %s\n", str);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3037:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, " DTIM: %d\n", pwrpriv->dtim);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3038:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, " LPS enter count:%d, LPS leave count:%d\n",
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3040:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "=============================\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_monitor’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3483:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "Monitor mode : Enable\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3485:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "ch=%d, ch_offset=%d, bw=%d\n",
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3488:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "Monitor mode : Disable\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c: In function ‘proc_get_efuse_map’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3541:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "WARN - Read Realmap Failed\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3543:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3545:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "0x%02x\t", i);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3547:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%02X ", pEfuseHal->fakeEfuseInitMap[i+j]);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3549:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "\t");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3552:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%02X ", pEfuseHal->fakeEfuseInitMap[i+j]);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_debug.c:3554:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "\n");
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_io.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ioctl_query.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ioctl_set.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.o
In file included from /home/nbryskin/src/rtl8812au_rtl8821au/include/drv_types.h:65:0,
from /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c:25:
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c: In function ‘dump_ht_cap_ie_content’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c:1547:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "Invalid HT capability IE len:%d != %d\n", buf_len, 26);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c:1551:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "HT Capabilities Info:%02x%02x\n", *(buf), *(buf+1));
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c:1552:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "A-MPDU Parameters:"HT_AMPDU_PARA_FMT"\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c:1554:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "Supported MCS Set:"HT_SUP_MCS_SET_FMT"\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c: In function ‘dump_ies’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c:1584:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%s ID:%u, LEN:%u\n", __FUNCTION__, id, len);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c: In function ‘dump_wps_ie’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c:1618:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%s ID:0x%04x, LEN:%u\n", __FUNCTION__, id, len);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c: In function ‘dump_p2p_ie’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c:1889:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%s ID:%u, LEN:%u\n", __FUNCTION__, id, len);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c: In function ‘dump_wfd_ie’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ieee80211.c:2176:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%s ID:%u, LEN:%u\n", __FUNCTION__, id, len);
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.o
In file included from /home/nbryskin/src/rtl8812au_rtl8821au/include/drv_types.h:65:0,
from /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c:22:
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c: In function ‘dump_chplan_id_list’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c:577:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "0x%02X ", i);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c:580:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "0x7F\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c: In function ‘dump_chplan_test’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c:591:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "invalid ch:%u at (%d,%d)\n", RTW_ChannelPlan2G[i].Channel[j], i, j);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c:598:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "invalid ch:%u at (%d,%d)\n", RTW_ChannelPlan5G[i].Channel[j], i, j);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c: In function ‘dump_chset’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c:608:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "ch:%3u, freq:%u, scan_type:%d"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c:612:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, ", rx_count:%u", ch_set[i].rx_count);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c:625:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c:628:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "total ch number:%d\n", i);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c: In function ‘dump_cur_chset’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c:637:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "Channel plan ID:0x%02X, 2G_PLS:%u, 5G_PLS:%u\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c: In function ‘OnAuth’:
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c:1975:6: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
;/* TODO: STA re_auth within expire_to */
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mlme_ext.c:1980:5: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
; /* TODO: STA re_auth and auth timeout */
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_wlan_util.o
In file included from /home/nbryskin/src/rtl8812au_rtl8821au/include/drv_types.h:65:0,
from /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_wlan_util.c:22:
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_wlan_util.c: In function ‘dump_sec_cam_map’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_wlan_util.c:1170:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "0x%08x\n", map->m0);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_wlan_util.c: In function ‘rtw_get_bcn_keys’:
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_wlan_util.c:2382:8: warning: suggest braces around empty body in an ‘else’ statement [-Wempty-body]
} else; // means hidden ssid
^
In file included from /home/nbryskin/src/rtl8812au_rtl8821au/include/drv_types.h:65:0,
from /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_wlan_util.c:22:
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_wlan_util.c: In function ‘dump_macid_map’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_wlan_util.c:3655:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "0x%08x\n", map->m0);
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_vht.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_pwrctrl.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_rf.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_recv.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_sta_mgt.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_ap.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_xmit.o
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_xmit.c: In function ‘update_attrib’:
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_xmit.c:1057:60: warning: suggest braces around empty body in an ‘else’ statement [-Wempty-body]
DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_unknown);
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_p2p.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_tdls.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_br_ext.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_iol.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_sreset.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_btcoex.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_beamforming.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.o
In file included from /home/nbryskin/src/rtl8812au_rtl8821au/include/drv_types.h:65:0,
from /home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_odm.h:23,
from /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:21:
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c: In function ‘rtw_odm_dbg_comp_msg’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:115:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "odm.DebugComponents = 0x%016llx\n", dbg_comp);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:118:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%cBIT%-2d %s\n",
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c: In function ‘rtw_odm_dbg_level_msg’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:137:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "odm.DebugLevel = %u\n", dbg_level);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:140:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%u %s\n", i, odm_dbg_level_str[i]);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c: In function ‘rtw_odm_ability_msg’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:158:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "odm.SupportAbility = 0x%08x\n", ability);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:161:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%cBIT%-2d %s\n",
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c: In function ‘rtw_odm_adaptivity_ver_msg’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:173:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "ADAPTIVITY_VERSION "ADAPTIVITY_VERSION"\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c: In function ‘rtw_odm_adaptivity_en_msg’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:186:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "RTW_ADAPTIVITY_EN_");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:189:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "DISABLE\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:191:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "ENABLE\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:193:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "INVALID\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c: In function ‘rtw_odm_adaptivity_mode_msg’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:204:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "RTW_ADAPTIVITY_MODE_");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:207:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "NORMAL\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:209:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "CARRIER_SENSE\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:211:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "INVALID\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c: In function ‘rtw_odm_adaptivity_dml_msg’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:222:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "RTW_ADAPTIVITY_DML_");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:225:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "DISABLE\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:227:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "ENABLE\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:229:3: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "INVALID\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c: In function ‘rtw_odm_adaptivity_dc_backoff_msg’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:237:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "RTW_ADAPTIVITY_DC_BACKOFF:%u\n", regsty->adaptivity_dc_backoff);
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c: In function ‘rtw_odm_adaptivity_parm_msg’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:268:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%10s %16s %16s %22s %12s\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:270:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "0x%-8x %-16d 0x%-14x %-22d %-12d\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:278:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%15s %9s\n", "AdapEnableState", "Adap_Flag");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:279:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%-15x %-9x\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c: In function ‘rtw_odm_get_perpkt_rssi’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_odm.c:302:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel,"RxRate = %s, RSSI_A = %d(%%), RSSI_B = %d(%%)\n",
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/efuse/rtw_efuse.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/osdep_service.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/os_intfs.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/usb_intf.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/usb_ops_linux.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/ioctl_linux.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/xmit_linux.o
In file included from /home/nbryskin/src/rtl8812au_rtl8821au/include/drv_types.h:65:0,
from /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/xmit_linux.c:22:
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/xmit_linux.c: In function ‘dump_os_queue’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/xmit_linux.c:199:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "os_queue[%d]:%s\n"
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/mlme_linux.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/recv_linux.o
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/recv_linux.c: In function ‘rtw_os_recv_indicate_pkt’:
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/recv_linux.c:430:47: warning: suggest braces around empty body in an ‘else’ statement [-Wempty-body]
DBG_COUNTER(padapter->rx_logs.os_netif_err);
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/ioctl_cfg80211.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_cfgvendor.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/wifi_regd.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_android.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.o
In file included from /home/nbryskin/src/rtl8812au_rtl8821au/include/drv_types.h:65:0,
from /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:22:
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c: In function ‘proc_get_linked_info_dump’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:410:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "linked_info_dump :%s \n", (padapter->bLinkInfoDump)?"enable":"disable");
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c: In function ‘proc_get_wifi_spec’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:476:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m,"wifi_spec=%d\n",pregpriv->wifi_spec);
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c: In function ‘proc_get_udpport’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:602:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m,"%d\n",precvpriv->sink_udpport);
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c: In function ‘proc_get_macid_info’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:652:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "max_num:%u\n", macid_ctl->num);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:653:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:655:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "used:\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:657:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:659:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%-3s %-3s %-4s %-4s"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:666:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "%3u %3u %4d %4d"
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c: In function ‘proc_get_sec_cam’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:685:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "sec_cap:0x%02x\n", cam_ctl->sec_cap);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:686:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "flags:0x%08x\n", cam_ctl->flags);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:687:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:689:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "max_num:%u\n", cam_ctl->num);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:690:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "used:\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:692:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:694:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "reg_scr:0x%04x\n", rtw_read16(adapter, 0x680));
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:695:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c: In function ‘proc_get_sec_cam_cache’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:751:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(m, "SW sec cam cache:\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c: In function ‘proc_get_phydm_cmd’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/rtw_proc.c:1771:2: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(m, "%s\n", phydm_msg);
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/os_dep/linux/ioctl_mp.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_intf.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.o
In file included from /home/nbryskin/src/rtl8812au_rtl8821au/include/drv_types.h:65:0,
from /home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:22:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c: In function ‘dump_hal_spec’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:7774:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "macid_num:%u\n", hal_spec->macid_num);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:7775:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "sec_cap:0x%02x\n", hal_spec->sec_cap);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:7776:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "sec_cam_ent_num:%u\n", hal_spec->sec_cam_ent_num);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:7777:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "nss_num:%u\n", hal_spec->nss_num);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:7779:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "band_cap:");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:7782:4: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%s ", _band_cap_str[i]);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:7784:2: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:7786:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "bw_cap:");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:7789:4: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%s ", _bw_cap_str[i]);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:7791:2: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:7793:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "wl_func:");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:7796:4: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%s ", _wl_func_str[i]);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com.c:7798:2: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "\n");
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.o
In file included from /home/nbryskin/src/rtl8812au_rtl8821au/include/drv_types.h:65:0,
from /home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:22:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c: In function ‘dump_tx_power_ext_info’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2616:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "target_tx_power: from powr by rate\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2618:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "target_tx_power: from registry\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2620:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "target_tx_power: unavailable\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2623:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "tx_power_by_rate: %s, %s, %s\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2629:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "tx_power_limit: %s, %s, %s\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c: In function ‘dump_target_tx_power’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2652:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "[%s][%c]\n", band_str(band), rf_path_char(path));
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2668:6: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%7s: %2d.5\n", rate_section_str(rs), target / 2);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2670:6: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%7s: %4d\n", rate_section_str(rs), target / 2);
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c: In function ‘dump_tx_power_by_rate’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2695:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "[%s][%c]\n", band_str(band), rf_path_char(path));
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2715:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%7s: ", rate_section_str(rs));
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2722:7: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%2d.5 ", (base + by_rate_offset) / 2);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2724:7: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%4d ", (base + by_rate_offset) / 2);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2727:6: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%4s ", "");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2729:5: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "|");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2734:6: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%3d ", by_rate_offset);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2736:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c: In function ‘dump_tx_power_limit’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2753:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "tx_pwr_lmt_5g_20_40_ref:0x%02x\n", hal_data->tx_pwr_lmt_5g_20_40_ref);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2805:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "[%s][%s][%s]\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2812:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%3s %5s %5s %5s %5s "
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2824:6: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "|%3c %3c %3c %3c "
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2831:5: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2856:6: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%3u ", ch);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2860:8: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%5s ", "NA");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2864:9: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%3d.5 ", (limit_offset[i] + base) / 2);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2866:9: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%5d ", (limit_offset[i] + base) / 2);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2881:7: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "|");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2885:9: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%3s ", "NA");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2888:9: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "%3d ", limit_offset[i]);
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2903:9: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, " ");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2905:9: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "x");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:232:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2908:6: note: in expansion of macro ‘DBG_871X_SEL’
DBG_871X_SEL(sel, "\n");
^
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_com_phycfg.c:2911:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "\n");
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_phy.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_dm.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_btcoex.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_mp.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/hal_hci/hal_usb.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/led/hal_usb_led.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/HalPwrSeqCmd.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/Hal8812PwrSeq.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/Hal8821APwrSeq.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/rtl8812a_xmit.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/rtl8812a_sreset.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/rtl8812a_hal_init.o
In file included from /home/nbryskin/src/rtl8812au_rtl8821au/include/drv_types.h:65:0,
from /home/nbryskin/src/rtl8812au_rtl8821au/include/../hal/phydm/phydm_types.h:222,
from /home/nbryskin/src/rtl8812au_rtl8821au/include/../hal/phydm/phydm_precomp.h:24,
from /home/nbryskin/src/rtl8812au_rtl8821au/include/hal_data.h:25,
from /home/nbryskin/src/rtl8812au_rtl8821au/include/rtl8812a_hal.h:24,
from /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/rtl8812a_hal_init.c:23:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/rtl8812a_hal_init.c: In function ‘dump_qinfo_8812a’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/rtl8812a_hal_init.c:6237:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%shead:0x%02x, tail:0x%02x, pkt_num:%u, macid:%u, ac:%u\n"
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/rtl8812a_hal_init.c: In function ‘dump_bcn_qinfo_8812a’:
/home/nbryskin/src/rtl8812au_rtl8821au/include/rtw_debug.h:242:52: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/rtl8812a_hal_init.c:6245:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
DBG_871X_SEL_NL(sel, "%shead:0x%02x, pkt_num:%u\n"
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/rtl8812a_phycfg.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/rtl8812a_rf6052.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/rtl8812a_dm.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/rtl8812a_rxdesc.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/rtl8812a_cmd.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/usb/usb_halinit.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/usb/rtl8812au_led.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/usb/rtl8812au_xmit.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/usb/rtl8812au_recv.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/rtl8812a/usb/usb_ops_linux.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/efuse/rtl8812a/HalEfuseMask8812A_USB.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/efuse/rtl8812a/HalEfuseMask8821A_USB.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_debug.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_antdiv.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_antdect.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_interface.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_hwconfig.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/halphyrf_ce.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_edcaturbocheck.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_dig.o
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_dig.c: In function ‘odm_PauseDIG’:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_dig.c:573:50: warning: comparison is always true due to limited range of data type [-Wtype-limits]
for (max_level = (pause_level - 1); max_level >= 0; max_level--) {
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_dig.c: In function ‘odm_PauseCCKPacketDetection’:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_dig.c:1736:50: warning: comparison is always true due to limited range of data type [-Wtype-limits]
for (max_level = (pause_level - 1); max_level >= 0; max_level--) {
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_pathdiv.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_rainfo.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_dynamicbbpowersaving.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_powertracking_ce.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_dynamictxpower.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_adaptivity.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_cfotracking.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_noisemonitor.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_acs.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_beamforming.o
In file included from /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_beamforming.h:9:0,
from /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm.h:53,
from /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_precomp.h:79,
from /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_beamforming.c:2:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_beamforming.c: In function ‘Beamforming_GetHTNDPTxRate’:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.h:19:27: warning: comparison is always false due to limited range of data type [-Wtype-limits]
#define TxBF_Nr(a, b) ((a > b) ? (b) : (a))
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_beamforming.c:117:14: note: in expansion of macro ‘TxBF_Nr’
Nr_index = TxBF_Nr(halTxbf8814A_GetNtx(pDM_Odm), CompSteeringNumofBFer);
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_beamforming.c: In function ‘Beamforming_GetVHTNDPTxRate’:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.h:19:27: warning: comparison is always false due to limited range of data type [-Wtype-limits]
#define TxBF_Nr(a, b) ((a > b) ? (b) : (a))
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/phydm_beamforming.c:154:14: note: in expansion of macro ‘TxBF_Nr’
Nr_index = TxBF_Nr(halTxbf8814A_GetNtx(pDM_Odm), CompSteeringNumofBFer);
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.o
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c: In function ‘halComTxbf_beamformInit’:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c:21:29: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
HalTxbf8822B_Init(pDM_Odm);
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c: In function ‘halComTxbf_ConfigGtab’:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c:33:35: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
HalTxbf8822B_ConfigGtab(pDM_Odm);
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c: In function ‘halComTxbf_EnterWorkItemCallback’:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c:195:35: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
HalTxbf8822B_Enter(pDM_Odm, Idx);
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c: In function ‘halComTxbf_LeaveWorkItemCallback’:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c:228:35: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
HalTxbf8822B_Leave(pDM_Odm, Idx);
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c: In function ‘halComTxbf_FwNdpaWorkItemCallback’:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c:261:36: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
HalTxbf8822B_FwTxBF(pDM_Odm, Idx);
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c: In function ‘halComTxbf_RateWorkItemCallback’:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c:314:46: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
HalTxbf8814A_setNDPArate(pDM_Odm, BW, Rate);
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c: In function ‘halComTxbf_StatusWorkItemCallback’:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c:373:36: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
HalTxbf8822B_Status(pDM_Odm, Idx);
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c: In function ‘halComTxbf_ResetTxPathWorkItemCallback’:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c:396:41: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
HalTxbf8814A_ResetTxPath(pDM_Odm, Idx);
^
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c: In function ‘halComTxbf_GetTxRateWorkItemCallback’:
/home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/halcomtxbf.c:417:34: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]
HalTxbf8814A_GetTxRate(pDM_Odm);
^
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/haltxbfinterface.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8812a/halhwimg8812a_fw.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8812a/halhwimg8812a_mac.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8812a/halhwimg8812a_bb.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8812a/halhwimg8812a_rf.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8812a/halphyrf_8812a_ce.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8812a/phydm_regconfig8812a.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8812a/phydm_rtl8812a.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/txbf/haltxbfjaguar.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8821a/halhwimg8821a_fw.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8821a/halhwimg8821a_mac.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8821a/halhwimg8821a_bb.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8821a/halhwimg8821a_rf.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8821a/halphyrf_8821a_ce.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8821a/phydm_regconfig8821a.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8821a/phydm_rtl8821a.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/hal/phydm/rtl8821a/phydm_iqk_8821a_ce.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/platform/platform_ops.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mp.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_mp_ioctl.o
CC [M] /home/nbryskin/src/rtl8812au_rtl8821au/core/rtw_bt_mp.o
LD [M] /home/nbryskin/src/rtl8812au_rtl8821au/8812au.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/nbryskin/src/rtl8812au_rtl8821au/8812au.mod.o
LD [M] /home/nbryskin/src/rtl8812au_rtl8821au/8812au.ko
make[1]: Leaving directory '/usr/lib/modules/4.2.5-1-ARCH/build'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment