Advertisement
Guest User

msfellag

a guest
Apr 23rd, 2009
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.65 KB | None | 0 0
  1. Using ieee80211 subsystem version API v1 from:
  2.  
  3. Base: /lib/modules/2.6.29-ARCH/build/
  4. Path: /lib/modules/2.6.29-ARCH/build/include/
  5.  
  6. EXTRA_CFLAGS = -DIPW3945_COMPAT=1 -g -Wa,-adhlms=check_inc.lst
  7.  
  8. mkdir -p /home/fellag/Download/ipw3945-1.2.2/tmp/.tmp_versions
  9. make -C /lib/modules/2.6.29-ARCH/build M=/home/fellag/Download/ipw3945-1.2.2 MODVERDIR=/home/fellag/Download/ipw3945-1.2.2/tmp/.tmp_versions modules
  10. make[1]: Entering directory `/usr/src/linux-2.6.29-ARCH'
  11. CC [M] /home/fellag/Download/ipw3945-1.2.2/ipw3945.o
  12. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_print_rx_config_cmd�:
  13. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:2729: error: implicit declaration of function �MAC_ARG�
  14. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:2729: warning: too few arguments for format
  15. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:2731: warning: too few arguments for format
  16. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_start_association�:
  17. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:4444: warning: too few arguments for format
  18. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:4457: error: implicit declaration of function �ieee80211_tx_frame�
  19. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_queue_tx_free_tfd�:
  20. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:6410: error: �struct ieee80211_hdr� has no member named �frame_ctl�
  21. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_add_station�:
  22. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:6685: warning: too few arguments for format
  23. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_find_station�:
  24. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:6727: warning: too few arguments for format
  25. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_send_disassociate�:
  26. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:6769: warning: too few arguments for format
  27. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_find_adhoc_network�:
  28. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7521: error: implicit declaration of function �escape_essid�
  29. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7521: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  30. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7521: warning: too few arguments for format
  31. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7532: error: �NETWORK_EMPTY_ESSID� undeclared (first use in this function)
  32. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7532: error: (Each undeclared identifier is reported only once
  33. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7532: error: for each function it appears in.)
  34. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7533: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  35. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7533: warning: too few arguments for format
  36. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7547: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  37. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7547: warning: too few arguments for format
  38. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7567: warning: passing argument 2 of �strncpy� makes pointer from integer without a cast
  39. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7568: warning: too few arguments for format
  40. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7583: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  41. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7589: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  42. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7599: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  43. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7599: warning: too few arguments for format
  44. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7614: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  45. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7614: warning: too few arguments for format
  46. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7626: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  47. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7626: warning: format �%02x� expects type �unsigned int�, but argument 6 has type �char * const�
  48. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7626: warning: format �%02x� expects type �unsigned int�, but argument 7 has type �char * const�
  49. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7626: warning: too few arguments for format
  50. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7641: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  51. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7641: warning: too few arguments for format
  52. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7652: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  53. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7652: warning: too few arguments for format
  54. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7676: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  55. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7676: warning: too few arguments for format
  56. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7691: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  57. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7691: warning: too few arguments for format
  58. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_merge_adhoc_network�:
  59. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7728: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  60. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_best_network�:
  61. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7754: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  62. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7754: warning: too few arguments for format
  63. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7764: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  64. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7764: warning: too few arguments for format
  65. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7775: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  66. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7775: warning: too few arguments for format
  67. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7785: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  68. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7785: warning: too few arguments for format
  69. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7795: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  70. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7795: warning: too few arguments for format
  71. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7806: error: �NETWORK_EMPTY_ESSID� undeclared (first use in this function)
  72. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7807: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  73. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7807: warning: too few arguments for format
  74. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7821: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  75. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7821: warning: too few arguments for format
  76. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7841: warning: passing argument 2 of �strncpy� makes pointer from integer without a cast
  77. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7842: warning: too few arguments for format
  78. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7859: warning: passing argument 2 of �strncpy� makes pointer from integer without a cast
  79. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7860: warning: too few arguments for format
  80. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7875: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  81. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7875: warning: format �%02x� expects type �unsigned int�, but argument 6 has type �long unsigned int�
  82. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7875: warning: too few arguments for format
  83. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7888: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  84. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7888: warning: too few arguments for format
  85. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7903: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  86. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7903: warning: too few arguments for format
  87. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7915: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  88. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7915: warning: format �%02x� expects type �unsigned int�, but argument 6 has type �char * const�
  89. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7915: warning: format �%02x� expects type �unsigned int�, but argument 7 has type �char * const�
  90. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7915: warning: too few arguments for format
  91. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7931: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  92. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7931: warning: too few arguments for format
  93. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7942: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  94. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7942: warning: too few arguments for format
  95. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7966: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  96. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7966: warning: too few arguments for format
  97. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7981: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  98. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:7981: warning: too few arguments for format
  99. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_debug_config�:
  100. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:8122: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  101. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:8127: warning: too few arguments for format
  102. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_bg_request_scan�:
  103. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:8369: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  104. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:8424: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  105. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_bg_auth_work�:
  106. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9479: error: �struct ieee80211_device� has no member named �crypt�
  107. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9546: error: dereferencing pointer to incomplete type
  108. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9547: error: dereferencing pointer to incomplete type
  109. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9548: error: dereferencing pointer to incomplete type
  110. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9551: error: dereferencing pointer to incomplete type
  111. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9552: error: dereferencing pointer to incomplete type
  112. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_handle_probe_request�:
  113. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9671: error: �struct ieee80211_hdr� has no member named �frame_ctl�
  114. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_try_merge_network�:
  115. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9766: error: �NETWORK_EMPTY_ESSID� undeclared (first use in this function)
  116. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_handle_assoc_response�:
  117. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9892: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  118. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9892: warning: format �%02x� expects type �unsigned int�, but argument 6 has type �const char *�
  119. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9892: warning: too few arguments for format
  120. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9903: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  121. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9908: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  122. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9915: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  123. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:9915: warning: too few arguments for format
  124. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_associate_network�:
  125. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:10014: warning: format �%s� expects type �char *�, but argument 6 has type �int�
  126. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:10098: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  127. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:10098: warning: too few arguments for format
  128. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_handle_data_packet�:
  129. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:10322: error: �struct ieee80211_hdr� has no member named �frame_ctl�
  130. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_handle_reply_rx�:
  131. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:11305: warning: too few arguments for format
  132. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:11312: warning: too few arguments for format
  133. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_wx_set_wap�:
  134. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:12163: warning: too few arguments for format
  135. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_wx_get_wap�:
  136. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:12192: warning: too few arguments for format
  137. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_wx_set_essid�:
  138. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:12246: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  139. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_wx_get_essid�:
  140. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:12273: warning: format �%s� expects type �char *�, but argument 4 has type �int�
  141. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_wx_set_auth�:
  142. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13046: error: �struct ieee80211_device� has no member named �crypt�
  143. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13046: error: �struct ieee80211_device� has no member named �tx_keyidx�
  144. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13047: error: dereferencing pointer to incomplete type
  145. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13047: error: dereferencing pointer to incomplete type
  146. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13050: error: dereferencing pointer to incomplete type
  147. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13050: error: dereferencing pointer to incomplete type
  148. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13057: error: dereferencing pointer to incomplete type
  149. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13057: error: dereferencing pointer to incomplete type
  150. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_wx_get_auth�:
  151. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13143: error: �struct ieee80211_device� has no member named �crypt�
  152. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13143: error: �struct ieee80211_device� has no member named �tx_keyidx�
  153. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13144: error: dereferencing pointer to incomplete type
  154. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13144: error: dereferencing pointer to incomplete type
  155. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13147: error: dereferencing pointer to incomplete type
  156. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13147: error: dereferencing pointer to incomplete type
  157. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13154: error: dereferencing pointer to incomplete type
  158. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:13154: error: dereferencing pointer to incomplete type
  159. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_build_tx_cmd_hwcrypto�:
  160. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14908: error: �struct ieee80211_device� has no member named �crypt�
  161. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14910: error: dereferencing pointer to incomplete type
  162. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14911: error: dereferencing pointer to incomplete type
  163. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14912: error: dereferencing pointer to incomplete type
  164. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14913: error: dereferencing pointer to incomplete type
  165. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14914: error: dereferencing pointer to incomplete type
  166. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14920: error: �struct ieee80211_hdr� has no member named �frame_ctl�
  167. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14935: error: �struct ieee80211_hdr� has no member named �frame_ctl�
  168. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14944: error: �struct ieee80211_device� has no member named �tx_keyidx�
  169. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14946: error: �struct ieee80211_device� has no member named �tx_keyidx�
  170. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14949: error: �struct ieee80211_device� has no member named �tx_keyidx�
  171. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14949: error: �struct ieee80211_device� has no member named �tx_keyidx�
  172. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14949: error: �struct ieee80211_device� has no member named �tx_keyidx�
  173. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14949: error: �struct ieee80211_device� has no member named �tx_keyidx�
  174. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14949: error: �struct ieee80211_device� has no member named �tx_keyidx�
  175. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14953: error: �struct ieee80211_hdr� has no member named �frame_ctl�
  176. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:14955: error: �struct ieee80211_device� has no member named �tx_keyidx�
  177. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_tx_skb�:
  178. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:15020: warning: too few arguments for format
  179. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:15130: error: �struct ieee80211_hdr� has no member named �frame_ctl�
  180. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_net_set_mac_address�:
  181. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:15217: warning: too few arguments for format
  182. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_bg_assoc_state_retry�:
  183. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:15544: error: �struct ieee80211_hdr� has no member named �frame_ctl�
  184. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_up�:
  185. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c:16078: warning: too few arguments for format
  186. /home/fellag/Download/ipw3945-1.2.2/ipw3945.c: In function �ipw_pci_probe�:
  187. /home/fellag/Download/ipw39
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement