Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.49 KB | None | 0 0
  1. # make
  2. make -C tools
  3. make[1]: Entering directory `/opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools'
  4. gcc -g bin2h.c -o bin2h
  5. make[1]: Leaving directory `/opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools'
  6. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools/bin2h
  7. cp -f os/linux/Makefile.6 /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/Makefile
  8. make -C /lib/modules/3.13.0-24-generic/build SUBDIRS=/opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux modules
  9. make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
  10. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.o
  11. In file included from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_os.h:42:0,
  12. from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rt_config.h:72,
  13. from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.c:28:
  14. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.c: In function ‘MD5Final’:
  15. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.c:322:32: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
  16. NdisZeroMemory(pCtx, sizeof(pCtx)); // memory free
  17. ^
  18. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/rt_linux.h:452:76: note: in definition of macro ‘NdisZeroMemory’
  19. #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
  20. ^
  21. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.c: In function ‘SHAFinal’:
  22. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.c:621:32: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
  23. NdisZeroMemory(pCtx, sizeof(pCtx)); // memory free
  24. ^
  25. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/rt_linux.h:452:76: note: in definition of macro ‘NdisZeroMemory’
  26. #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
  27. ^
  28. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_sha2.o
  29. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_hmac.o
  30. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.o
  31. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c: In function ‘WscEncryptData’:
  32. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:1522:1: warning: the frame size of 1408 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  33. }
  34. ^
  35. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c: In function ‘WscDecryptData’:
  36. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:1592:1: warning: the frame size of 1408 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  37. }
  38. ^
  39. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c: In function ‘AES_GTK_KEY_WRAP’:
  40. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:2265:1: warning: the frame size of 1616 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  41. }
  42. ^
  43. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c: In function ‘AES_GTK_KEY_UNWRAP’:
  44. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.c:2348:1: warning: the frame size of 1140 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  45. }
  46. ^
  47. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_arc4.o
  48. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.o
  49. In file included from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_os.h:42:0,
  50. from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rt_config.h:72,
  51. from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:39:
  52. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c: In function ‘MlmeResetRalinkCounters’:
  53. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:896:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  54. (UINT32)&pAd->RalinkCounters.OneSecEnd -
  55. ^
  56. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/rt_linux.h:452:76: note: in definition of macro ‘NdisZeroMemory’
  57. #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
  58. ^
  59. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:897:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  60. (UINT32)&pAd->RalinkCounters.OneSecStart);
  61. ^
  62. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/rt_linux.h:452:76: note: in definition of macro ‘NdisZeroMemory’
  63. #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length)
  64. ^
  65. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c: In function ‘BssTableSetEntry’:
  66. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:5739:39: warning: operation on ‘Tab->BssOverlapNr’ may be undefined [-Wsequence-point]
  67. Tab->BssOverlapNr = (Tab->BssOverlapNr++) % MAX_LEN_OF_BSS_TABLE;
  68. ^
  69. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c: In function ‘BssTableSortByRssi’:
  70. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:6100:1: warning: the frame size of 1724 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  71. }
  72. ^
  73. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_wep.o
  74. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/action.o
  75. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_data.o
  76. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_init.o
  77. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_tkip.o
  78. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_aes.o
  79. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_sync.o
  80. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/eeprom.o
  81. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_sanity.o
  82. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_info.o
  83. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_cfg.o
  84. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_wpa.o
  85. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/dfs.o
  86. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/spectrum.o
  87. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/spectrum.c: In function ‘PeerMeasureReportAction’:
  88. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/spectrum.c:1977:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  89. DBGPRINT(RT_DEBUG_ERROR, ("%s unable to alloc memory for measure report buffer (size=%d).\n", __FUNCTION__, sizeof(MEASURE_RPI_REPORT)));
  90. ^
  91. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_timer.o
  92. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rt_channel.o
  93. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_profile.o
  94. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_asic.o
  95. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_cmd.o
  96. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/assoc.o
  97. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/auth.o
  98. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/auth_rsp.o
  99. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.o
  100. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c: In function ‘PeerBeaconAtScanAction’:
  101. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:764:1: warning: the frame size of 1280 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  102. }
  103. ^
  104. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c: In function ‘PeerBeaconAtJoinAction’:
  105. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:1094:1: warning: the frame size of 1328 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  106. }
  107. ^
  108. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c: In function ‘PeerBeacon’:
  109. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.c:1764:1: warning: the frame size of 1320 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  110. }
  111. ^
  112. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sanity.o
  113. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/rtmp_data.o
  114. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/connect.o
  115. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/connect.c: In function ‘CntlOidScanProc’:
  116. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/connect.c:355:1: warning: the frame size of 1760 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  117. }
  118. ^
  119. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/wpa.o
  120. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/ags.o
  121. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sta_cfg.o
  122. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_init_inf.o
  123. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_profile.o
  124. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.o
  125. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_siwencode’:
  126. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:1479:6: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses]
  127. if(!erq->flags & IW_ENCODE_MODE)
  128. ^
  129. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_siwmlme’:
  130. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:1979:1: warning: the frame size of 1664 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  131. }
  132. ^
  133. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_iwaplist’:
  134. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:599:1: warning: the frame size of 1304 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  135. }
  136. ^
  137. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c: In function ‘RTMPIoctlMAC’:
  138. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:5836:1: warning: the frame size of 1344 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  139. }
  140. ^
  141. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c: In function ‘RTMPIoctlE2PROM’:
  142. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:6035:1: warning: the frame size of 1344 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  143. }
  144. ^
  145. CC [M] /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.o
  146. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘duplicate_pkt’:
  147. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:477:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast [enabled by default]
  148. NdisMoveMemory(skb->tail, pHeader802_3, HdrLen);
  149. ^
  150. In file included from /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/string.h:4:0,
  151. from include/linux/string.h:17,
  152. from include/linux/bitmap.h:8,
  153. from include/linux/cpumask.h:11,
  154. from /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/cpumask.h:4,
  155. from /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/msr.h:10,
  156. from /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/processor.h:20,
  157. from /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/thread_info.h:22,
  158. from include/linux/thread_info.h:54,
  159. from /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/preempt.h:6,
  160. from include/linux/preempt.h:18,
  161. from include/linux/spinlock.h:50,
  162. from include/linux/seqlock.h:35,
  163. from include/linux/time.h:5,
  164. from include/linux/stat.h:18,
  165. from include/linux/module.h:10,
  166. from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/rt_linux.h:40,
  167. from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_os.h:42,
  168. from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rt_config.h:72,
  169. from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:28:
  170. /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
  171. void *memmove(void *dest, const void *src, size_t count);
  172. ^
  173. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:479:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast [enabled by default]
  174. NdisMoveMemory(skb->tail, pData, DataSize);
  175. ^
  176. In file included from /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/string.h:4:0,
  177. from include/linux/string.h:17,
  178. from include/linux/bitmap.h:8,
  179. from include/linux/cpumask.h:11,
  180. from /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/cpumask.h:4,
  181. from /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/msr.h:10,
  182. from /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/processor.h:20,
  183. from /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/thread_info.h:22,
  184. from include/linux/thread_info.h:54,
  185. from /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/preempt.h:6,
  186. from include/linux/preempt.h:18,
  187. from include/linux/spinlock.h:50,
  188. from include/linux/seqlock.h:35,
  189. from include/linux/time.h:5,
  190. from include/linux/stat.h:18,
  191. from include/linux/module.h:10,
  192. from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/rt_linux.h:40,
  193. from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_os.h:42,
  194. from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rt_config.h:72,
  195. from /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:28:
  196. /usr/src/linux-headers-3.13.0-24-generic/arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
  197. void *memmove(void *dest, const void *src, size_t count);
  198. ^
  199. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘ClonePacket’:
  200. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:629:23: warning: assignment makes integer from pointer without a cast [enabled by default]
  201. pClonedPkt->tail = pClonedPkt->data + pClonedPkt->len;
  202. ^
  203. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘update_os_packet_info’:
  204. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:651:15: warning: assignment makes integer from pointer without a cast [enabled by default]
  205. pOSPkt->tail = pOSPkt->data + pOSPkt->len;
  206. ^
  207. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘wlan_802_11_to_802_3_packet’:
  208. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:672:15: warning: assignment makes integer from pointer without a cast [enabled by default]
  209. pOSPkt->tail = pOSPkt->data + pOSPkt->len;
  210. ^
  211. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘send_monitor_packets’:
  212. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:945:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  213. DBGPRINT(RT_DEBUG_ERROR, ("%s : Size is too large! (%d)\n", __FUNCTION__, pRxBlk->DataSize + sizeof(wlan_ng_prism2_header)));
  214. ^
  215. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSFSInfoChange’:
  216. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1228:20: error: incompatible types when assigning to type ‘int’ from type ‘kuid_t’
  217. pOSFSInfo->fsuid = current_fsuid();
  218. ^
  219. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1229:20: error: incompatible types when assigning to type ‘int’ from type ‘kgid_t’
  220. pOSFSInfo->fsgid = current_fsgid();
  221. ^
  222. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSNetDevDetach’:
  223. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1694:38: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
  224. struct net_device_ops *pNetDevOps = pNetDev->netdev_ops;
  225. ^
  226. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSNetDevAttach’:
  227. /opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1731:38: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
  228. struct net_device_ops *pNetDevOps = pNetDev->netdev_ops;
  229. ^
  230. make[2]: *** [/opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.o] Error 1
  231. make[1]: *** [_module_/opt/PL-18N/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux] Error 2
  232. make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
  233. make: *** [LINUX] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement