From 6c5725b06d3af482ebd88277ef2524423c0c676f Mon Sep 17 00:00:00 2001 From: adrian Date: Mon, 18 Feb 2013 01:37:55 +0000 Subject: [PATCH] Disable this variable; the code using it is also disabled. --- sys/net80211/ieee80211_adhoc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/net80211/ieee80211_adhoc.c b/sys/net80211/ieee80211_adhoc.c index e504718d0fbb..ecf3a8793bf7 100644 --- a/sys/net80211/ieee80211_adhoc.c +++ b/sys/net80211/ieee80211_adhoc.c @@ -688,7 +688,9 @@ adhoc_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, 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];