Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2009 12:48:56 -0400
From:      Michael Butler <imb@protected-networks.net>
To:        freebsd-current <freebsd-current@freebsd.org>
Subject:   802.11 mesh and super-G compilation issue
Message-ID:  <4A5A13F8.1030205@protected-networks.net>

index | next in thread | raw e-mail

[-- Attachment #1 --]
-----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-----

[-- Attachment #2 --]
*** 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 *);
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A5A13F8.1030205>