Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 KB | None | 0 0
  1. make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.9.0-kali3-amd64/build M=/root/Desktop/mt7610u-master modules
  2. make[1]: Entering directory '/usr/src/linux-headers-4.9.0-kali3-amd64'
  3. CC [M] /root/Desktop/mt7610u-master/sta/assoc.o
  4. CC [M] /root/Desktop/mt7610u-master/sta/auth.o
  5. CC [M] /root/Desktop/mt7610u-master/sta/auth_rsp.o
  6. CC [M] /root/Desktop/mt7610u-master/sta/sync.o
  7. CC [M] /root/Desktop/mt7610u-master/sta/sanity.o
  8. CC [M] /root/Desktop/mt7610u-master/sta/rtmp_data.o
  9. CC [M] /root/Desktop/mt7610u-master/sta/connect.o
  10. CC [M] /root/Desktop/mt7610u-master/sta/wpa.o
  11. CC [M] /root/Desktop/mt7610u-master/sta/sta_cfg.o
  12. /root/Desktop/mt7610u-master/sta/sta_cfg.c: In function ‘Set_EncrypType_Proc’:
  13. /root/Desktop/mt7610u-master/sta/sta_cfg.c:401:5: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
  14. else
  15. ^~~~
  16. /root/Desktop/mt7610u-master/sta/sta_cfg.c:404:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘else’
  17. if (pAd->StaCfg.BssType == BSS_ADHOC)
  18. ^~
  19. /root/Desktop/mt7610u-master/sta/sta_cfg.c: In function ‘RtmpIoctl_rt_ioctl_siwfreq’:
  20. /root/Desktop/mt7610u-master/sta/sta_cfg.c:1474:5: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
  21. else
  22. ^~~~
  23. /root/Desktop/mt7610u-master/sta/sta_cfg.c:1477:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘else’
  24. return NDIS_STATUS_SUCCESS;
  25. ^~~~~~
  26. /root/Desktop/mt7610u-master/sta/sta_cfg.c: In function ‘RtmpIoctl_rt_ioctl_giwrate’:
  27. /root/Desktop/mt7610u-master/sta/sta_cfg.c:3274:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  28. if (rate_index >= rate_count)
  29. ^~
  30. /root/Desktop/mt7610u-master/sta/sta_cfg.c:3277:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  31. *(ULONG *)pData = ralinkrate[rate_index] * 500000;
  32. ^
  33. CC [M] /root/Desktop/mt7610u-master/mgmt/mgmt_vht.o
  34. CC [M] /root/Desktop/mt7610u-master/common/vht.o
  35. CC [M] /root/Desktop/mt7610u-master/common/crypt_md5.o
  36. CC [M] /root/Desktop/mt7610u-master/common/crypt_sha2.o
  37. CC [M] /root/Desktop/mt7610u-master/common/crypt_hmac.o
  38. CC [M] /root/Desktop/mt7610u-master/common/crypt_aes.o
  39. CC [M] /root/Desktop/mt7610u-master/common/crypt_arc4.o
  40. CC [M] /root/Desktop/mt7610u-master/common/mlme.o
  41. CC [M] /root/Desktop/mt7610u-master/common/cmm_wep.o
  42. CC [M] /root/Desktop/mt7610u-master/common/action.o
  43. CC [M] /root/Desktop/mt7610u-master/common/cmm_data.o
  44. CC [M] /root/Desktop/mt7610u-master/common/rtmp_init.o
  45. CC [M] /root/Desktop/mt7610u-master/common/rtmp_init_inf.o
  46. CC [M] /root/Desktop/mt7610u-master/common/cmm_tkip.o
  47. CC [M] /root/Desktop/mt7610u-master/common/cmm_aes.o
  48. CC [M] /root/Desktop/mt7610u-master/common/cmm_sync.o
  49. /root/Desktop/mt7610u-master/common/cmm_sync.c: In function ‘BuildChannelList’:
  50. /root/Desktop/mt7610u-master/common/cmm_sync.c:112:6: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  51. if (pChannelList[i] == pAd->TxPower[j].Channel)
  52. ^~
  53. /root/Desktop/mt7610u-master/common/cmm_sync.c:114:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  54. pAd->ChannelList[index + i].Flags = pChannelListFlag[i];
  55. ^~~
  56. /root/Desktop/mt7610u-master/common/cmm_sync.c:185:6: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  57. if (pChannelList[i] == pAd->TxPower[j].Channel)
  58. ^~
  59. /root/Desktop/mt7610u-master/common/cmm_sync.c:187:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  60. pAd->ChannelList[index + i].Flags = pChannelListFlag[i];
  61. ^~~
  62. CC [M] /root/Desktop/mt7610u-master/common/cmm_sanity.o
  63. CC [M] /root/Desktop/mt7610u-master/common/cmm_info.o
  64. /root/Desktop/mt7610u-master/common/cmm_info.c: In function ‘GetEncryptType’:
  65. /root/Desktop/mt7610u-master/common/cmm_info.c:1201:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  66. if(enc == Ndis802_11Encryption3Enabled)
  67. ^~
  68. /root/Desktop/mt7610u-master/common/cmm_info.c:1203:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  69. if(enc == Ndis802_11Encryption4Enabled)
  70. ^~
  71. /root/Desktop/mt7610u-master/common/cmm_info.c: In function ‘GetAuthMode’:
  72. /root/Desktop/mt7610u-master/common/cmm_info.c:1213:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  73. if(auth == Ndis802_11AuthModeShared)
  74. ^~
  75. /root/Desktop/mt7610u-master/common/cmm_info.c:1215:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  76. if(auth == Ndis802_11AuthModeAutoSwitch)
  77. ^~
  78. /root/Desktop/mt7610u-master/common/cmm_info.c:1225:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  79. if(auth == Ndis802_11AuthModeWPA2PSK)
  80. ^~
  81. /root/Desktop/mt7610u-master/common/cmm_info.c:1227:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  82. if(auth == Ndis802_11AuthModeWPA1WPA2)
  83. ^~
  84. CC [M] /root/Desktop/mt7610u-master/common/cmm_cfg.o
  85. CC [M] /root/Desktop/mt7610u-master/common/cmm_wpa.o
  86. /root/Desktop/mt7610u-master/common/cmm_wpa.c: In function ‘RTMPToWirelessSta’:
  87. /root/Desktop/mt7610u-master/common/cmm_wpa.c:387:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  88. if (pPacket == NULL)
  89. ^~
  90. /root/Desktop/mt7610u-master/common/cmm_wpa.c:391:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  91. if (bClearFrame)
  92. ^~
  93. /root/Desktop/mt7610u-master/common/cmm_wpa.c: In function ‘WPAStart2WayGroupHS’:
  94. /root/Desktop/mt7610u-master/common/cmm_wpa.c:1229:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  95. if ((!pEntry) || !IS_ENTRY_CLIENT(pEntry))
  96. ^~
  97. /root/Desktop/mt7610u-master/common/cmm_wpa.c:1234:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  98. mpool = kmalloc(TX_EAPOL_BUFFER, GFP_ATOMIC);
  99. ^~~~~
  100. CC [M] /root/Desktop/mt7610u-master/common/cmm_radar.o
  101. CC [M] /root/Desktop/mt7610u-master/common/spectrum.o
  102. CC [M] /root/Desktop/mt7610u-master/common/rtmp_timer.o
  103. CC [M] /root/Desktop/mt7610u-master/common/rt_channel.o
  104. CC [M] /root/Desktop/mt7610u-master/common/cmm_profile.o
  105. CC [M] /root/Desktop/mt7610u-master/common/cmm_asic.o
  106. CC [M] /root/Desktop/mt7610u-master/common/scan.o
  107. CC [M] /root/Desktop/mt7610u-master/common/cmm_cmd.o
  108. CC [M] /root/Desktop/mt7610u-master/common/uapsd.o
  109. CC [M] /root/Desktop/mt7610u-master/common/ps.o
  110. CC [M] /root/Desktop/mt7610u-master/rate_ctrl/ra_ctrl.o
  111. CC [M] /root/Desktop/mt7610u-master/rate_ctrl/alg_legacy.o
  112. CC [M] /root/Desktop/mt7610u-master/rate_ctrl/alg_ags.o
  113. CC [M] /root/Desktop/mt7610u-master/chips/rtmp_chip.o
  114. CC [M] /root/Desktop/mt7610u-master/common/txpower.o
  115. CC [M] /root/Desktop/mt7610u-master/mac/rtmp_mac.o
  116. CC [M] /root/Desktop/mt7610u-master/mgmt/mgmt_entrytb.o
  117. CC [M] /root/Desktop/mt7610u-master/phy/rtmp_phy.o
  118. CC [M] /root/Desktop/mt7610u-master/phy/rlt_phy.o
  119. CC [M] /root/Desktop/mt7610u-master/phy/rlt_rf.o
  120. CC [M] /root/Desktop/mt7610u-master/rate_ctrl/alg_grp.o
  121. /root/Desktop/mt7610u-master/rate_ctrl/alg_grp.c: In function ‘StaQuickResponeForRateUpExecAdapt’:
  122. /root/Desktop/mt7610u-master/rate_ctrl/alg_grp.c:1064:38: warning: comparison of constant ‘2’ with boolean expression is always false [-Wbool-compare]
  123. else if (pAd->CommonCfg.TrainUpRule==2 && Rssi<=pAd->CommonCfg.TrainUpRuleRSSI)
  124. ^~
  125. /root/Desktop/mt7610u-master/rate_ctrl/alg_grp.c:1068:38: warning: comparison of constant ‘3’ with boolean expression is always false [-Wbool-compare]
  126. else if (pAd->CommonCfg.TrainUpRule==3 && Rssi<=pAd->CommonCfg.TrainUpRuleRSSI)
  127. ^~
  128. CC [M] /root/Desktop/mt7610u-master/common/ba_action.o
  129. CC [M] /root/Desktop/mt7610u-master/mgmt/mgmt_ht.o
  130. CC [M] /root/Desktop/mt7610u-master/common/rt_os_util.o
  131. CC [M] /root/Desktop/mt7610u-master/common/rt_led.o
  132. CC [M] /root/Desktop/mt7610u-master/common/cmm_mac_usb.o
  133. /root/Desktop/mt7610u-master/common/cmm_mac_usb.c: In function ‘RTMPFreeTxRxRingMemory’:
  134. /root/Desktop/mt7610u-master/common/cmm_mac_usb.c:257:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  135. if (pHTTXContext)
  136. ^~
  137. /root/Desktop/mt7610u-master/common/cmm_mac_usb.c:264:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  138. if (pCmdRspEventContext->CmdRspBuffer) {
  139. ^~
  140. CC [M] /root/Desktop/mt7610u-master/common/cmm_data_usb.o
  141. CC [M] /root/Desktop/mt7610u-master/common/rtusb_io.o
  142. CC [M] /root/Desktop/mt7610u-master/common/rtusb_data.o
  143. CC [M] /root/Desktop/mt7610u-master/common/rtusb_bulk.o
  144. CC [M] /root/Desktop/mt7610u-master/common/rt_rf.o
  145. CC [M] /root/Desktop/mt7610u-master/chips/rt65xx.o
  146. CC [M] /root/Desktop/mt7610u-master/chips/mt76x0.o
  147. CC [M] /root/Desktop/mt7610u-master/mac/ral_nmac.o
  148. CC [M] /root/Desktop/mt7610u-master/mcu/mcu.o
  149. CC [M] /root/Desktop/mt7610u-master/mcu/mcu_and.o
  150. CC [M] /root/Desktop/mt7610u-master/common/frq_cal.o
  151. LD [M] /root/Desktop/mt7610u-master/mt7610u.o
  152. Building modules, stage 2.
  153. MODPOST 1 modules
  154. LD [M] /root/Desktop/mt7610u-master/mt7610u.ko
  155. make[1]: Leaving directory '/usr/src/linux-headers-4.9.0-kali3-amd64'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement