From owner-p4-projects@FreeBSD.ORG Tue Dec 4 04:13:38 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CE0C016A41A; Tue, 4 Dec 2007 04:13:38 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FD1516A417 for ; Tue, 4 Dec 2007 04:13:38 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6AE8213C45B for ; Tue, 4 Dec 2007 04:13:38 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lB44DcGb017368 for ; Tue, 4 Dec 2007 04:13:38 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lB44DcHx017365 for perforce@freebsd.org; Tue, 4 Dec 2007 04:13:38 GMT (envelope-from sam@freebsd.org) Date: Tue, 4 Dec 2007 04:13:38 GMT Message-Id: <200712040413.lB44DcHx017365@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 Cc: Subject: PERFORCE change 130136 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2007 04:13:39 -0000 http://perforce.freebsd.org/chv.cgi?CH=130136 Change 130136 by sam@sam_ebb on 2007/12/04 04:13:28 sync w/ vap code Affected files ... .. //depot/projects/vap/usr.sbin/wlandebug/wlandebug.c#3 edit Differences ... ==== //depot/projects/vap/usr.sbin/wlandebug/wlandebug.c#3 (text+ko) ==== @@ -80,6 +80,10 @@ #define IEEE80211_MSG_INACT 0x00000080 /* inactivity handling */ #define IEEE80211_MSG_ROAM 0x00000040 /* sta-mode roaming */ #define IEEE80211_MSG_RATECTL 0x00000020 /* tx rate control */ +#define IEEE80211_MSG_ACTION 0x00000010 /* action frame handling */ +#define IEEE80211_MSG_WDS 0x00000008 /* WDS handling */ +#define IEEE80211_MSG_IOCTL 0x00000004 /* ioctl handling */ +#define IEEE80211_MSG_ADDBA 0x00000002 /* ADDBA handling */ static struct { const char *name; @@ -112,6 +116,10 @@ { "inact", IEEE80211_MSG_INACT }, { "roam", IEEE80211_MSG_ROAM }, { "rate", IEEE80211_MSG_RATECTL }, + { "action", IEEE80211_MSG_ACTION }, + { "wds", IEEE80211_MSG_WDS }, + { "ioctl", IEEE80211_MSG_IOCTL }, + { "addba", IEEE80211_MSG_ADDBA }, }; static u_int