From 129ddd7051313266044abb86eb9b42886bea3c3f Mon Sep 17 00:00:00 2001 From: mentor Date: Sun, 20 Apr 2008 23:43:45 +0000 Subject: [PATCH] Errant brace from r3554 git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3556 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ath/if_ath.c b/ath/if_ath.c index f5bac44..82d5142 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -2879,7 +2879,7 @@ ath_txq_dump(struct ath_softc *sc, struct ath_txq *txq) /* Check TXDP (HW queue head) and SW queue head */ static void ath_txq_check(struct ath_softc *sc, struct ath_txq *txq) - +{ struct ath_hal * ah = sc->sc_ah; struct ath_buf *bf; u_int32_t txdp; -- 2.35.1