802.11 mesh and super-G compilation issue

Michael Butler imb at protected-networks.net
Sun Jul 12 16:49:04 UTC 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

If 'options IEEE80211_SUPPORT_SUPERG' is used in a custom kernel
configuration, sys/net80211/ieee80211_mesh.c fails to compile.

Attached is a patch to include the relevant header so that it does.

	Michael

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (FreeBSD)

iEYEARECAAYFAkpaE/gACgkQQv9rrgRC1JLeiACggX1IHNNBfv5cjtLz6krLcyeE
Rs0An11Bh1AtHqHox9ew5M5Wc16hG+7F
=qGIS
-----END PGP SIGNATURE-----
-------------- next part --------------
*** src/sys/net80211/ieee80211_mesh.c~	Sat Jul 11 12:32:13 2009
--- src/sys/net80211/ieee80211_mesh.c	Sun Jul 12 12:15:22 2009
***************
*** 61,66 ****
--- 61,69 ----
  #include <net80211/ieee80211_action.h>
  #include <net80211/ieee80211_input.h>
  #include <net80211/ieee80211_mesh.h>
+ #ifdef IEEE80211_SUPPORT_SUPERG
+ #include <net80211/ieee80211_superg.h>
+ #endif
  
  static int	mesh_select_proto_path(struct ieee80211vap *, const char *);
  static int	mesh_select_proto_metric(struct ieee80211vap *, const char *);


More information about the freebsd-current mailing list