Formatting r3187 - getting slightly annoying now

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3195 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-01-17 02:48:09 +00:00
parent 86891cd55e
commit 3dd1a89219

View 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;