Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2008 23:27:27 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139688 for review
Message-ID:  <200804092327.m39NRR4H050365@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139688

Change 139688 by sam@sam_ebb on 2008/04/09 23:27:01

	record last deauth/disassoc/auth-failure code in the global
	stat structure since the node stats are lost when the node
	is reclaimed (we could propagate data to the vap on each node
	free but we'd still need a place to stick these)

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_ioctl.h#18 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_ioctl.h#18 (text+ko) ====

@@ -211,7 +211,10 @@
 	uint32_t	is_ampdu_stop_failed;	/* A-MPDU stream not running */
 	uint32_t	is_ampdu_rx_reorder;	/* A-MPDU held for rx reorder */
 	uint32_t	is_scan_bg;		/* background scans started */
-	uint32_t	is_spare[16];
+	uint8_t		is_rx_deauth_code;	/* last rx'd deauth reason */
+	uint8_t		is_rx_disassoc_code;	/* last rx'd disassoc reason */
+	uint8_t		is_rx_authfail_code;	/* last rx'd auth fail reason */
+	uint32_t	is_spare[15];
 };
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804092327.m39NRR4H050365>