mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
Create another debug category for WPI_BEACON_MISSED notification.
Differential Revision: kern/197143 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
This commit is contained in:
parent
a4703831f1
commit
3e54d9fdc0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282387
@ -2121,7 +2121,7 @@ wpi_notif_intr(struct wpi_softc *sc)
|
||||
BUS_DMASYNC_POSTREAD);
|
||||
misses = le32toh(miss->consecutive);
|
||||
|
||||
DPRINTF(sc, WPI_DEBUG_STATE,
|
||||
DPRINTF(sc, WPI_DEBUG_BMISS,
|
||||
"%s: beacons missed %d/%d\n", __func__, misses,
|
||||
le32toh(miss->total));
|
||||
|
||||
|
@ -43,6 +43,7 @@ enum {
|
||||
WPI_DEBUG_KEY = 0x00020000, /* node key management */
|
||||
WPI_DEBUG_EDCA = 0x00040000, /* WME info */
|
||||
WPI_DEBUG_REGISTER = 0x00080000, /* print chipset register */
|
||||
WPI_DEBUG_BMISS = 0x00100000, /* print number of missed beacons */
|
||||
WPI_DEBUG_ANY = 0xffffffff
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user