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];
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to