Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2013 01:37:56 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246930 - head/sys/net80211
Message-ID:  <201302180137.r1I1buvL059396@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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];



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