Errant brace from r3554
authormentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Sun, 20 Apr 2008 23:43:45 +0000 (23:43 +0000)
committermentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Sun, 20 Apr 2008 23:43:45 +0000 (23:43 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3556 0192ed92-7a03-0410-a25b-9323aeb14dbd

ath/if_ath.c

index f5bac44f8818684325317aaf82b477b39a6e19a7..82d51424c2eec1fcdc1e31056af0b192b1d77da8 100644 (file)
@@ -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;