mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disable this variable; the code using it is also disabled.
This commit is contained in:
parent
837a2c513d
commit
341177e1d8
1 changed files with 2 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue