diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2022-07-19 19:45:54 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2022-07-20 15:13:49 +0000 |
| commit | 52c80d495a1b9dc756452ebcbb945906ea3cf23a (patch) | |
| tree | bfd9a4cb0885c939e806c6633377079d3cbd5e10 /sys/dev/mwl | |
| parent | 5c329f0a4d32cec54250ec2d3f61455e85137a6f (diff) | |
Diffstat (limited to 'sys/dev/mwl')
| -rw-r--r-- | sys/dev/mwl/if_mwl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mwl/if_mwl.c b/sys/dev/mwl/if_mwl.c index d035c5d13816..aa50d55c942f 100644 --- a/sys/dev/mwl/if_mwl.c +++ b/sys/dev/mwl/if_mwl.c @@ -3442,7 +3442,7 @@ mwl_tx_draintxq(struct mwl_softc *sc, struct mwl_txq *txq) { struct ieee80211_node *ni; struct mwl_txbuf *bf; - u_int ix; + u_int ix __unused; /* * NB: this assumes output has been stopped and |
