Add an error if bursted beacons fails to set the buffer address.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3179 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mtaylor 2008-01-16 22:21:51 +00:00
parent 4183b417a2
commit 6322355756

View File

@ -4749,6 +4749,12 @@ ath_beacon_send(struct ath_softc *sc, int *needmark)
}
if (bflink != NULL)
*bflink = 0; /* link of last frame */
if(!bfaddr) {
DPRINTF(sc, ATH_DEBUG_BEACON_PROC,
"%s: bursted beacons failed to set bfaddr!!\n", __func__);
}
}
/*