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

This commit is contained in:
adrian 2013-02-18 01:37:55 +00:00
parent dd08c86f50
commit 6c5725b06d

View File

@ -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];