From owner-p4-projects@FreeBSD.ORG Wed May 9 16:34:26 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 44C8B16A405; Wed, 9 May 2007 16:34:26 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2306316A404 for ; Wed, 9 May 2007 16:34:26 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 12C2913C459 for ; Wed, 9 May 2007 16:34:26 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l49GYPsB003310 for ; Wed, 9 May 2007 16:34:25 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l49GYP6k003307 for perforce@freebsd.org; Wed, 9 May 2007 16:34:25 GMT (envelope-from sam@freebsd.org) Date: Wed, 9 May 2007 16:34:25 GMT Message-Id: <200705091634.l49GYP6k003307@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 119570 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: Wed, 09 May 2007 16:34:26 -0000 http://perforce.freebsd.org/chv.cgi?CH=119570 Change 119570 by sam@sam_ebb on 2007/05/09 16:34:14 add IFM_IEEE80211_MCS token for 11n HT rates; there aren't enough bits to express the 11n rates and besides having the fixed rate expressed in the media state is broken so this'll do for now Affected files ... .. //depot/projects/wifi/sys/net/if_media.h#9 edit Differences ... ==== //depot/projects/wifi/sys/net/if_media.h#9 (text+ko) ==== @@ -201,6 +201,8 @@ #define IFM_IEEE80211_OFDM3 21 /* OFDM 3Mbps */ #define IFM_IEEE80211_OFDM4 22 /* OFDM 4.5Mbps */ #define IFM_IEEE80211_OFDM27 23 /* OFDM 27Mbps */ +/* NB: not enough bits to express MCS fully */ +#define IFM_IEEE80211_MCS 24 /* HT MCS rate */ #define IFM_IEEE80211_ADHOC 0x00000100 /* Operate in Adhoc mode */ #define IFM_IEEE80211_HOSTAP 0x00000200 /* Operate in Host AP mode */