PERFORCE change 139688 for review

Sam Leffler sam at FreeBSD.org
Wed Apr 9 23:27:28 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=139688

Change 139688 by sam at 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];
 };
 
 /*


More information about the p4-projects mailing list