Advertisement
Guest User

Untitled

a guest
Feb 11th, 2015
592
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 66.77 KB | None | 0 0
  1. make
  2.   CC [M]  /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.o
  3. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:46:2: warning: initialization from incompatible pointer type [enabled by default]
  4.   .pre_doit = nl80211_pre_doit,
  5.   ^
  6. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:46:2: warning: (near initialization for ‘nl80211_fam.pre_doit’) [enabled by default]
  7. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:47:2: warning: initialization from incompatible pointer type [enabled by default]
  8.   .post_doit = nl80211_post_doit,
  9.   ^
  10. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:47:2: warning: (near initialization for ‘nl80211_fam.post_doit’) [enabled by default]
  11. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_notify_dev_rename’:
  12. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9535:25: error: ‘struct genl_multicast_group’ has no member named ‘id
  13.      nl80211_config_mcgrp.id, GFP_KERNEL);
  14.                          ^
  15. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9535:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  16.      nl80211_config_mcgrp.id, GFP_KERNEL);
  17.      ^
  18. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  19.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  20. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  21.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  22.                    ^
  23. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9535:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  24.      nl80211_config_mcgrp.id, GFP_KERNEL);
  25.      ^
  26. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  27.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  28. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  29.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  30.                    ^
  31. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9535:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  32.      nl80211_config_mcgrp.id, GFP_KERNEL);
  33.      ^
  34. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  35.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  36. include/net/genetlink.h:264:19: note: declared here
  37.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  38.                    ^
  39. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_scan_start’:
  40. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9645:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  41.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  42.                        ^
  43. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9645:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  44.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  45.      ^
  46. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  47.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  48. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  49.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  50.                    ^
  51. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9645:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  52.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  53.      ^
  54. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  55.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  56. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  57.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  58.                    ^
  59. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9645:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  60.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  61.      ^
  62. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  63.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  64. include/net/genetlink.h:264:19: note: declared here
  65.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  66.                    ^
  67. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_scan_done’:
  68. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9664:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  69.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  70.                        ^
  71. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9664:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  72.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  73.      ^
  74. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  75.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  76. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  77.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  78.                    ^
  79. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9664:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  80.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  81.      ^
  82. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  83.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  84. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  85.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  86.                    ^
  87. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9664:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  88.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  89.      ^
  90. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  91.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  92. include/net/genetlink.h:264:19: note: declared here
  93.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  94.                    ^
  95. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_scan_aborted’:
  96. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9683:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  97.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  98.                        ^
  99. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9683:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  100.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  101.      ^
  102. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  103.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  104. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  105.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  106.                    ^
  107. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9683:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  108.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  109.      ^
  110. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  111.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  112. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  113.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  114.                    ^
  115. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9683:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  116.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  117.      ^
  118. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  119.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  120. include/net/genetlink.h:264:19: note: declared here
  121.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  122.                    ^
  123. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_sched_scan_results’:
  124. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9702:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  125.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  126.                        ^
  127. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9702:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  128.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  129.      ^
  130. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  131.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  132. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  133.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  134.                    ^
  135. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9702:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  136.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  137.      ^
  138. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  139.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  140. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  141.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  142.                    ^
  143. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9702:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  144.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  145.      ^
  146. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  147.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  148. include/net/genetlink.h:264:19: note: declared here
  149.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  150.                    ^
  151. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_sched_scan’:
  152. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9720:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  153.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  154.                        ^
  155. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9720:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  156.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  157.      ^
  158. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  159.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  160. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  161.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  162.                    ^
  163. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9720:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  164.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  165.      ^
  166. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  167.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  168. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  169.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  170.                    ^
  171. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9720:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  172.      nl80211_scan_mcgrp.id, GFP_KERNEL);
  173.      ^
  174. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  175.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  176. include/net/genetlink.h:264:19: note: declared here
  177.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  178.                    ^
  179. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_reg_change_event’:
  180. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9774:58: error: ‘struct genl_multicast_group’ has no member named ‘id
  181.   genlmsg_multicast_allns(msg, 0, nl80211_regulatory_mcgrp.id,
  182.                                                           ^
  183. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9775:5: warning: passing argument 1 of ‘genlmsg_multicast_allns’ from incompatible pointer type [enabled by default]
  184.      GFP_ATOMIC);
  185.      ^
  186. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  187.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  188. include/net/genetlink.h:300:5: note: expected ‘struct genl_family *’ but argument is of type ‘struct sk_buff *
  189.  int genlmsg_multicast_allns(struct genl_family *family,
  190.      ^
  191. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9775:5: error: too few arguments to function ‘genlmsg_multicast_allns’
  192.      GFP_ATOMIC);
  193.      ^
  194. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  195.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  196. include/net/genetlink.h:300:5: note: declared here
  197.  int genlmsg_multicast_allns(struct genl_family *family,
  198.      ^
  199. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_mlme_event’:
  200. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9811:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  201.      nl80211_mlme_mcgrp.id, gfp);
  202.                        ^
  203. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9811:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  204.      nl80211_mlme_mcgrp.id, gfp);
  205.      ^
  206. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  207.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  208. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  209.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  210.                    ^
  211. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9811:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  212.      nl80211_mlme_mcgrp.id, gfp);
  213.      ^
  214. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  215.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  216. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  217.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  218.                    ^
  219. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9811:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  220.      nl80211_mlme_mcgrp.id, gfp);
  221.      ^
  222. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  223.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  224. include/net/genetlink.h:264:19: note: declared here
  225.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  226.                    ^
  227. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_mlme_timeout’:
  228. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9899:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  229.      nl80211_mlme_mcgrp.id, gfp);
  230.                        ^
  231. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9899:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  232.      nl80211_mlme_mcgrp.id, gfp);
  233.      ^
  234. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  235.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  236. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  237.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  238.                    ^
  239. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9899:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  240.      nl80211_mlme_mcgrp.id, gfp);
  241.      ^
  242. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  243.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  244. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  245.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  246.                    ^
  247. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9899:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  248.      nl80211_mlme_mcgrp.id, gfp);
  249.      ^
  250. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  251.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  252. include/net/genetlink.h:264:19: note: declared here
  253.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  254.                    ^
  255. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_connect_result’:
  256. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9955:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  257.      nl80211_mlme_mcgrp.id, gfp);
  258.                        ^
  259. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9955:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  260.      nl80211_mlme_mcgrp.id, gfp);
  261.      ^
  262. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  263.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  264. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  265.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  266.                    ^
  267. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9955:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  268.      nl80211_mlme_mcgrp.id, gfp);
  269.      ^
  270. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  271.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  272. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  273.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  274.                    ^
  275. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9955:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  276.      nl80211_mlme_mcgrp.id, gfp);
  277.      ^
  278. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  279.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  280. include/net/genetlink.h:264:19: note: declared here
  281.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  282.                    ^
  283. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_roamed’:
  284. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9994:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  285.      nl80211_mlme_mcgrp.id, gfp);
  286.                        ^
  287. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9994:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  288.      nl80211_mlme_mcgrp.id, gfp);
  289.      ^
  290. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  291.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  292. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  293.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  294.                    ^
  295. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9994:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  296.      nl80211_mlme_mcgrp.id, gfp);
  297.      ^
  298. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  299.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  300. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  301.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  302.                    ^
  303. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:9994:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  304.      nl80211_mlme_mcgrp.id, gfp);
  305.      ^
  306. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  307.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  308. include/net/genetlink.h:264:19: note: declared here
  309.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  310.                    ^
  311. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_disconnected’:
  312. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10032:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  313.      nl80211_mlme_mcgrp.id, GFP_KERNEL);
  314.                        ^
  315. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10032:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  316.      nl80211_mlme_mcgrp.id, GFP_KERNEL);
  317.      ^
  318. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  319.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  320. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  321.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  322.                    ^
  323. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10032:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  324.      nl80211_mlme_mcgrp.id, GFP_KERNEL);
  325.      ^
  326. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  327.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  328. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  329.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  330.                    ^
  331. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10032:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  332.      nl80211_mlme_mcgrp.id, GFP_KERNEL);
  333.      ^
  334. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  335.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  336. include/net/genetlink.h:264:19: note: declared here
  337.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  338.                    ^
  339. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_ibss_bssid’:
  340. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10066:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  341.      nl80211_mlme_mcgrp.id, gfp);
  342.                        ^
  343. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10066:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  344.      nl80211_mlme_mcgrp.id, gfp);
  345.      ^
  346. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  347.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  348. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  349.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  350.                    ^
  351. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10066:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  352.      nl80211_mlme_mcgrp.id, gfp);
  353.      ^
  354. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  355.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  356. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  357.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  358.                    ^
  359. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10066:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  360.      nl80211_mlme_mcgrp.id, gfp);
  361.      ^
  362. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  363.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  364. include/net/genetlink.h:264:19: note: declared here
  365.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  366.                    ^
  367. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘cfg80211_notify_new_peer_candidate’:
  368. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10107:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  369.      nl80211_mlme_mcgrp.id, gfp);
  370.                        ^
  371. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10107:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  372.      nl80211_mlme_mcgrp.id, gfp);
  373.      ^
  374. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  375.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  376. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  377.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  378.                    ^
  379. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10107:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  380.      nl80211_mlme_mcgrp.id, gfp);
  381.      ^
  382. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  383.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  384. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  385.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  386.                    ^
  387. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10107:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  388.      nl80211_mlme_mcgrp.id, gfp);
  389.      ^
  390. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  391.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  392. include/net/genetlink.h:264:19: note: declared here
  393.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  394.                    ^
  395. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_michael_mic_failure’:
  396. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10146:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  397.      nl80211_mlme_mcgrp.id, gfp);
  398.                        ^
  399. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10146:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  400.      nl80211_mlme_mcgrp.id, gfp);
  401.      ^
  402. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  403.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  404. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  405.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  406.                    ^
  407. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10146:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  408.      nl80211_mlme_mcgrp.id, gfp);
  409.      ^
  410. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  411.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  412. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  413.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  414.                    ^
  415. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10146:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  416.      nl80211_mlme_mcgrp.id, gfp);
  417.      ^
  418. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  419.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  420. include/net/genetlink.h:264:19: note: declared here
  421.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  422.                    ^
  423. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_beacon_hint_event’:
  424. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10198:58: error: ‘struct genl_multicast_group’ has no member named ‘id
  425.   genlmsg_multicast_allns(msg, 0, nl80211_regulatory_mcgrp.id,
  426.                                                           ^
  427. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10199:5: warning: passing argument 1 of ‘genlmsg_multicast_allns’ from incompatible pointer type [enabled by default]
  428.      GFP_ATOMIC);
  429.      ^
  430. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  431.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  432. include/net/genetlink.h:300:5: note: expected ‘struct genl_family *’ but argument is of type ‘struct sk_buff *
  433.  int genlmsg_multicast_allns(struct genl_family *family,
  434.      ^
  435. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10199:5: error: too few arguments to function ‘genlmsg_multicast_allns’
  436.      GFP_ATOMIC);
  437.      ^
  438. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  439.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  440. include/net/genetlink.h:300:5: note: declared here
  441.  int genlmsg_multicast_allns(struct genl_family *family,
  442.      ^
  443. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_send_remain_on_chan_event’:
  444. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10245:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  445.      nl80211_mlme_mcgrp.id, gfp);
  446.                        ^
  447. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10245:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  448.      nl80211_mlme_mcgrp.id, gfp);
  449.      ^
  450. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  451.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  452. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  453.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  454.                    ^
  455. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10245:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  456.      nl80211_mlme_mcgrp.id, gfp);
  457.      ^
  458. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  459.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  460. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  461.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  462.                    ^
  463. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10245:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  464.      nl80211_mlme_mcgrp.id, gfp);
  465.      ^
  466. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  467.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  468. include/net/genetlink.h:264:19: note: declared here
  469.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  470.                    ^
  471. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘cfg80211_new_sta’:
  472. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10300:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  473.      nl80211_mlme_mcgrp.id, gfp);
  474.                        ^
  475. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10300:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  476.      nl80211_mlme_mcgrp.id, gfp);
  477.      ^
  478. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  479.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  480. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  481.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  482.                    ^
  483. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10300:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  484.      nl80211_mlme_mcgrp.id, gfp);
  485.      ^
  486. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  487.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  488. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  489.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  490.                    ^
  491. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10300:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  492.      nl80211_mlme_mcgrp.id, gfp);
  493.      ^
  494. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  495.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  496. include/net/genetlink.h:264:19: note: declared here
  497.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  498.                    ^
  499. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘cfg80211_del_sta’:
  500. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10330:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  501.      nl80211_mlme_mcgrp.id, gfp);
  502.                        ^
  503. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10330:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  504.      nl80211_mlme_mcgrp.id, gfp);
  505.      ^
  506. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  507.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  508. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  509.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  510.                    ^
  511. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10330:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  512.      nl80211_mlme_mcgrp.id, gfp);
  513.      ^
  514. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  515.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  516. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  517.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  518.                    ^
  519. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10330:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  520.      nl80211_mlme_mcgrp.id, gfp);
  521.      ^
  522. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  523.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  524. include/net/genetlink.h:264:19: note: declared here
  525.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  526.                    ^
  527. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘cfg80211_conn_failed’:
  528. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10366:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  529.      nl80211_mlme_mcgrp.id, gfp);
  530.                        ^
  531. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10366:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  532.      nl80211_mlme_mcgrp.id, gfp);
  533.      ^
  534. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  535.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  536. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  537.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  538.                    ^
  539. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10366:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  540.      nl80211_mlme_mcgrp.id, gfp);
  541.      ^
  542. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  543.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  544. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  545.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  546.                    ^
  547. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10366:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  548.      nl80211_mlme_mcgrp.id, gfp);
  549.      ^
  550. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  551.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  552. include/net/genetlink.h:264:19: note: declared here
  553.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  554.                    ^
  555. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘cfg80211_mgmt_tx_status’:
  556. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10528:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  557.      nl80211_mlme_mcgrp.id, gfp);
  558.                        ^
  559. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10528:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  560.      nl80211_mlme_mcgrp.id, gfp);
  561.      ^
  562. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  563.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  564. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  565.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  566.                    ^
  567. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10528:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  568.      nl80211_mlme_mcgrp.id, gfp);
  569.      ^
  570. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  571.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  572. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  573.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  574.                    ^
  575. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10528:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  576.      nl80211_mlme_mcgrp.id, gfp);
  577.      ^
  578. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  579.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  580. include/net/genetlink.h:264:19: note: declared here
  581.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  582.                    ^
  583. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘cfg80211_cqm_rssi_notify’:
  584. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10577:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  585.      nl80211_mlme_mcgrp.id, gfp);
  586.                        ^
  587. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10577:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  588.      nl80211_mlme_mcgrp.id, gfp);
  589.      ^
  590. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  591.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  592. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  593.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  594.                    ^
  595. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10577:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  596.      nl80211_mlme_mcgrp.id, gfp);
  597.      ^
  598. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  599.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  600. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  601.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  602.                    ^
  603. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10577:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  604.      nl80211_mlme_mcgrp.id, gfp);
  605.      ^
  606. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  607.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  608. include/net/genetlink.h:264:19: note: declared here
  609.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  610.                    ^
  611. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_gtk_rekey_notify’:
  612. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10622:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  613.      nl80211_mlme_mcgrp.id, gfp);
  614.                        ^
  615. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10622:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  616.      nl80211_mlme_mcgrp.id, gfp);
  617.      ^
  618. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  619.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  620. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  621.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  622.                    ^
  623. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10622:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  624.      nl80211_mlme_mcgrp.id, gfp);
  625.      ^
  626. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  627.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  628. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  629.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  630.                    ^
  631. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10622:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  632.      nl80211_mlme_mcgrp.id, gfp);
  633.      ^
  634. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  635.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  636. include/net/genetlink.h:264:19: note: declared here
  637.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  638.                    ^
  639. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_pmksa_candidate_notify’:
  640. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10680:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  641.      nl80211_mlme_mcgrp.id, gfp);
  642.                        ^
  643. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10680:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  644.      nl80211_mlme_mcgrp.id, gfp);
  645.      ^
  646. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  647.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  648. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  649.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  650.                    ^
  651. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10680:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  652.      nl80211_mlme_mcgrp.id, gfp);
  653.      ^
  654. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  655.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  656. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  657.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  658.                    ^
  659. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10680:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  660.      nl80211_mlme_mcgrp.id, gfp);
  661.      ^
  662. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  663.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  664. include/net/genetlink.h:264:19: note: declared here
  665.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  666.                    ^
  667. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_ch_switch_notify’:
  668. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10727:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  669.      nl80211_mlme_mcgrp.id, gfp);
  670.                        ^
  671. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10727:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  672.      nl80211_mlme_mcgrp.id, gfp);
  673.      ^
  674. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  675.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  676. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  677.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  678.                    ^
  679. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10727:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  680.      nl80211_mlme_mcgrp.id, gfp);
  681.      ^
  682. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  683.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  684. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  685.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  686.                    ^
  687. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10727:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  688.      nl80211_mlme_mcgrp.id, gfp);
  689.      ^
  690. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  691.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  692. include/net/genetlink.h:264:19: note: declared here
  693.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  694.                    ^
  695. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘cfg80211_cqm_txe_notify’:
  696. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10802:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  697.      nl80211_mlme_mcgrp.id, gfp);
  698.                        ^
  699. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10802:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  700.      nl80211_mlme_mcgrp.id, gfp);
  701.      ^
  702. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  703.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  704. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  705.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  706.                    ^
  707. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10802:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  708.      nl80211_mlme_mcgrp.id, gfp);
  709.      ^
  710. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  711.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  712. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  713.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  714.                    ^
  715. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10802:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  716.      nl80211_mlme_mcgrp.id, gfp);
  717.      ^
  718. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  719.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  720. include/net/genetlink.h:264:19: note: declared here
  721.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  722.                    ^
  723. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_radar_notify’:
  724. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10851:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  725.      nl80211_mlme_mcgrp.id, gfp);
  726.                        ^
  727. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10851:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  728.      nl80211_mlme_mcgrp.id, gfp);
  729.      ^
  730. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  731.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  732. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  733.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  734.                    ^
  735. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10851:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  736.      nl80211_mlme_mcgrp.id, gfp);
  737.      ^
  738. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  739.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  740. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  741.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  742.                    ^
  743. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10851:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  744.      nl80211_mlme_mcgrp.id, gfp);
  745.      ^
  746. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  747.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  748. include/net/genetlink.h:264:19: note: declared here
  749.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  750.                    ^
  751. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘cfg80211_cqm_pktloss_notify’:
  752. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10898:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  753.      nl80211_mlme_mcgrp.id, gfp);
  754.                        ^
  755. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10898:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  756.      nl80211_mlme_mcgrp.id, gfp);
  757.      ^
  758. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  759.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  760. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  761.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  762.                    ^
  763. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10898:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  764.      nl80211_mlme_mcgrp.id, gfp);
  765.      ^
  766. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  767.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  768. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  769.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  770.                    ^
  771. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10898:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  772.      nl80211_mlme_mcgrp.id, gfp);
  773.      ^
  774. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  775.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  776. include/net/genetlink.h:264:19: note: declared here
  777.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  778.                    ^
  779. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘cfg80211_probe_status’:
  780. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10938:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  781.      nl80211_mlme_mcgrp.id, gfp);
  782.                        ^
  783. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10938:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  784.      nl80211_mlme_mcgrp.id, gfp);
  785.      ^
  786. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  787.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  788. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  789.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  790.                    ^
  791. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10938:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  792.      nl80211_mlme_mcgrp.id, gfp);
  793.      ^
  794. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  795.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  796. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  797.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  798.                    ^
  799. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:10938:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  800.      nl80211_mlme_mcgrp.id, gfp);
  801.      ^
  802. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  803.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  804. include/net/genetlink.h:264:19: note: declared here
  805.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  806.                    ^
  807. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘cfg80211_report_wowlan_wakeup’:
  808. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11090:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  809.      nl80211_mlme_mcgrp.id, gfp);
  810.                        ^
  811. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11090:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  812.      nl80211_mlme_mcgrp.id, gfp);
  813.      ^
  814. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  815.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  816. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  817.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  818.                    ^
  819. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11090:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  820.      nl80211_mlme_mcgrp.id, gfp);
  821.      ^
  822. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  823.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  824. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  825.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  826.                    ^
  827. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11090:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  828.      nl80211_mlme_mcgrp.id, gfp);
  829.      ^
  830. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  831.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  832. include/net/genetlink.h:264:19: note: declared here
  833.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  834.                    ^
  835. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘cfg80211_tdls_oper_request’:
  836. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11132:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  837.      nl80211_mlme_mcgrp.id, gfp);
  838.                        ^
  839. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11132:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  840.      nl80211_mlme_mcgrp.id, gfp);
  841.      ^
  842. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  843.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  844. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  845.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  846.                    ^
  847. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11132:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  848.      nl80211_mlme_mcgrp.id, gfp);
  849.      ^
  850. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  851.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  852. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  853.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  854.                    ^
  855. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11132:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  856.      nl80211_mlme_mcgrp.id, gfp);
  857.      ^
  858. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  859.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  860. include/net/genetlink.h:264:19: note: declared here
  861.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  862.                    ^
  863. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘cfg80211_ft_event’:
  864. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11215:23: error: ‘struct genl_multicast_group’ has no member named ‘id
  865.      nl80211_mlme_mcgrp.id, GFP_KERNEL);
  866.                        ^
  867. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11215:5: warning: passing argument 1 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  868.      nl80211_mlme_mcgrp.id, GFP_KERNEL);
  869.      ^
  870. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  871.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  872. include/net/genetlink.h:264:19: note: expected ‘struct genl_family *’ but argument is of type ‘struct net *
  873.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  874.                    ^
  875. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11215:5: warning: passing argument 2 of ‘genlmsg_multicast_netns’ from incompatible pointer type [enabled by default]
  876.      nl80211_mlme_mcgrp.id, GFP_KERNEL);
  877.      ^
  878. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  879.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  880. include/net/genetlink.h:264:19: note: expected ‘struct net *’ but argument is of type ‘struct sk_buff *
  881.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  882.                    ^
  883. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11215:5: error: too few arguments to function ‘genlmsg_multicast_netns’
  884.      nl80211_mlme_mcgrp.id, GFP_KERNEL);
  885.      ^
  886. In file included from /home/koli/Downloads/backports-3.12.2-1/backport-include/net/genetlink.h:3:0,
  887.                  from /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:19:
  888. include/net/genetlink.h:264:19: note: declared here
  889.  static inline int genlmsg_multicast_netns(struct genl_family *family,
  890.                    ^
  891. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: In function ‘nl80211_init’:
  892. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11265:39: error: macro "genl_register_family_with_ops" passed 3 arguments, but takes just 2
  893.    nl80211_ops, ARRAY_SIZE(nl80211_ops));
  894.                                        ^
  895. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11264:8: error: ‘genl_register_family_with_ops’ undeclared (first use in this function)
  896.   err = genl_register_family_with_ops(&nl80211_fam,
  897.         ^
  898. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11264:8: note: each undeclared identifier is reported only once for each function it appears in
  899. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:11269:2: error: implicit declaration of function ‘genl_register_mc_group’ [-Werror=implicit-function-declaration]
  900.   err = genl_register_mc_group(&nl80211_fam, &nl80211_config_mcgrp);
  901.   ^
  902. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c: At top level:
  903. /home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.c:8874:24: warning: ‘nl80211_ops’ defined but not used [-Wunused-variable]
  904.  static struct genl_ops nl80211_ops[] = {
  905.                         ^
  906. cc1: some warnings being treated as errors
  907. make[6]: *** [/home/koli/Downloads/backports-3.12.2-1/net/wireless/nl80211.o] Error 1
  908. make[5]: *** [/home/koli/Downloads/backports-3.12.2-1/net/wireless] Error 2
  909. make[4]: *** [_module_/home/koli/Downloads/backports-3.12.2-1] Error 2
  910. make[3]: *** [modules] Error 2
  911. make[2]: *** [modules] Error 2
  912. make[1]: *** [modules] Error 2
  913. make: *** [default] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement