802.11 mesh and super-G compilation issue

From: Michael Butler <imb_at_protected-networks.net>
Date: Sun, 12 Jul 2009 12:48:56 -0400
-----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-----

*** 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 *);
Received on Sun Jul 12 2009 - 14:49:03 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:51 UTC