From owner-p4-projects@FreeBSD.ORG Mon Feb 16 14:45:28 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 907E616A4D0; Mon, 16 Feb 2004 14:45:27 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F19516A4CE for ; Mon, 16 Feb 2004 14:45:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA8043D1F for ; Mon, 16 Feb 2004 14:45:27 -0800 (PST) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1GMjRGe069359 for ; Mon, 16 Feb 2004 14:45:27 -0800 (PST) (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1GMjQ90069356 for perforce@freebsd.org; Mon, 16 Feb 2004 14:45:26 -0800 (PST) (envelope-from sam@freebsd.org) Date: Mon, 16 Feb 2004 14:45:26 -0800 (PST) Message-Id: <200402162245.i1GMjQ90069356@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Subject: PERFORCE change 47058 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 22:45:28 -0000 http://perforce.freebsd.org/chv.cgi?CH=47058 Change 47058 by sam@sam_ebb on 2004/02/16 14:44:31 change 802.1x-specific stat names to be generic Affected files ... .. //depot/projects/netperf+sockets/sys/net80211/ieee80211_ioctl.h#11 edit Differences ... ==== //depot/projects/netperf+sockets/sys/net80211/ieee80211_ioctl.h#11 (text+ko) ==== @@ -57,7 +57,7 @@ u_int32_t ns_rx_disassoc; /* rx disassociation */ u_int32_t ns_rx_deauth; /* rx deauthentication */ u_int32_t ns_rx_decryptcrc; /* rx decrypt failed on crc */ - u_int32_t ns_rx_not1xauth; /* rx data before 802.1x auth */ + u_int32_t ns_rx_unauth; /* rx on unauthorized port */ u_int32_t ns_tx_data; /* tx data frames */ u_int32_t ns_tx_mgmt; /* tx management frames */ @@ -117,7 +117,7 @@ u_int32_t is_rx_decryptcrc; /* rx decrypt failed on crc */ u_int32_t is_rx_ahdemo_mgt; /* rx discard ahdemo mgt frame*/ u_int32_t is_rx_bad_auth; /* rx bad auth request */ - u_int32_t is_rx_not1xauth; /* rx data before 802.1x auth */ + u_int32_t is_rx_unauth; /* rx on unauthorized port */ u_int32_t is_tx_nobuf; /* tx failed for lack of buf */ u_int32_t is_tx_nonode; /* tx failed for no node */ u_int32_t is_tx_unknownmgt; /* tx of unknown mgt frame */