aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath.c
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2012-04-10 19:47:44 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2012-04-10 19:47:44 +0000
commit43faa6b266e29cba16bfaf497d9f8cc10cf6bc91 (patch)
tree7f4d1c8f70c45495e813911bbe35f973c54cbec7 /sys/dev/ath/if_ath.c
parentf8ab7a9fc973ddfaae47351ea25bbeb8ea83e7b9 (diff)
downloadsrc-43faa6b266e29cba16bfaf497d9f8cc10cf6bc91.tar.gz
src-43faa6b266e29cba16bfaf497d9f8cc10cf6bc91.zip
Fix compilation with IEEE80211_ENABLE_SUPERG defined.
PR: kern/164951
Notes
Notes: svn path=/head/; revision=234110
Diffstat (limited to 'sys/dev/ath/if_ath.c')
-rw-r--r--sys/dev/ath/if_ath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index fc1449f58d74..00198677d440 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -4906,6 +4906,7 @@ ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched)
struct ath_tx_status *ts;
struct ieee80211_node *ni;
struct ath_node *an;
+ struct ieee80211com *ic = sc->sc_ifp->if_l2com;
int nacked;
HAL_STATUS status;