Advertisement
Guest User

Untitled

a guest
Oct 29th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.84 KB | None | 0 0
  1. hans@ENVYdv7:~$ cd /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/
  2. hans@ENVYdv7:~/misc/DPO_RT3290_LinuxSTA_V2600_20120508$ make
  3. make -C tools
  4. make[1]: Entering directory `/home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/tools'
  5. gcc -g bin2h.c -o bin2h
  6. make[1]: Leaving directory `/home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/tools'
  7. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/tools/bin2h
  8. cp -f os/linux/Makefile.6 /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/Makefile
  9. make -C /lib/modules/3.11.0-12-generic/build SUBDIRS=/home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux modules
  10. make[1]: Entering directory `/usr/src/linux-headers-3.11.0-12-generic'
  11. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_md5.o
  12. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_sha2.o
  13. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_hmac.o
  14. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_aes.o
  15. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_aes.c: In function ‘AES_Key_Wrap’:
  16. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_aes.c:1466:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
  17. DBGPRINT(RT_DEBUG_ERROR, ("AES_Key_Wrap: allocate %d bytes memory failure.\n", sizeof(UINT8)*PlainTextLength));
  18. ^
  19. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_aes.c: In function ‘AES_Key_Unwrap’:
  20. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_aes.c:1561:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
  21. DBGPRINT(RT_DEBUG_ERROR, ("AES_Key_Unwrap: allocate %d bytes memory failure.\n", sizeof(UINT8)*PlainLength));
  22. ^
  23. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/crypt_arc4.o
  24. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/mlme.o
  25. In file included from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42:0,
  26. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
  27. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rt_config.h:36,
  28. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/mlme.c:30:
  29. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/mlme.c: In function ‘MlmeResetRalinkCounters’:
  30. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/mlme.c:529:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  31. (UINT32)&pAd->RalinkCounters.OneSecEnd -
  32. ^
  33. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:463:76: note: in definition of macro ‘NdisZeroMemory’
  34. #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
  35. ^
  36. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/mlme.c:530:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  37. (UINT32)&pAd->RalinkCounters.OneSecStart);
  38. ^
  39. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:463:76: note: in definition of macro ‘NdisZeroMemory’
  40. #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
  41. ^
  42. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_wep.o
  43. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/action.o
  44. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_data.o
  45. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_init.o
  46. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_init_inf.o
  47. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_init_inf.c: In function ‘rt28xx_init’:
  48. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_init_inf.c:162:3: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  49. DBGPRINT(RT_DEBUG_OFF,("PllCtrl:0x%x\n",PllCtrl.word));
  50. ^
  51. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_init_inf.c:178:10: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  52. AUTO_WAKEUP_STRUC AutoWakeupCfg;
  53. ^
  54. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_tkip.o
  55. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_aes.o
  56. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_sync.o
  57. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/eeprom.o
  58. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_sanity.o
  59. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_info.o
  60. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_cfg.o
  61. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_wpa.o
  62. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_wpa.c: In function ‘PeerPairMsg3Action’:
  63. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_wpa.c:1032:13: warning: unused variable ‘Cancelled’ [-Wunused-variable]
  64. BOOLEAN Cancelled;
  65. ^
  66. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_radar.o
  67. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/spectrum.o
  68. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/spectrum.c: In function ‘PeerMeasureReportAction’:
  69. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/spectrum.c:1972:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  70. DBGPRINT(RT_DEBUG_ERROR, ("%s unable to alloc memory for measure report buffer (size=%d).\n", __FUNCTION__, sizeof(MEASURE_RPI_REPORT)));
  71. ^
  72. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_timer.o
  73. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rt_channel.o
  74. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_profile.o
  75. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_asic.o
  76. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_cmd.o
  77. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/ps.o
  78. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/uapsd.o
  79. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../rate_ctrl/ra_ctrl.o
  80. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../rate_ctrl/alg_legacy.o
  81. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../rate_ctrl/alg_ags.o
  82. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_profile.o
  83. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_profile.c: In function ‘STA_MonPktSend’:
  84. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_profile.c:409:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  85. DBGPRINT(RT_DEBUG_ERROR, ("%s : Size is too large! (%d)\n", __FUNCTION__, pRxBlk->DataSize + sizeof(wlan_ng_prism2_header)));
  86. ^
  87. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rtmp_chip.o
  88. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/assoc.o
  89. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/auth.o
  90. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/auth_rsp.o
  91. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sync.o
  92. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sanity.o
  93. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/rtmp_data.o
  94. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/rtmp_data.c: In function ‘STAHandleRxDataFrame’:
  95. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/rtmp_data.c:283:17: warning: unused variable ‘pFmeCtrl’ [-Wunused-variable]
  96. FRAME_CONTROL *pFmeCtrl = &pHeader->FC;
  97. ^
  98. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/rtmp_data.c:282:8: warning: unused variable ‘OldPwrMgmt’ [-Wunused-variable]
  99. UCHAR OldPwrMgmt = PWR_ACTIVE;
  100. ^
  101. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/rtmp_data.c: In function ‘STAHandleRxMgmtFrame’:
  102. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/rtmp_data.c:766:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  103. UCHAR uRSSI2;
  104. ^
  105. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/connect.o
  106. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/wpa.o
  107. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.o
  108. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.c: In function ‘RTMPQueryInformation’:
  109. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.c:3956:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
  110. DBGPRINT(RT_DEBUG_TRACE, ("sizeof UCHAR=%d, channel=%d \n", sizeof(UCHAR), pAd->CommonCfg.Channel));
  111. ^
  112. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.c: In function ‘RtmpIoctl_rt_private_get_statistics’:
  113. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../sta/sta_cfg.c:7220:1: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘EEPROM_NIC_CONFIG3_STRUC’ [-Wformat=]
  114. sprintf(extra+strlen(extra), "pAd->NicConfig3.field.CoexAnt == 0x%x\n\n",pAd->NicConfig3);
  115. ^
  116. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rt_os_util.o
  117. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/sta_ioctl.o
  118. In file included from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:40:0,
  119. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42,
  120. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
  121. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/sta_ioctl.c:33:
  122. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_giwscan’:
  123. include/net/iw_handler.h:554:9: warning: array subscript is below array bounds [-Warray-bounds]
  124. memcpy(stream + point_len, extra, iwe->u.data.length);
  125. ^
  126. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.o
  127. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c: In function ‘duplicate_pkt’:
  128. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:508:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast [enabled by default]
  129. NdisMoveMemory(skb->tail, pHeader802_3, HdrLen);
  130. ^
  131. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/string.h:4:0,
  132. from include/linux/string.h:17,
  133. from include/linux/bitmap.h:8,
  134. from include/linux/cpumask.h:11,
  135. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4,
  136. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  137. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  138. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  139. from include/linux/thread_info.h:54,
  140. from include/linux/preempt.h:9,
  141. from include/linux/spinlock.h:50,
  142. from include/linux/seqlock.h:29,
  143. from include/linux/time.h:5,
  144. from include/linux/stat.h:18,
  145. from include/linux/module.h:10,
  146. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:18,
  147. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42,
  148. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
  149. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:35:
  150. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
  151. void *memmove(void *dest, const void *src, size_t count);
  152. ^
  153. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:510:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast [enabled by default]
  154. NdisMoveMemory(skb->tail, pData, DataSize);
  155. ^
  156. In file included from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/string.h:4:0,
  157. from include/linux/string.h:17,
  158. from include/linux/bitmap.h:8,
  159. from include/linux/cpumask.h:11,
  160. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/cpumask.h:4,
  161. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/msr.h:10,
  162. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/processor.h:20,
  163. from /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/thread_info.h:22,
  164. from include/linux/thread_info.h:54,
  165. from include/linux/preempt.h:9,
  166. from include/linux/spinlock.h:50,
  167. from include/linux/seqlock.h:29,
  168. from include/linux/time.h:5,
  169. from include/linux/stat.h:18,
  170. from include/linux/module.h:10,
  171. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:18,
  172. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42,
  173. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
  174. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:35:
  175. /usr/src/linux-headers-3.11.0-12-generic/arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
  176. void *memmove(void *dest, const void *src, size_t count);
  177. ^
  178. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c: In function ‘ClonePacket’:
  179. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:662:20: warning: assignment makes integer from pointer without a cast [enabled by default]
  180. pClonedPkt->tail = pClonedPkt->data + pClonedPkt->len;
  181. ^
  182. In file included from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42:0,
  183. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
  184. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:35:
  185. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOsPktInit’:
  186. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:992:34: warning: assignment makes integer from pointer without a cast [enabled by default]
  187. ((RTPKT_TO_OSPKT(_pkt))->tail) = (PUCHAR)((_start) + (_len))
  188. ^
  189. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:681:2: note: in expansion of macro ‘SET_OS_PKT_DATATAIL’
  190. SET_OS_PKT_DATATAIL(pRxPkt, pData, DataSize);
  191. ^
  192. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c: In function ‘wlan_802_11_to_802_3_packet’:
  193. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:708:15: warning: assignment makes integer from pointer without a cast [enabled by default]
  194. pOSPkt->tail = pOSPkt->data + pOSPkt->len;
  195. ^
  196. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_main_dev.o
  197. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/ba_action.o
  198. In file included from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42:0,
  199. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
  200. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rt_config.h:36,
  201. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/ba_action.c:3:
  202. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/ba_action.c: In function ‘convert_reordering_packet_to_preAMSDU_or_802_3_packet’:
  203. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:992:34: warning: assignment makes integer from pointer without a cast [enabled by default]
  204. ((RTPKT_TO_OSPKT(_pkt))->tail) = (PUCHAR)((_start) + (_len))
  205. ^
  206. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:1035:2: note: in expansion of macro ‘SET_OS_PKT_DATATAIL’
  207. SET_OS_PKT_DATATAIL(__pRxPkt, __pData, __DataSize); \
  208. ^
  209. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/ba_action.c:1550:2: note: in expansion of macro ‘RTMP_OS_PKT_INIT’
  210. RTMP_OS_PKT_INIT(pRxBlk->pRxPacket,
  211. ^
  212. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rt_led.o
  213. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_mac_pci.o
  214. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_mac_pci.c: In function ‘RT28xxPciMlmeRadioOn’:
  215. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_mac_pci.c:2245:13: warning: unused variable ‘Cancelled’ [-Wunused-variable]
  216. BOOLEAN Cancelled;
  217. ^
  218. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_data_pci.o
  219. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_data_pci.c: In function ‘RTMPFreeTXDUponTxDmaDone’:
  220. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_data_pci.c:543:8: warning: unused variable ‘TXWISize’ [-Wunused-variable]
  221. UINT8 TXWISize = pAd->chipCap.TXWISize;
  222. ^
  223. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_data_pci.c: In function ‘RTMPHandleMgmtRingDmaDoneInterrupt’:
  224. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/cmm_data_pci.c:738:8: warning: unused variable ‘TXWISize’ [-Wunused-variable]
  225. UINT8 TXWISize = pAd->chipCap.TXWISize;
  226. ^
  227. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_rbus_pci_drv.o
  228. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_rbus_pci_drv.c: In function ‘RTMPInitPCIeDevice’:
  229. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_rbus_pci_drv.c:1349:22: warning: unused variable ‘Index’ [-Wunused-variable]
  230. UINT32 MacCsr0 = 0, Index= 0;
  231. ^
  232. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_mcu.o
  233. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_mcu.c: In function ‘RtmpAsicSendCommandToMcu’:
  234. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_mcu.c:464:8: warning: unused variable ‘offset’ [-Wunused-variable]
  235. ULONG offset;
  236. ^
  237. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rtmp_mcu.c:463:8: warning: unused variable ‘Configuration’ [-Wunused-variable]
  238. ULONG Configuration;
  239. ^
  240. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/ee_prom.o
  241. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/ee_efuse.o
  242. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../common/rt_rf.o
  243. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt30xx.o
  244. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.o
  245. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c: In function ‘RT3290_AsicTxAlcGetAutoAgcOffset’:
  246. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:1564:25: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  247. pTxPowerTuningEntry = &(TxPowerTuningTable[TuningTableIndex + TX_POWER_TUNING_ENTRY_OFFSET]);
  248. ^
  249. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c: In function ‘MlmeAntSelection’:
  250. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2489:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  251. DBGPRINT(RT_DEBUG_TRACE,("AntS: AvgTxErrorRatio = %d , TxErrorRatio = %d, AccuTxTotalCnt = %d, Rssi = %d\n",AvgTxErrorRatio, TxErrorRatio, AccuTxTotalCnt, Rssi));
  252. ^
  253. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2489:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘ULONG’ [-Wformat=]
  254. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2489:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘ULONG’ [-Wformat=]
  255. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2507:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  256. DBGPRINT(RT_DEBUG_TRACE, ("AntS: Train State: AntennaDiversityCount = %d\n", pAd->AntennaDiversityInfo.AntennaDiversityCount));
  257. ^
  258. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2522:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  259. DBGPRINT(RT_DEBUG_TRACE,("AntS, Ant 0, Tx: %d, Rx: %d\n",pAd->AntennaDiversityInfo.AntennaDiversityTxPacketCount[0],pAd->AntennaDiversityInfo.AntennaDiversityRxPacketCount[0]));
  260. ^
  261. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2522:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘ULONG’ [-Wformat=]
  262. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2523:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  263. DBGPRINT(RT_DEBUG_TRACE,("AntS, Ant 1, Tx: %d, Rx: %d\n",pAd->AntennaDiversityInfo.AntennaDiversityTxPacketCount[1],pAd->AntennaDiversityInfo.AntennaDiversityRxPacketCount[1]));
  264. ^
  265. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2523:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘ULONG’ [-Wformat=]
  266. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2526:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  267. DBGPRINT(RT_DEBUG_TRACE,("AntS: Train State: PER[Main] = %d, PER[Aux] = %d\n",pAd->AntennaDiversityInfo.AntennaDiversityPER[0],pAd->AntennaDiversityInfo.AntennaDiversityPER[1]));
  268. ^
  269. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2526:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘ULONG’ [-Wformat=]
  270. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2527:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  271. DBGPRINT(RT_DEBUG_TRACE,("AntS: TotalTxCount[Main] = %d, TotalTxCount[Aux] = %d\n",pAd->AntennaDiversityInfo.AntennaDiversityTxPacketCount[0],pAd->AntennaDiversityInfo.AntennaDiversityTxPacketCount[1]));
  272. ^
  273. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2527:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘ULONG’ [-Wformat=]
  274. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2528:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  275. DBGPRINT(RT_DEBUG_TRACE,("AntS: TotalRxCount[Main] = %d, TotalRxCount[Aux] = %d\n",pAd->AntennaDiversityInfo.AntennaDiversityRxPacketCount[0],pAd->AntennaDiversityInfo.AntennaDiversityRxPacketCount[1]));
  276. ^
  277. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2528:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘ULONG’ [-Wformat=]
  278. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2545:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  279. DBGPRINT(RT_DEBUG_TRACE,("AntS: AntSAuxDelta = %d, AntSRssiFactor = %d, AntSPERFactor = %d\n",
  280. ^
  281. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2545:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘ULONG’ [-Wformat=]
  282. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2545:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘ULONG’ [-Wformat=]
  283. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2559:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  284. DBGPRINT(RT_DEBUG_TRACE,("AntS: Good Rssi is at Main !! ++%d\n",(diffRssi*Ant0TotalPacket/pAd->StaCfg.AntSRssiFactor)));
  285. ^
  286. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2565:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  287. DBGPRINT(RT_DEBUG_TRACE,("AntS: Good Rssi is at Aux !!++%d\n",(diffRssi*Ant1TotalPacket/pAd->StaCfg.AntSRssiFactor)));
  288. ^
  289. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2574:8: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  290. DBGPRINT(RT_DEBUG_TRACE,("AntS: Good PER is at Main !! ++%d\n", (diffPER*Ant0TotalPacket/pAd->StaCfg.AntSPERFactor)));
  291. ^
  292. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2581:8: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  293. DBGPRINT(RT_DEBUG_TRACE,("AntS: Good PER is at Aux !! ++%d\n", (diffPER*Ant1TotalPacket/pAd->StaCfg.AntSPERFactor)));
  294. ^
  295. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2583:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  296. DBGPRINT(RT_DEBUG_TRACE,("AntS: Delta Packet = %d,%d, diffRssi = %d, diffPER = %d\n",(diffRssi*Ant0TotalPacket/pAd->StaCfg.AntSRssiFactor),(diffPER*Ant1TotalPacket/pAd->StaCfg.AntSPERFactor),diffRssi, diffPER));
  297. ^
  298. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2583:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘ULONG’ [-Wformat=]
  299. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2595:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  300. DBGPRINT(RT_DEBUG_TRACE,("AntS: Stop Train State: PER[Main] = %d, PER[Aux] = %d\n",pAd->AntennaDiversityInfo.AntennaDiversityPER[0],pAd->AntennaDiversityInfo.AntennaDiversityPER[1]));
  301. ^
  302. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2595:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘ULONG’ [-Wformat=]
  303. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2596:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  304. DBGPRINT(RT_DEBUG_TRACE,("AntS: TotalTxCount[Main] = %d, TotalTxCount[Aux] = %d\n",pAd->AntennaDiversityInfo.AntennaDiversityTxPacketCount[0],pAd->AntennaDiversityInfo.AntennaDiversityTxPacketCount[1]));
  305. ^
  306. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2596:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘ULONG’ [-Wformat=]
  307. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2597:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  308. DBGPRINT(RT_DEBUG_TRACE,("AntS: TotalRxCount[Main] = %d, TotalRxCount[Aux] = %d\n",pAd->AntennaDiversityInfo.AntennaDiversityRxPacketCount[0],pAd->AntennaDiversityInfo.AntennaDiversityRxPacketCount[1]));
  309. ^
  310. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:2597:6: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘ULONG’ [-Wformat=]
  311. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c: In function ‘BtCoexSetting’:
  312. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:3244:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘ULONG’ [-Wformat=]
  313. DBGPRINT(RT_DEBUG_TRACE, ("%s:COEX_MODE is active(Two Antenna Mode)!!! CoexMode = %d, BBPCurrentBW = %d, Rssi = %d, RfR49Value = 0x%x\n",
  314. ^
  315. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c: In function ‘Profile_TwoAnt’:
  316. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../chips/rt3290.c:4097:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘CMB_CTRL_STRUC’ [-Wformat=]
  317. printk("cmbCtrl = %x\n",cmbCtrl);
  318. ^
  319. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_pci_rbus.o
  320. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_rbus_pci_util.o
  321. CC [M] /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.o
  322. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.c:43:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rt2860_remove_one’
  323. static VOID __devexit rt2860_remove_one(struct pci_dev *pci_dev);
  324. ^
  325. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.c:44:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rt2860_probe’
  326. static INT __devinit rt2860_probe(struct pci_dev *pci_dev, const struct pci_device_id *ent);
  327. ^
  328. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.c:63:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__devinitdata’
  329. static struct pci_device_id rt2860_pci_tbl[] __devinitdata =
  330. ^
  331. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.c:85:17: error: ‘rt2860_pci_tbl’ undeclared here (not in a function)
  332. id_table: rt2860_pci_tbl,
  333. ^
  334. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.c:86:17: error: ‘rt2860_probe’ undeclared here (not in a function)
  335. probe: rt2860_probe,
  336. ^
  337. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.c:88:5: error: implicit declaration of function ‘__devexit_p’ [-Werror=implicit-function-declaration]
  338. remove: __devexit_p(rt2860_remove_one),
  339. ^
  340. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.c:88:29: error: ‘rt2860_remove_one’ undeclared here (not in a function)
  341. remove: __devexit_p(rt2860_remove_one),
  342. ^
  343. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.c:292:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rt2860_probe’
  344. static INT __devinit rt2860_probe(
  345. ^
  346. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.c:463:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rt2860_remove_one’
  347. static VOID __devexit rt2860_remove_one(
  348. ^
  349. In file included from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:18:0,
  350. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42,
  351. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
  352. from /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.c:32:
  353. include/linux/module.h:87:32: error: ‘__mod_pci_device_table’ aliased to undefined symbol ‘rt2860_pci_tbl’
  354. extern const struct gtype##_id __mod_##gtype##_table \
  355. ^
  356. include/linux/module.h:145:3: note: in expansion of macro ‘MODULE_GENERIC_TABLE’
  357. MODULE_GENERIC_TABLE(type##_device,name)
  358. ^
  359. /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.c:71:1: note: in expansion of macro ‘MODULE_DEVICE_TABLE’
  360. MODULE_DEVICE_TABLE(pci, rt2860_pci_tbl);
  361. ^
  362. cc1: some warnings being treated as errors
  363. make[2]: *** [/home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.o] Error 1
  364. make[1]: *** [_module_/home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux] Error 2
  365. make[1]: Leaving directory `/usr/src/linux-headers-3.11.0-12-generic'
  366. make: *** [LINUX] Error 2
  367. hans@ENVYdv7:~/misc/DPO_RT3290_LinuxSTA_V2600_20120508$ sudo make install
  368. [sudo] password for hans:
  369. make -C /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux -f Makefile.6 install
  370. mkdir: cannot create directory ‘/etc/Wireless’: File exists
  371. make[1]: Entering directory `/home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux'
  372. rm -rf /etc/Wireless/RT2860STA
  373. mkdir /etc/Wireless/RT2860STA
  374. cp /home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/RT2860STA.dat /etc/Wireless/RT2860STA/.
  375. install -d /lib/modules/3.11.0-12-generic/kernel/drivers/net/wireless/
  376. install -m 644 -c rt3290sta.ko /lib/modules/3.11.0-12-generic/kernel/drivers/net/wireless/
  377. install: cannot stat ‘rt3290sta.ko’: No such file or directory
  378. make[1]: *** [install] Error 1
  379. make[1]: Leaving directory `/home/hans/misc/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux'
  380. make: *** [install] Error 2
  381. hans@ENVYdv7:~/misc/DPO_RT3290_LinuxSTA_V2600_20120508$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement