mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
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:
parent
86891cd55e
commit
3dd1a89219
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user