svn commit: r246930 - head/sys/net80211

Adrian Chadd adrian at FreeBSD.org
Mon Feb 18 01:37:56 UTC 2013


Author: adrian
Date: Mon Feb 18 01:37:55 2013
New Revision: 246930
URL: http://svnweb.freebsd.org/changeset/base/246930

Log:
  Disable this variable; the code using it is also disabled.

Modified:
  head/sys/net80211/ieee80211_adhoc.c

Modified: head/sys/net80211/ieee80211_adhoc.c
==============================================================================
--- head/sys/net80211/ieee80211_adhoc.c	Mon Feb 18 01:22:20 2013	(r246929)
+++ head/sys/net80211/ieee80211_adhoc.c	Mon Feb 18 01:37:55 2013	(r246930)
@@ -688,7 +688,9 @@ adhoc_recv_mgmt(struct ieee80211_node *n
 	struct ieee80211_frame *wh;
 	uint8_t *frm, *efrm, *sfrm;
 	uint8_t *ssid, *rates, *xrates;
+#if 0
 	int ht_state_change = 0;
+#endif
 
 	wh = mtod(m0, struct ieee80211_frame *);
 	frm = (uint8_t *)&wh[1];


More information about the svn-src-head mailing list