Formatting r3187 - getting slightly annoying now
authormentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 17 Jan 2008 02:48:09 +0000 (02:48 +0000)
committermentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 17 Jan 2008 02:48:09 +0000 (02:48 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3195 0192ed92-7a03-0410-a25b-9323aeb14dbd

ath/if_ath.c

index addaee39faec76c7487a647ab6229ea189d24471..475e8a26785e46469dda01b7d8a913878df0e0f1 100644 (file)
@@ -4568,8 +4568,9 @@ ath_beacon_generate(struct ath_softc *sc, struct ieee80211vap *vap, int *needmar
 #endif
        avp = ATH_VAP(vap);
        if (avp == NULL || avp->av_bcbuf == NULL) {
-               DPRINTF(sc, ATH_DEBUG_ANY, "%s: Returning NULL, one of these is NULL {avp=%p av_bcbuf=%p}\n",
-                        __func__, avp, avp->av_bcbuf);
+               DPRINTF(sc, ATH_DEBUG_ANY, "%s: Returning NULL, one of these "
+                               "is NULL {avp=%p av_bcbuf=%p}\n", __func__, 
+                               avp, avp->av_bcbuf);
                return NULL;
        }
        bf = avp->av_bcbuf;