Advertisement
Guest User

Untitled

a guest
Nov 18th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.42 KB | None | 0 0
  1. root@xaelah:/home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master# sudo make RT_CFLAGS="-Wno-error=date-time" -i
  2. make -C tools
  3. make[1]: Entering directory '/home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/tools'
  4. gcc -g bin2h.c -o bin2h
  5. make[1]: Leaving directory '/home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/tools'
  6. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/tools/bin2h
  7. cp -f os/linux/Makefile.6 /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/Makefile
  8. make -C /lib/modules/4.2.0-18-generic/build SUBDIRS=/home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux modules
  9. make[1]: Entering directory '/usr/src/linux-headers-4.2.0-18-generic'
  10. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/crypt_md5.o
  11. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/crypt_sha2.o
  12. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/crypt_hmac.o
  13. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/crypt_aes.o
  14. In file included from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_os.h:44:0,
  15. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_comm.h:69,
  16. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rt_config.h:33,
  17. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/crypt_aes.h:31,
  18. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/crypt_aes.c:28:
  19. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/crypt_aes.c: In function ‘AES_Key_Wrap’:
  20. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/crypt_aes.c:1459:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
  21. DBGPRINT(RT_DEBUG_ERROR, ("AES_Key_Wrap: allocate %d bytes memory failure.\n", sizeof(UINT8)*PlainT
  22. ^
  23. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/os/rt_linux.h:665:16: note: in definition of macro ‘DBGPRINT_RAW’
  24. printk Fmt; \
  25. ^
  26. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/crypt_aes.c:1459:6: note: in expansion of macro ‘DBGPRINT’
  27. DBGPRINT(RT_DEBUG_ERROR, ("AES_Key_Wrap: allocate %d bytes memory failure.\n", sizeof(UINT8)*PlainT
  28. ^
  29. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/crypt_aes.c: In function ‘AES_Key_Unwrap’:
  30. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/crypt_aes.c:1554:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
  31. DBGPRINT(RT_DEBUG_ERROR, ("AES_Key_Unwrap: allocate %d bytes memory failure.\n", sizeof(UINT8)*Plai
  32. ^
  33. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/os/rt_linux.h:665:16: note: in definition of macro ‘DBGPRINT_RAW’
  34. printk Fmt; \
  35. ^
  36. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/crypt_aes.c:1554:6: note: in expansion of macro ‘DBGPRINT’
  37. DBGPRINT(RT_DEBUG_ERROR, ("AES_Key_Unwrap: allocate %d bytes memory failure.\n", sizeof(UINT8)*Plai
  38. ^
  39. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/crypt_arc4.o
  40. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/mlme.o
  41. In file included from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_os.h:44:0,
  42. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_comm.h:69,
  43. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rt_config.h:33,
  44. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/mlme.c:28:
  45. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/mlme.c: In function ‘MlmeResetRalinkCounters’:
  46. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/mlme.c:527:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  47. (UINT32)&pAd->RalinkCounters.OneSecEnd -
  48. ^
  49. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/os/rt_linux.h:472:76: note: in definition of macro ‘NdisZeroMemory’
  50. #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
  51. ^
  52. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/mlme.c:528:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  53. (UINT32)&pAd->RalinkCounters.OneSecStart);
  54. ^
  55. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/os/rt_linux.h:472:76: note: in definition of macro ‘NdisZeroMemory’
  56. #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
  57. ^
  58. In file included from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/chip/mac_pci.h:33:0,
  59. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_chip.h:37,
  60. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rt_config.h:38,
  61. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/mlme.c:28:
  62. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/mlme.c: In function ‘RTMPAdjustFrequencyOffset’:
  63. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/chip/rtmp_phy.h:583:13: warning: the comparison will always evaluate as ‘true’ for the address of ‘FreqOffset’ will never be NULL [-Waddress]
  64. if (_pVal1 != NULL) \
  65. ^
  66. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/mlme.c:4990:2: note: in expansion of macro ‘RF_M_READ8’
  67. RF_M_READ8(pAd, RF_R17, &FreqOffset, &HighCurrentBit, 0x7F);
  68. ^
  69. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/chip/rtmp_phy.h:585:13: warning: the comparison will always evaluate as ‘true’ for the address of ‘HighCurrentBit’ will never be NULL [-Waddress]
  70. if (_pVal2 != NULL) \
  71. ^
  72. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/mlme.c:4990:2: note: in expansion of macro ‘RF_M_READ8’
  73. RF_M_READ8(pAd, RF_R17, &FreqOffset, &HighCurrentBit, 0x7F);
  74. ^
  75. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_wep.o
  76. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/action.o
  77. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_data.o
  78. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_init.o
  79. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_init_inf.o
  80. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_tkip.o
  81. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_aes.o
  82. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_sync.o
  83. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/eeprom.o
  84. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_sanity.o
  85. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_info.o
  86. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_cfg.o
  87. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_wpa.o
  88. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_wpa.c: In function ‘PeerPairMsg3Action’:
  89. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_wpa.c:1031:13: warning: unused variable ‘Cancelled’ [-Wunused-variable]
  90. BOOLEAN Cancelled;
  91. ^
  92. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_radar.o
  93. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/spectrum.o
  94. In file included from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_os.h:44:0,
  95. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_comm.h:69,
  96. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rt_config.h:33,
  97. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/spectrum.c:28:
  98. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/spectrum.c: In function ‘PeerMeasureReportAction’:
  99. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/spectrum.c:1972:29: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  100. DBGPRINT(RT_DEBUG_ERROR, ("%s unable to alloc memory for measure report buffer (size=%d).\n", __FUNCTI
  101. ^
  102. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/os/rt_linux.h:665:16: note: in definition of macro ‘DBGPRINT_RAW’
  103. printk Fmt; \
  104. ^
  105. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/spectrum.c:1972:3: note: in expansion of macro ‘DBGPRINT’
  106. DBGPRINT(RT_DEBUG_ERROR, ("%s unable to alloc memory for measure report buffer (size=%d).\n", __FUNCTI
  107. ^
  108. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_timer.o
  109. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rt_channel.o
  110. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_profile.o
  111. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_asic.o
  112. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_asic.c: In function ‘AsicGetAutoAgcOffsetForTemperatureSensor’:
  113. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_asic.c:1178:28: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  114. TxPowerTuningTableEntry0 = &TxPowerTuningTable[TuningTableIndex0 + TX_POWER_TUNING_ENTRY_OFFSET];
  115. ^
  116. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_asic.c:1191:28: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  117. TxPowerTuningTableEntry1 = &TxPowerTuningTable[TuningTableIndex1 + TX_POWER_TUNING_ENTRY_OFFSET];
  118. ^
  119. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_cmd.o
  120. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/ps.o
  121. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/uapsd.o
  122. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../rate_ctrl/ra_ctrl.o
  123. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../rate_ctrl/alg_legacy.o
  124. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../rate_ctrl/alg_ags.o
  125. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rtmp_chip.o
  126. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/assoc.o
  127. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/auth.o
  128. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/auth_rsp.o
  129. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/sync.o
  130. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/sanity.o
  131. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/rtmp_data.o
  132. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/rtmp_data.c: In function ‘STAHandleRxDataFrame’:
  133. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/rtmp_data.c:283:17: warning: unused variable ‘pFmeCtrl’ [-Wunused-variable]
  134. FRAME_CONTROL *pFmeCtrl = &pHeader->FC;
  135. ^
  136. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/rtmp_data.c:282:8: warning: unused variable ‘OldPwrMgmt’ [-Wunused-variable]
  137. UCHAR OldPwrMgmt = PWR_ACTIVE;
  138. ^
  139. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/connect.o
  140. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/wpa.o
  141. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/sta_cfg.o
  142. In file included from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_os.h:44:0,
  143. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_comm.h:69,
  144. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rt_config.h:33,
  145. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/sta_cfg.c:28:
  146. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/sta_cfg.c: In function ‘RTMPQueryInformation’:
  147. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/sta_cfg.c:3953:30: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
  148. DBGPRINT(RT_DEBUG_TRACE, ("sizeof UCHAR=%d, channel=%d \n", sizeof(UCHAR), pAd->CommonCfg.Channel));
  149. ^
  150. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/os/rt_linux.h:665:16: note: in definition of macro ‘DBGPRINT_RAW’
  151. printk Fmt; \
  152. ^
  153. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/sta_cfg.c:3953:4: note: in expansion of macro ‘DBGPRINT’
  154. DBGPRINT(RT_DEBUG_TRACE, ("sizeof UCHAR=%d, channel=%d \n", sizeof(UCHAR), pAd->CommonCfg.Channel));
  155. ^
  156. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/sta_cfg.c: In function ‘RTMPIoctlShow’:
  157. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/sta_cfg.c:4896:85: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
  158. snprintf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ )
  159. ^
  160. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/sta_cfg.c:4896:95: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
  161. snprintf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ );
  162. ^
  163. cc1: some warnings being treated as errors
  164. scripts/Makefile.build:258: recipe for target '/home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/sta_cfg.o' failed
  165. make[2]: [/home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/sta_cfg.o] Error 1 (ignored)
  166. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rt_os_util.o
  167. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/ba_action.o
  168. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/dls.o
  169. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rt_led.o
  170. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_mac_pci.o
  171. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_data_pci.o
  172. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_data_pci.c: In function ‘RTMPFreeTXDUponTxDmaDone’:
  173. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_data_pci.c:540:8: warning: unused variable ‘TXWISize’ [-Wunused-variable]
  174. UINT8 TXWISize = pAd->chipCap.TXWISize;
  175. ^
  176. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_data_pci.c: In function ‘RTMPHandleMgmtRingDmaDoneInterrupt’:
  177. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/cmm_data_pci.c:735:8: warning: unused variable ‘TXWISize’ [-Wunused-variable]
  178. UINT8 TXWISize = pAd->chipCap.TXWISize;
  179. ^
  180. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/ee_prom.o
  181. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/frq_cal.o
  182. In file included from include/linux/list.h:8:0,
  183. from include/linux/module.h:9,
  184. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/os/rt_linux.h:31,
  185. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_os.h:44,
  186. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_comm.h:69,
  187. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rt_config.h:33,
  188. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/frq_cal.c:28:
  189. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/frq_cal.c: In function ‘FrequencyCalibrationMode’:
  190. include/linux/kernel.h:722:17: warning: comparison of distinct pointer types lacks a cast
  191. (void) (&_min1 == &_min2); \
  192. ^
  193. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/frq_cal.c:128:13: note: in expansion of macro ‘min’
  194. RFValue = min(RFValue, 0x5F);
  195. ^
  196. In file included from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/chip/mac_pci.h:33:0,
  197. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_chip.h:37,
  198. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rt_config.h:38,
  199. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/frq_cal.c:28:
  200. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/chip/rtmp_phy.h:585:13: warning: the comparison will always evaluate as ‘true’ for the address of ‘RfReg’ will never be NULL [-Waddress]
  201. if (_pVal2 != NULL) \
  202. ^
  203. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/chip/rtmp_phy.h:592:2: note: in expansion of macro ‘RF_M_READ8’
  204. RF_M_READ8(_pAd, _RegId, NULL, &RfReg, _BitMask); \
  205. ^
  206. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/frq_cal.c:141:3: note: in expansion of macro ‘RF_M_WRITE8’
  207. RF_M_WRITE8(pAd, RF_R03, 0x80, 0x80);
  208. ^
  209. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/ee_efuse.o
  210. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.o
  211. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c: In function ‘RtmpAsicSendCommandToMcu’:
  212. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:558:72: warning: passing argument 3 of ‘pci_read_config_word’ from incompatible pointer type [-Wincompatible-pointer-types]
  213. pci_read_config_word(((POS_COOKIE)pAd->OS_Cookie)->pci_dev, offset, &Configuration);
  214. ^
  215. In file included from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/os/rt_linux.h:41:0,
  216. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_os.h:44,
  217. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_comm.h:69,
  218. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rt_config.h:33,
  219. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:28:
  220. include/linux/pci.h:887:19: note: expected ‘u16 * {aka short unsigned int *}’ but argument is of type ‘ULONG * {aka long unsigned int *}’
  221. static inline int pci_read_config_word(const struct pci_dev *dev, int where, u16 *val)
  222. ^
  223. In file included from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_os.h:44:0,
  224. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_comm.h:69,
  225. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rt_config.h:33,
  226. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:28:
  227. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:564:30: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘ULONG {aka long unsigned int}’ [-Wformat=]
  228. DBGPRINT(RT_DEBUG_TRACE, ("Write 70f; offset = %x, Configuration = %x. \n", offset, Configuration));
  229. ^
  230. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/os/rt_linux.h:665:16: note: in definition of macro ‘DBGPRINT_RAW’
  231. printk Fmt; \
  232. ^
  233. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:564:4: note: in expansion of macro ‘DBGPRINT’
  234. DBGPRINT(RT_DEBUG_TRACE, ("Write 70f; offset = %x, Configuration = %x. \n", offset, Configuration));
  235. ^
  236. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:564:30: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘ULONG {aka long unsigned int}’ [-Wformat=]
  237. DBGPRINT(RT_DEBUG_TRACE, ("Write 70f; offset = %x, Configuration = %x. \n", offset, Configuration));
  238. ^
  239. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/os/rt_linux.h:665:16: note: in definition of macro ‘DBGPRINT_RAW’
  240. printk Fmt; \
  241. ^
  242. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:564:4: note: in expansion of macro ‘DBGPRINT’
  243. DBGPRINT(RT_DEBUG_TRACE, ("Write 70f; offset = %x, Configuration = %x. \n", offset, Configuration));
  244. ^
  245. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:578:72: warning: passing argument 3 of ‘pci_read_config_word’ from incompatible pointer type [-Wincompatible-pointer-types]
  246. pci_read_config_word(((POS_COOKIE)pAd->OS_Cookie)->pci_dev, offset, &Configuration);
  247. ^
  248. In file included from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/os/rt_linux.h:41:0,
  249. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_os.h:44,
  250. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_comm.h:69,
  251. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rt_config.h:33,
  252. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:28:
  253. include/linux/pci.h:887:19: note: expected ‘u16 * {aka short unsigned int *}’ but argument is of type ‘ULONG * {aka long unsigned int *}’
  254. static inline int pci_read_config_word(const struct pci_dev *dev, int where, u16 *val)
  255. ^
  256. In file included from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_os.h:44:0,
  257. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_comm.h:69,
  258. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rt_config.h:33,
  259. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:28:
  260. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:587:30: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘ULONG {aka long unsigned int}’ [-Wformat=]
  261. DBGPRINT(RT_DEBUG_TRACE, ("RadioOnExec restore 70f; offset = %x, Configuration = %x. \n", offset, Con
  262. ^
  263. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/os/rt_linux.h:665:16: note: in definition of macro ‘DBGPRINT_RAW’
  264. printk Fmt; \
  265. ^
  266. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:587:4: note: in expansion of macro ‘DBGPRINT’
  267. DBGPRINT(RT_DEBUG_TRACE, ("RadioOnExec restore 70f; offset = %x, Configuration = %x. \n", offset, Con
  268. ^
  269. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:587:30: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘ULONG {aka long unsigned int}’ [-Wformat=]
  270. DBGPRINT(RT_DEBUG_TRACE, ("RadioOnExec restore 70f; offset = %x, Configuration = %x. \n", offset, Con
  271. ^
  272. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/os/rt_linux.h:665:16: note: in definition of macro ‘DBGPRINT_RAW’
  273. printk Fmt; \
  274. ^
  275. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rtmp_mcu.c:587:4: note: in expansion of macro ‘DBGPRINT’
  276. DBGPRINT(RT_DEBUG_TRACE, ("RadioOnExec restore 70f; offset = %x, Configuration = %x. \n", offset, Con
  277. ^
  278. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../common/rt_rf.o
  279. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt30xx.o
  280. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt30xx.c: In function ‘RT30xxLoadRFSleepModeSetup’:
  281. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt30xx.c:477:9: warning: unused variable ‘MACValue’ [-Wunused-variable]
  282. UINT32 MACValue;
  283. ^
  284. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt30xx.c: In function ‘RT30xxReverseRFSleepModeSetup’:
  285. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt30xx.c:515:9: warning: unused variable ‘MACValue’ [-Wunused-variable]
  286. UINT32 MACValue;
  287. ^
  288. CC [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt5592.o
  289. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt5592.c:120:26: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  290. REG_PAIR *RF5592Reg_5G = RF5592Reg_5G_Default;
  291. ^
  292. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt5592.c:179:42: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  293. REG_PAIR_CHANNEL *RF5592Reg_Channel_5G = RF5592Reg_Channel_5G_Default;
  294. ^
  295. In file included from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/chip/mac_pci.h:33:0,
  296. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rtmp_chip.h:37,
  297. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/rt_config.h:38,
  298. from /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt5592.c:28:
  299. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt5592.c: In function ‘RT5592_ChipSwitchChannel’:
  300. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/chip/rtmp_phy.h:585:13: warning: the comparison will always evaluate as ‘true’ for the address of ‘RfReg’ will never be NULL [-Waddress]
  301. if (_pVal2 != NULL) \
  302. ^
  303. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/include/chip/rtmp_phy.h:592:2: note: in expansion of macro ‘RF_M_READ8’
  304. RF_M_READ8(_pAd, _RegId, NULL, &RfReg, _BitMask); \
  305. ^
  306. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt5592.c:1985:4: note: in expansion of macro ‘RF_M_WRITE8’
  307. RF_M_WRITE8(pAd, RF_R03, 0x80, 0x80);
  308. ^
  309. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt5592.c: At top level:
  310. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt5592.c:2223:17: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  311. .pRFRegTable = RF5592Reg_2G_5G,
  312. ^
  313. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../chips/rt5592.c:857:13: warning: ‘RT5592FilterCalibration’ defined but not used [-Wunused-function]
  314. static VOID RT5592FilterCalibration(IN PRTMP_ADAPTER pAd)
  315. ^
  316. LD [M] /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/rt5592sta.o
  317. ld: cannot find /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/../../sta/sta_cfg.o: No such file or directory
  318. scripts/Makefile.build:391: recipe for target '/home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/rt5592sta.o' failed
  319. make[2]: [/home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/rt5592sta.o] Error 1 (ignored)
  320. Building modules, stage 2.
  321. MODPOST 0 modules
  322. /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/rt5592sta.o: No such file or directory
  323. scripts/Makefile.modpost:90: recipe for target '__modpost' failed
  324. make[2]: [__modpost] Error 1 (ignored)
  325. make[1]: Leaving directory '/usr/src/linux-headers-4.2.0-18-generic'
  326. cp -f /home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/rt5592sta.ko /tftpboot
  327. cp: cannot stat ‘/home/dylan/Downloads/patched-Asus-PCE-N53-linux-driver-master/os/linux/rt5592sta.ko’: No such file or directory
  328. Makefile:388: recipe for target 'LINUX' failed
  329. make: [LINUX] Error 1 (ignored)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement