From: Sascha Wildner Date: Tue, 24 May 2016 18:08:33 +0000 (+0200) Subject: kernel/ath: Fix a misplaced #endif X-Git-Tag: v4.6.0rc~326 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/7da4614f2f6d93ac1e754e59f87e3a9fba2b0727 kernel/ath: Fix a misplaced #endif --- diff --git a/sys/dev/netif/ath/ath/if_ath_tx.c b/sys/dev/netif/ath/ath/if_ath_tx.c index 0d40ce5888..7f7e1645d4 100644 --- a/sys/dev/netif/ath/ath/if_ath_tx.c +++ b/sys/dev/netif/ath/ath/if_ath_tx.c @@ -4073,8 +4073,6 @@ ath_tx_tid_drain(struct ath_softc *sc, struct ath_node *an, tid->tid, tap->txa_start); #else - -#endif DPRINTF(sc, ATH_DEBUG_SW_TX_CTRL, "%s: %6D: node %p: TID %d: sliding BAW left edge to %d\n", __func__, @@ -4083,6 +4081,7 @@ ath_tx_tid_drain(struct ath_softc *sc, struct ath_node *an, an, tid->tid, tap->txa_start); +#endif #endif ni->ni_txseqs[tid->tid] = tap->txa_start; tid->baw_tail = tid->baw_head;