Advertisement
Guest User

Untitled

a guest
Mar 21st, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 84.91 KB | None | 0 0
  1. root@staccah:~/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417# make
  2. "******************************************"
  3. "NO SKRC,we will use default KSRC"
  4. "******************************************"
  5. make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.9.0-kali3-amd64/build M=/root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417 modules
  6. make[1]: ingresso nella directory "/usr/src/linux-headers-4.9.0-kali3-amd64"
  7. "******************************************"
  8. "NO SKRC,we will use default KSRC"
  9. "******************************************"
  10. CC [M] /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.o
  11. In file included from /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/drv_types.h:64:0,
  12. from /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:22:
  13. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘dump_drv_version’:
  14. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  15. #define _seqdump seq_printf
  16. ^
  17. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  18. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  19. ^~~~~~~~
  20. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:65:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  21. DBG_871X_SEL_NL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION);
  22. ^~~~~~~~~~~~~~~
  23. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:66:64: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
  24. DBG_871X_SEL_NL(sel, "build time: %s %s\n", __DATE__, __TIME__);
  25. ^
  26. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:66:64: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
  27. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:66:64: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
  28. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:66:64: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
  29. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:66:64: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
  30. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:66:64: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
  31. In file included from /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/drv_types.h:64:0,
  32. from /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:22:
  33. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  34. #define _seqdump seq_printf
  35. ^
  36. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  37. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  38. ^~~~~~~~
  39. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:66:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  40. DBG_871X_SEL_NL(sel, "build time: %s %s\n", __DATE__, __TIME__);
  41. ^~~~~~~~~~~~~~~
  42. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘dump_log_level’:
  43. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  44. #define _seqdump seq_printf
  45. ^
  46. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  47. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  48. ^~~~~~~~
  49. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:71:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  50. DBG_871X_SEL_NL(sel, "log_level:%d\n", GlobalDebugLevel);
  51. ^~~~~~~~~~~~~~~
  52. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘mac_reg_dump’:
  53. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  54. #define _seqdump seq_printf
  55. ^
  56. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  57. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  58. ^~~~~~~~
  59. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:98:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  60. DBG_871X_SEL_NL(sel, "======= MAC REG =======\n");
  61. ^~~~~~~~~~~~~~~
  62. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  63. #define _seqdump seq_printf
  64. ^
  65. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  66. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  67. ^~~~~~~~
  68. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:103:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
  69. DBG_871X_SEL_NL(sel, "0x%03x",i);
  70. ^~~~~~~~~~~~~~~
  71. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  72. #define _seqdump seq_printf
  73. ^
  74. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:230:7: note: in expansion of macro ‘_seqdump’
  75. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  76. ^~~~~~~~
  77. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:104:3: note: in expansion of macro ‘DBG_871X_SEL’
  78. DBG_871X_SEL(sel, " 0x%08x ", rtw_read32(adapter,i));
  79. ^~~~~~~~~~~~
  80. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  81. #define _seqdump seq_printf
  82. ^
  83. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:230:7: note: in expansion of macro ‘_seqdump’
  84. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  85. ^~~~~~~~
  86. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:106:4: note: in expansion of macro ‘DBG_871X_SEL’
  87. DBG_871X_SEL(sel, "\n");
  88. ^~~~~~~~~~~~
  89. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘bb_reg_dump’:
  90. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  91. #define _seqdump seq_printf
  92. ^
  93. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  94. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  95. ^~~~~~~~
  96. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:114:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  97. DBG_871X_SEL_NL(sel, "======= BB REG =======\n");
  98. ^~~~~~~~~~~~~~~
  99. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  100. #define _seqdump seq_printf
  101. ^
  102. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  103. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  104. ^~~~~~~~
  105. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:118:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
  106. DBG_871X_SEL_NL(sel, "0x%03x",i);
  107. ^~~~~~~~~~~~~~~
  108. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  109. #define _seqdump seq_printf
  110. ^
  111. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:230:7: note: in expansion of macro ‘_seqdump’
  112. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  113. ^~~~~~~~
  114. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:119:3: note: in expansion of macro ‘DBG_871X_SEL’
  115. DBG_871X_SEL(sel, " 0x%08x ", rtw_read32(adapter,i));
  116. ^~~~~~~~~~~~
  117. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  118. #define _seqdump seq_printf
  119. ^
  120. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:230:7: note: in expansion of macro ‘_seqdump’
  121. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  122. ^~~~~~~~
  123. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:121:4: note: in expansion of macro ‘DBG_871X_SEL’
  124. DBG_871X_SEL(sel, "\n");
  125. ^~~~~~~~~~~~
  126. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘rf_reg_dump’:
  127. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  128. #define _seqdump seq_printf
  129. ^
  130. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  131. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  132. ^~~~~~~~
  133. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:138:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  134. DBG_871X_SEL_NL(sel, "======= RF REG =======\n");
  135. ^~~~~~~~~~~~~~~
  136. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  137. #define _seqdump seq_printf
  138. ^
  139. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  140. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  141. ^~~~~~~~
  142. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:141:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  143. DBG_871X_SEL_NL(sel, "RF_Path(%x)\n",path);
  144. ^~~~~~~~~~~~~~~
  145. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  146. #define _seqdump seq_printf
  147. ^
  148. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  149. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  150. ^~~~~~~~
  151. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:146:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  152. DBG_871X_SEL_NL(sel, "0x%02x ",i);
  153. ^~~~~~~~~~~~~~~
  154. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  155. #define _seqdump seq_printf
  156. ^
  157. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:230:7: note: in expansion of macro ‘_seqdump’
  158. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  159. ^~~~~~~~
  160. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:147:4: note: in expansion of macro ‘DBG_871X_SEL’
  161. DBG_871X_SEL(sel, " 0x%08x ",value);
  162. ^~~~~~~~~~~~
  163. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  164. #define _seqdump seq_printf
  165. ^
  166. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:230:7: note: in expansion of macro ‘_seqdump’
  167. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  168. ^~~~~~~~
  169. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:149:5: note: in expansion of macro ‘DBG_871X_SEL’
  170. DBG_871X_SEL(sel, "\n");
  171. ^~~~~~~~~~~~
  172. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘dump_adapters_status’:
  173. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  174. #define _seqdump seq_printf
  175. ^
  176. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  177. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  178. ^~~~~~~~
  179. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:160:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  180. DBG_871X_SEL_NL(sel, "%-2s %-8s %-4s %-7s %s\n"
  181. ^~~~~~~~~~~~~~~
  182. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  183. #define _seqdump seq_printf
  184. ^
  185. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  186. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  187. ^~~~~~~~
  188. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:163:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  189. DBG_871X_SEL_NL(sel, "------------------------\n");
  190. ^~~~~~~~~~~~~~~
  191. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  192. #define _seqdump seq_printf
  193. ^
  194. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  195. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  196. ^~~~~~~~
  197. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:168:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
  198. DBG_871X_SEL_NL(sel, "%2d %-8s %4hhu %3u,%u,%u "MLME_STATE_FMT" %s%s\n"
  199. ^~~~~~~~~~~~~~~
  200. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  201. #define _seqdump seq_printf
  202. ^
  203. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  204. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  205. ^~~~~~~~
  206. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:181:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  207. DBG_871X_SEL_NL(sel, "------------------------\n");
  208. ^~~~~~~~~~~~~~~
  209. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  210. #define _seqdump seq_printf
  211. ^
  212. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  213. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  214. ^~~~~~~~
  215. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:184:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  216. DBG_871X_SEL_NL(sel, "%16s %3u,%u,%u\n"
  217. ^~~~~~~~~~~~~~~
  218. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  219. #define _seqdump seq_printf
  220. ^
  221. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  222. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  223. ^~~~~~~~
  224. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:189:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  225. DBG_871X_SEL_NL(sel, "%16s %3u,%u,%u\n"
  226. ^~~~~~~~~~~~~~~
  227. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_read_reg’:
  228. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  229. #define _seqdump seq_printf
  230. ^
  231. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  232. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  233. ^~~~~~~~
  234. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:251:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  235. DBG_871X_SEL_NL(m, "address not initialized\n");
  236. ^~~~~~~~~~~~~~~
  237. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  238. #define _seqdump seq_printf
  239. ^
  240. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  241. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  242. ^~~~~~~~
  243. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:258:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
  244. DBG_871X_SEL_NL(m, "rtw_read8(0x%x)=0x%x\n", proc_get_read_addr, rtw_read8(padapter, proc_get_read_addr));
  245. ^~~~~~~~~~~~~~~
  246. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  247. #define _seqdump seq_printf
  248. ^
  249. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  250. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  251. ^~~~~~~~
  252. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:261:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
  253. DBG_871X_SEL_NL(m, "rtw_read16(0x%x)=0x%x\n", proc_get_read_addr, rtw_read16(padapter, proc_get_read_addr));
  254. ^~~~~~~~~~~~~~~
  255. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  256. #define _seqdump seq_printf
  257. ^
  258. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  259. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  260. ^~~~~~~~
  261. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:264:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
  262. DBG_871X_SEL_NL(m, "rtw_read32(0x%x)=0x%x\n", proc_get_read_addr, rtw_read32(padapter, proc_get_read_addr));
  263. ^~~~~~~~~~~~~~~
  264. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  265. #define _seqdump seq_printf
  266. ^
  267. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  268. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  269. ^~~~~~~~
  270. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:267:4: note: in expansion of macro ‘DBG_871X_SEL_NL’
  271. DBG_871X_SEL_NL(m, "error read length=%d\n", proc_get_read_len);
  272. ^~~~~~~~~~~~~~~
  273. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_fwstate’:
  274. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  275. #define _seqdump seq_printf
  276. ^
  277. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  278. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  279. ^~~~~~~~
  280. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:310:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  281. DBG_871X_SEL_NL(m, "fwstate=0x%x\n", get_fwstate(pmlmepriv));
  282. ^~~~~~~~~~~~~~~
  283. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_sec_info’:
  284. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  285. #define _seqdump seq_printf
  286. ^
  287. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  288. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  289. ^~~~~~~~
  290. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:321:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  291. DBG_871X_SEL_NL(m, "auth_alg=0x%x, enc_alg=0x%x, auth_type=0x%x, enc_type=0x%x\n",
  292. ^~~~~~~~~~~~~~~
  293. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  294. #define _seqdump seq_printf
  295. ^
  296. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  297. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  298. ^~~~~~~~
  299. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:325:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  300. DBG_871X_SEL_NL(m, "hw_decrypted=%d\n", sec->hw_decrypted);
  301. ^~~~~~~~~~~~~~~
  302. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  303. #define _seqdump seq_printf
  304. ^
  305. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  306. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  307. ^~~~~~~~
  308. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:328:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  309. DBG_871X_SEL_NL(m, "wep_sw_enc_cnt=%llu, %llu, %llu\n"
  310. ^~~~~~~~~~~~~~~
  311. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  312. #define _seqdump seq_printf
  313. ^
  314. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  315. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  316. ^~~~~~~~
  317. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:330:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  318. DBG_871X_SEL_NL(m, "wep_sw_dec_cnt=%llu, %llu, %llu\n"
  319. ^~~~~~~~~~~~~~~
  320. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  321. #define _seqdump seq_printf
  322. ^
  323. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  324. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  325. ^~~~~~~~
  326. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:333:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  327. DBG_871X_SEL_NL(m, "tkip_sw_enc_cnt=%llu, %llu, %llu\n"
  328. ^~~~~~~~~~~~~~~
  329. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  330. #define _seqdump seq_printf
  331. ^
  332. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  333. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  334. ^~~~~~~~
  335. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:335:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  336. DBG_871X_SEL_NL(m, "tkip_sw_dec_cnt=%llu, %llu, %llu\n"
  337. ^~~~~~~~~~~~~~~
  338. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  339. #define _seqdump seq_printf
  340. ^
  341. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  342. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  343. ^~~~~~~~
  344. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:338:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  345. DBG_871X_SEL_NL(m, "aes_sw_enc_cnt=%llu, %llu, %llu\n"
  346. ^~~~~~~~~~~~~~~
  347. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  348. #define _seqdump seq_printf
  349. ^
  350. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  351. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  352. ^~~~~~~~
  353. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:340:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  354. DBG_871X_SEL_NL(m, "aes_sw_dec_cnt=%llu, %llu, %llu\n"
  355. ^~~~~~~~~~~~~~~
  356. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_mlmext_state’:
  357. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  358. #define _seqdump seq_printf
  359. ^
  360. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  361. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  362. ^~~~~~~~
  363. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:354:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  364. DBG_871X_SEL_NL(m, "pmlmeinfo->state=0x%x\n", pmlmeinfo->state);
  365. ^~~~~~~~~~~~~~~
  366. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_roam_flags’:
  367. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  368. #define _seqdump seq_printf
  369. ^
  370. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  371. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  372. ^~~~~~~~
  373. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:365:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  374. DBG_871X_SEL_NL(m, "0x%02x\n", rtw_roam_flags(adapter));
  375. ^~~~~~~~~~~~~~~
  376. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_roam_param’:
  377. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  378. #define _seqdump seq_printf
  379. ^
  380. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  381. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  382. ^~~~~~~~
  383. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:399:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  384. DBG_871X_SEL_NL(m, "%12s %12s %11s\n", "rssi_diff_th", "scanr_exp_ms", "scan_int_ms");
  385. ^~~~~~~~~~~~~~~
  386. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  387. #define _seqdump seq_printf
  388. ^
  389. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  390. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  391. ^~~~~~~~
  392. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:400:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  393. DBG_871X_SEL_NL(m, "%-12u %-12u %-11u\n"
  394. ^~~~~~~~~~~~~~~
  395. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_qos_option’:
  396. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  397. #define _seqdump seq_printf
  398. ^
  399. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  400. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  401. ^~~~~~~~
  402. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:469:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  403. DBG_871X_SEL_NL(m, "qos_option=%d\n", pmlmepriv->qospriv.qos_option);
  404. ^~~~~~~~~~~~~~~
  405. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_ht_option’:
  406. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  407. #define _seqdump seq_printf
  408. ^
  409. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  410. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  411. ^~~~~~~~
  412. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:481:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  413. DBG_871X_SEL_NL(m, "ht_option=%d\n", pmlmepriv->htpriv.ht_option);
  414. ^~~~~~~~~~~~~~~
  415. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_rf_info’:
  416. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  417. #define _seqdump seq_printf
  418. ^
  419. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  420. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  421. ^~~~~~~~
  422. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:493:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  423. DBG_871X_SEL_NL(m, "cur_ch=%d, cur_bw=%d, cur_ch_offet=%d\n",
  424. ^~~~~~~~~~~~~~~
  425. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  426. #define _seqdump seq_printf
  427. ^
  428. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  429. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  430. ^~~~~~~~
  431. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:496:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  432. DBG_871X_SEL_NL(m, "oper_ch=%d, oper_bw=%d, oper_ch_offet=%d\n",
  433. ^~~~~~~~~~~~~~~
  434. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_survey_info’:
  435. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  436. #define _seqdump seq_printf
  437. ^
  438. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  439. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  440. ^~~~~~~~
  441. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:528:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  442. DBG_871X_SEL_NL(m, "%5s %-17s %3s %-3s %-4s %-4s %5s %32s %32s\n", "index", "bssid", "ch", "RSSI", "SdBm", "Noise", "age", "flag", "ssid");
  443. ^~~~~~~~~~~~~~~
  444. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  445. #define _seqdump seq_printf
  446. ^
  447. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  448. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  449. ^~~~~~~~
  450. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:563:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  451. DBG_871X_SEL_NL(m, "%5d "MAC_FMT" %3d %3d %4d %4d %5d %32s %32s\n",
  452. ^~~~~~~~~~~~~~~
  453. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_ap_info’:
  454. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  455. #define _seqdump seq_printf
  456. ^
  457. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  458. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  459. ^~~~~~~~
  460. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:672:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  461. DBG_871X_SEL_NL(m, "SSID=%s\n", cur_network->network.Ssid.Ssid);
  462. ^~~~~~~~~~~~~~~
  463. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  464. #define _seqdump seq_printf
  465. ^
  466. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  467. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  468. ^~~~~~~~
  469. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:673:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  470. DBG_871X_SEL_NL(m, "sta's macaddr:" MAC_FMT "\n", MAC_ARG(psta->hwaddr));
  471. ^~~~~~~~~~~~~~~
  472. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  473. #define _seqdump seq_printf
  474. ^
  475. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  476. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  477. ^~~~~~~~
  478. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:674:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  479. 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);
  480. ^~~~~~~~~~~~~~~
  481. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  482. #define _seqdump seq_printf
  483. ^
  484. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  485. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  486. ^~~~~~~~
  487. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:675:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  488. DBG_871X_SEL_NL(m, "wireless_mode=0x%x, rtsen=%d, cts2slef=%d\n", psta->wireless_mode, psta->rtsen, psta->cts2self);
  489. ^~~~~~~~~~~~~~~
  490. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  491. #define _seqdump seq_printf
  492. ^
  493. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  494. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  495. ^~~~~~~~
  496. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:676:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  497. DBG_871X_SEL_NL(m, "state=0x%x, aid=%d, macid=%d, raid=%d\n", psta->state, psta->aid, psta->mac_id, psta->raid);
  498. ^~~~~~~~~~~~~~~
  499. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  500. #define _seqdump seq_printf
  501. ^
  502. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  503. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  504. ^~~~~~~~
  505. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:678:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  506. 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);
  507. ^~~~~~~~~~~~~~~
  508. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  509. #define _seqdump seq_printf
  510. ^
  511. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  512. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  513. ^~~~~~~~
  514. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:679:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  515. 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);
  516. ^~~~~~~~~~~~~~~
  517. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  518. #define _seqdump seq_printf
  519. ^
  520. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  521. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  522. ^~~~~~~~
  523. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:680:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  524. DBG_871X_SEL_NL(m, "ampdu_enable = %d\n", psta->htpriv.ampdu_enable);
  525. ^~~~~~~~~~~~~~~
  526. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  527. #define _seqdump seq_printf
  528. ^
  529. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  530. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  531. ^~~~~~~~
  532. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:681:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  533. DBG_871X_SEL_NL(m, "agg_enable_bitmap=%x, candidate_tid_bitmap=%x\n", psta->htpriv.agg_enable_bitmap, psta->htpriv.candidate_tid_bitmap);
  534. ^~~~~~~~~~~~~~~
  535. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  536. #define _seqdump seq_printf
  537. ^
  538. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  539. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  540. ^~~~~~~~
  541. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:682:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  542. 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);
  543. ^~~~~~~~~~~~~~~
  544. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  545. #define _seqdump seq_printf
  546. ^
  547. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  548. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  549. ^~~~~~~~
  550. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:695:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  551. DBG_871X_SEL_NL(m, "tid=%d, indicate_seq=%d\n", i, preorder_ctrl->indicate_seq);
  552. ^~~~~~~~~~~~~~~
  553. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  554. #define _seqdump seq_printf
  555. ^
  556. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  557. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  558. ^~~~~~~~
  559. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:702:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  560. DBG_871X_SEL_NL(m, "can't get sta's macaddr, cur_network's macaddr:" MAC_FMT "\n", MAC_ARG(cur_network->network.MacAddress));
  561. ^~~~~~~~~~~~~~~
  562. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_trx_info’:
  563. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  564. #define _seqdump seq_printf
  565. ^
  566. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  567. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  568. ^~~~~~~~
  569. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:719:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  570. DBG_871X_SEL_NL(m, "free_xmitbuf_cnt=%d, free_xmitframe_cnt=%d\n"
  571. ^~~~~~~~~~~~~~~
  572. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  573. #define _seqdump seq_printf
  574. ^
  575. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  576. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  577. ^~~~~~~~
  578. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:721:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  579. DBG_871X_SEL_NL(m, "free_ext_xmitbuf_cnt=%d, free_xframe_ext_cnt=%d\n"
  580. ^~~~~~~~~~~~~~~
  581. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  582. #define _seqdump seq_printf
  583. ^
  584. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  585. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  586. ^~~~~~~~
  587. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:723:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  588. DBG_871X_SEL_NL(m, "free_recvframe_cnt=%d\n"
  589. ^~~~~~~~~~~~~~~
  590. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  591. #define _seqdump seq_printf
  592. ^
  593. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  594. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  595. ^~~~~~~~
  596. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:729:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  597. DBG_871X_SEL_NL(m, "%d, hwq.accnt=%d\n", i, phwxmit->accnt);
  598. ^~~~~~~~~~~~~~~
  599. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  600. #define _seqdump seq_printf
  601. ^
  602. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  603. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  604. ^~~~~~~~
  605. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:733:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  606. DBG_871X_SEL_NL(m, "rx_urb_pending_cn=%d\n", precvpriv->rx_pending_cnt);
  607. ^~~~~~~~~~~~~~~
  608. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_rate_ctl’:
  609. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  610. #define _seqdump seq_printf
  611. ^
  612. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  613. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  614. ^~~~~~~~
  615. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:746:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  616. DBG_871X_SEL_NL(m, "FIX\n");
  617. ^~~~~~~~~~~~~~~
  618. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  619. #define _seqdump seq_printf
  620. ^
  621. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  622. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  623. ^~~~~~~~
  624. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:747:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  625. DBG_871X_SEL_NL(m, "0x%02x\n", adapter->fix_rate);
  626. ^~~~~~~~~~~~~~~
  627. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  628. #define _seqdump seq_printf
  629. ^
  630. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  631. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  632. ^~~~~~~~
  633. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:749:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  634. DBG_871X_SEL_NL(m, "RA\n");
  635. ^~~~~~~~~~~~~~~
  636. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_suspend_resume_info’:
  637. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  638. #define _seqdump seq_printf
  639. ^
  640. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  641. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  642. ^~~~~~~~
  643. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:820:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  644. DBG_871X_SEL_NL(m, "dbg_sdio_alloc_irq_cnt=%d\n", pdbgpriv->dbg_sdio_alloc_irq_cnt);
  645. ^~~~~~~~~~~~~~~
  646. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  647. #define _seqdump seq_printf
  648. ^
  649. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  650. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  651. ^~~~~~~~
  652. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:821:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  653. DBG_871X_SEL_NL(m, "dbg_sdio_free_irq_cnt=%d\n", pdbgpriv->dbg_sdio_free_irq_cnt);
  654. ^~~~~~~~~~~~~~~
  655. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  656. #define _seqdump seq_printf
  657. ^
  658. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  659. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  660. ^~~~~~~~
  661. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:822:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  662. DBG_871X_SEL_NL(m, "dbg_sdio_alloc_irq_error_cnt=%d\n",pdbgpriv->dbg_sdio_alloc_irq_error_cnt);
  663. ^~~~~~~~~~~~~~~
  664. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  665. #define _seqdump seq_printf
  666. ^
  667. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  668. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  669. ^~~~~~~~
  670. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:823:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  671. DBG_871X_SEL_NL(m, "dbg_sdio_free_irq_error_cnt=%d\n", pdbgpriv->dbg_sdio_free_irq_error_cnt);
  672. ^~~~~~~~~~~~~~~
  673. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  674. #define _seqdump seq_printf
  675. ^
  676. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  677. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  678. ^~~~~~~~
  679. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:824:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  680. DBG_871X_SEL_NL(m, "dbg_sdio_init_error_cnt=%d\n",pdbgpriv->dbg_sdio_init_error_cnt);
  681. ^~~~~~~~~~~~~~~
  682. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  683. #define _seqdump seq_printf
  684. ^
  685. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  686. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  687. ^~~~~~~~
  688. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:825:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  689. DBG_871X_SEL_NL(m, "dbg_sdio_deinit_error_cnt=%d\n", pdbgpriv->dbg_sdio_deinit_error_cnt);
  690. ^~~~~~~~~~~~~~~
  691. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  692. #define _seqdump seq_printf
  693. ^
  694. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  695. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  696. ^~~~~~~~
  697. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:826:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  698. DBG_871X_SEL_NL(m, "dbg_suspend_error_cnt=%d\n", pdbgpriv->dbg_suspend_error_cnt);
  699. ^~~~~~~~~~~~~~~
  700. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  701. #define _seqdump seq_printf
  702. ^
  703. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  704. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  705. ^~~~~~~~
  706. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:827:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  707. DBG_871X_SEL_NL(m, "dbg_suspend_cnt=%d\n",pdbgpriv->dbg_suspend_cnt);
  708. ^~~~~~~~~~~~~~~
  709. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  710. #define _seqdump seq_printf
  711. ^
  712. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  713. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  714. ^~~~~~~~
  715. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:828:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  716. DBG_871X_SEL_NL(m, "dbg_resume_cnt=%d\n", pdbgpriv->dbg_resume_cnt);
  717. ^~~~~~~~~~~~~~~
  718. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  719. #define _seqdump seq_printf
  720. ^
  721. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  722. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  723. ^~~~~~~~
  724. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:829:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  725. DBG_871X_SEL_NL(m, "dbg_resume_error_cnt=%d\n", pdbgpriv->dbg_resume_error_cnt);
  726. ^~~~~~~~~~~~~~~
  727. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  728. #define _seqdump seq_printf
  729. ^
  730. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  731. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  732. ^~~~~~~~
  733. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:830:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  734. DBG_871X_SEL_NL(m, "dbg_deinit_fail_cnt=%d\n",pdbgpriv->dbg_deinit_fail_cnt);
  735. ^~~~~~~~~~~~~~~
  736. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  737. #define _seqdump seq_printf
  738. ^
  739. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  740. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  741. ^~~~~~~~
  742. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:831:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  743. DBG_871X_SEL_NL(m, "dbg_carddisable_cnt=%d\n", pdbgpriv->dbg_carddisable_cnt);
  744. ^~~~~~~~~~~~~~~
  745. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  746. #define _seqdump seq_printf
  747. ^
  748. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  749. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  750. ^~~~~~~~
  751. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:832:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  752. DBG_871X_SEL_NL(m, "dbg_ps_insuspend_cnt=%d\n",pdbgpriv->dbg_ps_insuspend_cnt);
  753. ^~~~~~~~~~~~~~~
  754. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  755. #define _seqdump seq_printf
  756. ^
  757. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  758. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  759. ^~~~~~~~
  760. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:833:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  761. DBG_871X_SEL_NL(m, "dbg_dev_unload_inIPS_cnt=%d\n", pdbgpriv->dbg_dev_unload_inIPS_cnt);
  762. ^~~~~~~~~~~~~~~
  763. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  764. #define _seqdump seq_printf
  765. ^
  766. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  767. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  768. ^~~~~~~~
  769. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:834:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  770. DBG_871X_SEL_NL(m, "dbg_scan_pwr_state_cnt=%d\n", pdbgpriv->dbg_scan_pwr_state_cnt);
  771. ^~~~~~~~~~~~~~~
  772. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  773. #define _seqdump seq_printf
  774. ^
  775. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  776. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  777. ^~~~~~~~
  778. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:835:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  779. DBG_871X_SEL_NL(m, "dbg_downloadfw_pwr_state_cnt=%d\n", pdbgpriv->dbg_downloadfw_pwr_state_cnt);
  780. ^~~~~~~~~~~~~~~
  781. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  782. #define _seqdump seq_printf
  783. ^
  784. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  785. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  786. ^~~~~~~~
  787. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:836:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  788. DBG_871X_SEL_NL(m, "dbg_carddisable_error_cnt=%d\n", pdbgpriv->dbg_carddisable_error_cnt);
  789. ^~~~~~~~~~~~~~~
  790. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  791. #define _seqdump seq_printf
  792. ^
  793. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  794. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  795. ^~~~~~~~
  796. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:837:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  797. DBG_871X_SEL_NL(m, "dbg_fw_read_ps_state_fail_cnt=%d\n", pdbgpriv->dbg_fw_read_ps_state_fail_cnt);
  798. ^~~~~~~~~~~~~~~
  799. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  800. #define _seqdump seq_printf
  801. ^
  802. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  803. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  804. ^~~~~~~~
  805. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:838:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  806. DBG_871X_SEL_NL(m, "dbg_leave_ips_fail_cnt=%d\n", pdbgpriv->dbg_leave_ips_fail_cnt);
  807. ^~~~~~~~~~~~~~~
  808. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  809. #define _seqdump seq_printf
  810. ^
  811. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  812. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  813. ^~~~~~~~
  814. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:839:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  815. DBG_871X_SEL_NL(m, "dbg_leave_lps_fail_cnt=%d\n", pdbgpriv->dbg_leave_lps_fail_cnt);
  816. ^~~~~~~~~~~~~~~
  817. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  818. #define _seqdump seq_printf
  819. ^
  820. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  821. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  822. ^~~~~~~~
  823. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:840:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  824. DBG_871X_SEL_NL(m, "dbg_h2c_leave32k_fail_cnt=%d\n", pdbgpriv->dbg_h2c_leave32k_fail_cnt);
  825. ^~~~~~~~~~~~~~~
  826. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  827. #define _seqdump seq_printf
  828. ^
  829. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  830. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  831. ^~~~~~~~
  832. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:841:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  833. DBG_871X_SEL_NL(m, "dbg_diswow_dload_fw_fail_cnt=%d\n", pdbgpriv->dbg_diswow_dload_fw_fail_cnt);
  834. ^~~~~~~~~~~~~~~
  835. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  836. #define _seqdump seq_printf
  837. ^
  838. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  839. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  840. ^~~~~~~~
  841. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:842:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  842. DBG_871X_SEL_NL(m, "dbg_enwow_dload_fw_fail_cnt=%d\n", pdbgpriv->dbg_enwow_dload_fw_fail_cnt);
  843. ^~~~~~~~~~~~~~~
  844. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  845. #define _seqdump seq_printf
  846. ^
  847. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  848. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  849. ^~~~~~~~
  850. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:843:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  851. DBG_871X_SEL_NL(m, "dbg_ips_drvopen_fail_cnt=%d\n", pdbgpriv->dbg_ips_drvopen_fail_cnt);
  852. ^~~~~~~~~~~~~~~
  853. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  854. #define _seqdump seq_printf
  855. ^
  856. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  857. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  858. ^~~~~~~~
  859. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:844:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  860. DBG_871X_SEL_NL(m, "dbg_poll_fail_cnt=%d\n", pdbgpriv->dbg_poll_fail_cnt);
  861. ^~~~~~~~~~~~~~~
  862. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  863. #define _seqdump seq_printf
  864. ^
  865. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  866. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  867. ^~~~~~~~
  868. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:845:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  869. DBG_871X_SEL_NL(m, "dbg_rpwm_toogle_cnt=%d\n", pdbgpriv->dbg_rpwm_toogle_cnt);
  870. ^~~~~~~~~~~~~~~
  871. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  872. #define _seqdump seq_printf
  873. ^
  874. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  875. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  876. ^~~~~~~~
  877. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:846:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  878. DBG_871X_SEL_NL(m, "dbg_rpwm_timeout_fail_cnt=%d\n", pdbgpriv->dbg_rpwm_timeout_fail_cnt);
  879. ^~~~~~~~~~~~~~~
  880. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  881. #define _seqdump seq_printf
  882. ^
  883. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  884. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  885. ^~~~~~~~
  886. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:847:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  887. DBG_871X_SEL_NL(m, "dbg_sreset_cnt=%d\n", pdbgpriv->dbg_sreset_cnt);
  888. ^~~~~~~~~~~~~~~
  889. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_rx_signal’:
  890. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  891. #define _seqdump seq_printf
  892. ^
  893. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  894. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  895. ^~~~~~~~
  896. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:858:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  897. DBG_871X_SEL_NL(m, "rssi:%d\n", padapter->recvpriv.rssi);
  898. ^~~~~~~~~~~~~~~
  899. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  900. #define _seqdump seq_printf
  901. ^
  902. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  903. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  904. ^~~~~~~~
  905. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:860:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  906. DBG_871X_SEL_NL(m, "signal_strength:%u\n", padapter->recvpriv.signal_strength);
  907. ^~~~~~~~~~~~~~~
  908. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  909. #define _seqdump seq_printf
  910. ^
  911. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  912. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  913. ^~~~~~~~
  914. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:861:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  915. DBG_871X_SEL_NL(m, "signal_qual:%u\n", padapter->recvpriv.signal_qual);
  916. ^~~~~~~~~~~~~~~
  917. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  918. #define _seqdump seq_printf
  919. ^
  920. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  921. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  922. ^~~~~~~~
  923. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:862:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  924. DBG_871X_SEL_NL(m, "noise:%u\n", padapter->recvpriv.noise);
  925. ^~~~~~~~~~~~~~~
  926. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_hw_status’:
  927. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  928. #define _seqdump seq_printf
  929. ^
  930. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  931. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  932. ^~~~~~~~
  933. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:878:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  934. DBG_871X_SEL_NL(m, "RX FIFO full count: last_time=%lld, current_time=%lld, differential=%lld\n"
  935. ^~~~~~~~~~~~~~~
  936. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_ht_enable’:
  937. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  938. #define _seqdump seq_printf
  939. ^
  940. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  941. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  942. ^~~~~~~~
  943. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:927:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  944. DBG_871X_SEL_NL(m, "%d\n", pregpriv->ht_enable);
  945. ^~~~~~~~~~~~~~~
  946. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_bw_mode’:
  947. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  948. #define _seqdump seq_printf
  949. ^
  950. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  951. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  952. ^~~~~~~~
  953. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:965:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  954. DBG_871X_SEL_NL(m, "0x%02x\n", pregpriv->bw_mode);
  955. ^~~~~~~~~~~~~~~
  956. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_ampdu_enable’:
  957. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  958. #define _seqdump seq_printf
  959. ^
  960. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  961. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  962. ^~~~~~~~
  963. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1005:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  964. DBG_871X_SEL_NL(m, "%d\n", pregpriv->ampdu_enable);
  965. ^~~~~~~~~~~~~~~
  966. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_rx_ampdu’:
  967. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  968. #define _seqdump seq_printf
  969. ^
  970. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  971. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  972. ^~~~~~~~
  973. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1046:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  974. DBG_871X_SEL_NL(m,
  975. ^~~~~~~~~~~~~~~
  976. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_en_fwps’:
  977. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  978. #define _seqdump seq_printf
  979. ^
  980. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  981. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  982. ^~~~~~~~
  983. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1097:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  984. DBG_871X_SEL_NL(m, "check_fw_ps = %d , 1:enable get FW PS state , 0: disable get FW PS state\n"
  985. ^~~~~~~~~~~~~~~
  986. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_rx_stbc’:
  987. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  988. #define _seqdump seq_printf
  989. ^
  990. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  991. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  992. ^~~~~~~~
  993. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1152:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  994. DBG_871X_SEL_NL(m, "%d\n", pregpriv->rx_stbc);
  995. ^~~~~~~~~~~~~~~
  996. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_all_sta_info’:
  997. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  998. #define _seqdump seq_printf
  999. ^
  1000. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1001. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1002. ^~~~~~~~
  1003. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1243:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1004. DBG_871X_SEL_NL(m, "sta_dz_bitmap=0x%x, tim_bitmap=0x%x\n", pstapriv->sta_dz_bitmap, pstapriv->tim_bitmap);
  1005. ^~~~~~~~~~~~~~~
  1006. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1007. #define _seqdump seq_printf
  1008. ^
  1009. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1010. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1011. ^~~~~~~~
  1012. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1260:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1013. DBG_871X_SEL_NL(m, "==============================\n");
  1014. ^~~~~~~~~~~~~~~
  1015. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1016. #define _seqdump seq_printf
  1017. ^
  1018. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1019. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1020. ^~~~~~~~
  1021. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1261:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1022. DBG_871X_SEL_NL(m, "sta's macaddr:" MAC_FMT "\n", MAC_ARG(psta->hwaddr));
  1023. ^~~~~~~~~~~~~~~
  1024. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1025. #define _seqdump seq_printf
  1026. ^
  1027. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1028. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1029. ^~~~~~~~
  1030. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1262:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1031. DBG_871X_SEL_NL(m, "rtsen=%d, cts2slef=%d\n", psta->rtsen, psta->cts2self);
  1032. ^~~~~~~~~~~~~~~
  1033. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1034. #define _seqdump seq_printf
  1035. ^
  1036. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1037. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1038. ^~~~~~~~
  1039. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1263:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1040. DBG_871X_SEL_NL(m, "state=0x%x, aid=%d, macid=%d, raid=%d\n", psta->state, psta->aid, psta->mac_id, psta->raid);
  1041. ^~~~~~~~~~~~~~~
  1042. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1043. #define _seqdump seq_printf
  1044. ^
  1045. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1046. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1047. ^~~~~~~~
  1048. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1265:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1049. 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);
  1050. ^~~~~~~~~~~~~~~
  1051. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1052. #define _seqdump seq_printf
  1053. ^
  1054. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1055. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1056. ^~~~~~~~
  1057. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1266:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1058. 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);
  1059. ^~~~~~~~~~~~~~~
  1060. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1061. #define _seqdump seq_printf
  1062. ^
  1063. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1064. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1065. ^~~~~~~~
  1066. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1267:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1067. DBG_871X_SEL_NL(m, "ampdu_enable = %d\n", psta->htpriv.ampdu_enable);
  1068. ^~~~~~~~~~~~~~~
  1069. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1070. #define _seqdump seq_printf
  1071. ^
  1072. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1073. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1074. ^~~~~~~~
  1075. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1268:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1076. DBG_871X_SEL_NL(m, "agg_enable_bitmap=%x, candidate_tid_bitmap=%x\n", psta->htpriv.agg_enable_bitmap, psta->htpriv.candidate_tid_bitmap);
  1077. ^~~~~~~~~~~~~~~
  1078. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1079. #define _seqdump seq_printf
  1080. ^
  1081. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1082. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1083. ^~~~~~~~
  1084. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1270:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1085. DBG_871X_SEL_NL(m, "sleepq_len=%d\n", psta->sleepq_len);
  1086. ^~~~~~~~~~~~~~~
  1087. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1088. #define _seqdump seq_printf
  1089. ^
  1090. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1091. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1092. ^~~~~~~~
  1093. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1271:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1094. DBG_871X_SEL_NL(m, "capability=0x%x\n", psta->capability);
  1095. ^~~~~~~~~~~~~~~
  1096. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1097. #define _seqdump seq_printf
  1098. ^
  1099. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1100. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1101. ^~~~~~~~
  1102. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1272:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1103. DBG_871X_SEL_NL(m, "flags=0x%x\n", psta->flags);
  1104. ^~~~~~~~~~~~~~~
  1105. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1106. #define _seqdump seq_printf
  1107. ^
  1108. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1109. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1110. ^~~~~~~~
  1111. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1273:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1112. DBG_871X_SEL_NL(m, "wpa_psk=0x%x\n", psta->wpa_psk);
  1113. ^~~~~~~~~~~~~~~
  1114. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1115. #define _seqdump seq_printf
  1116. ^
  1117. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1118. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1119. ^~~~~~~~
  1120. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1274:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1121. DBG_871X_SEL_NL(m, "wpa2_group_cipher=0x%x\n", psta->wpa2_group_cipher);
  1122. ^~~~~~~~~~~~~~~
  1123. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1124. #define _seqdump seq_printf
  1125. ^
  1126. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1127. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1128. ^~~~~~~~
  1129. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1275:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1130. DBG_871X_SEL_NL(m, "wpa2_pairwise_cipher=0x%x\n", psta->wpa2_pairwise_cipher);
  1131. ^~~~~~~~~~~~~~~
  1132. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1133. #define _seqdump seq_printf
  1134. ^
  1135. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1136. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1137. ^~~~~~~~
  1138. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1276:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1139. DBG_871X_SEL_NL(m, "qos_info=0x%x\n", psta->qos_info);
  1140. ^~~~~~~~~~~~~~~
  1141. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1142. #define _seqdump seq_printf
  1143. ^
  1144. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1145. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1146. ^~~~~~~~
  1147. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1277:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1148. DBG_871X_SEL_NL(m, "dot118021XPrivacy=0x%x\n", psta->dot118021XPrivacy);
  1149. ^~~~~~~~~~~~~~~
  1150. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1151. #define _seqdump seq_printf
  1152. ^
  1153. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1154. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1155. ^~~~~~~~
  1156. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1284:7: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1157. DBG_871X_SEL_NL(m, "tid=%d, indicate_seq=%d\n", j, preorder_ctrl->indicate_seq);
  1158. ^~~~~~~~~~~~~~~
  1159. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1160. #define _seqdump seq_printf
  1161. ^
  1162. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1163. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1164. ^~~~~~~~
  1165. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1296:5: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1166. DBG_871X_SEL_NL(m, "==============================\n");
  1167. ^~~~~~~~~~~~~~~
  1168. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_best_channel’:
  1169. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1170. #define _seqdump seq_printf
  1171. ^
  1172. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1173. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1174. ^~~~~~~~
  1175. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1369:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1176. DBG_871X_SEL_NL(m, "The rx cnt of channel %3d = %d\n",
  1177. ^~~~~~~~~~~~~~~
  1178. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1179. #define _seqdump seq_printf
  1180. ^
  1181. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1182. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1183. ^~~~~~~~
  1184. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1374:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1185. DBG_871X_SEL_NL(m, "best_channel_5G = %d\n", best_channel_5G);
  1186. ^~~~~~~~~~~~~~~
  1187. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1188. #define _seqdump seq_printf
  1189. ^
  1190. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1191. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1192. ^~~~~~~~
  1193. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1375:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1194. DBG_871X_SEL_NL(m, "best_channel_24G = %d\n", best_channel_24G);
  1195. ^~~~~~~~~~~~~~~
  1196. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c: In function ‘proc_get_monitor’:
  1197. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1198. #define _seqdump seq_printf
  1199. ^
  1200. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1201. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1202. ^~~~~~~~
  1203. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1551:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1204. DBG_871X_SEL_NL(m, "Monitor mode : Enable\n");
  1205. ^~~~~~~~~~~~~~~
  1206. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1207. #define _seqdump seq_printf
  1208. ^
  1209. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1210. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1211. ^~~~~~~~
  1212. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1553:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1213. DBG_871X_SEL_NL(m, "ch=%d, ch_offset=%d, bw=%d\n",
  1214. ^~~~~~~~~~~~~~~
  1215. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  1216. #define _seqdump seq_printf
  1217. ^
  1218. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/rtw_debug.h:240:7: note: in expansion of macro ‘_seqdump’
  1219. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  1220. ^~~~~~~~
  1221. /root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.c:1556:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  1222. DBG_871X_SEL_NL(m, "Monitor mode : Disable\n");
  1223. ^~~~~~~~~~~~~~~
  1224. cc1: some warnings being treated as errors
  1225. /usr/src/linux-headers-4.9.0-kali3-common/scripts/Makefile.build:298: set di istruzioni per l'obiettivo "/root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.o" non riuscito
  1226. make[4]: *** [/root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_debug.o] Errore 1
  1227. /usr/src/linux-headers-4.9.0-kali3-common/Makefile:1507: set di istruzioni per l'obiettivo "_module_/root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417" non riuscito
  1228. make[3]: *** [_module_/root/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417] Errore 2
  1229. Makefile:150: set di istruzioni per l'obiettivo "sub-make" non riuscito
  1230. make[2]: *** [sub-make] Errore 2
  1231. Makefile:8: set di istruzioni per l'obiettivo "all" non riuscito
  1232. make[1]: *** [all] Errore 2
  1233. make[1]: uscita dalla directory "/usr/src/linux-headers-4.9.0-kali3-amd64"
  1234. Makefile:1367: set di istruzioni per l'obiettivo "modules" non riuscito
  1235. make: *** [modules] Errore 2
  1236. root@staccah:~/Scrivania/rtl8188EUS_linux_v4.3.0.8_13968.20150417#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement