From 3dd1a892198685f790af820e594bbe6ffd3cd95b Mon Sep 17 00:00:00 2001 From: mentor Date: Thu, 17 Jan 2008 02:48:09 +0000 Subject: [PATCH] Formatting r3187 - getting slightly annoying now git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3195 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ath/if_ath.c b/ath/if_ath.c index addaee3..475e8a2 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -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; -- 2.35.1