From owner-freebsd-net@FreeBSD.ORG Sun Dec 2 03:47:47 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BC32441 for ; Sun, 2 Dec 2012 03:47:47 +0000 (UTC) (envelope-from moonlightakkiy@yahoo.ca) Received: from nm27-vm0.bullet.mail.bf1.yahoo.com (nm27-vm0.bullet.mail.bf1.yahoo.com [98.139.213.139]) by mx1.freebsd.org (Postfix) with ESMTP id 1FC578FC12 for ; Sun, 2 Dec 2012 03:47:47 +0000 (UTC) Received: from [98.139.212.146] by nm27.bullet.mail.bf1.yahoo.com with NNFMP; 02 Dec 2012 03:47:46 -0000 Received: from [98.139.213.2] by tm3.bullet.mail.bf1.yahoo.com with NNFMP; 02 Dec 2012 03:47:46 -0000 Received: from [127.0.0.1] by smtp102.mail.bf1.yahoo.com with NNFMP; 02 Dec 2012 03:47:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1354420066; bh=iP/bG+7ePlaH/SvhNV5fJrfTDDKgEwa+zdj+rgfrTr8=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Received:MIME-Version:Received:Received:In-Reply-To:References:Date:Message-ID:Subject:From:To:Content-Type; b=G+hwW83llhbXHQrkt02IGpVCXCERVyXrMHHZU/hABulEBMcdKYRcuUBR7WkYKrqo368Cj8JGhDpowqaLfK57f6Q0CCGARa7eJ4n7cQEUsJ9M9lIoNGbknv8aXEPD//z2DsofYn7Z9bJg8DTa0H1Xob4twfLLHytIIUO7DApkGHk= X-Yahoo-Newman-Id: 630941.51747.bm@smtp102.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: dwI.zrgVM1nVRoO5SHQ3rdelXoFlf4psDFkkZfAOBJcrJSx MFvjJnXW0cNEPSLKwbP2sd8rcagmzj_E0m31sXrRDpyjEgxgbxICFD.TZmlf TC_sEZDiReH2vayCY33pAp0VBFeuvLDAdJ5paSWRRF3VZVfd1g24kde8p9MN XMgUIPpJBVJgFdFurjg4PGd1JHeg.5Fd8MP1XcmELSa0syLKMcfRXy8xx3pQ sRP88sKtIFj6o3rAmz_jV_skz1AUydhg5AplzFKjFI5FJLiPfxw5znLJJrSP nJ4KKtA0jcWcO5gNQ5kaNRIpqc.D7tGwDnPLr_tg7Z8P9U13m1Iw9cchTtzC frToNACk5kvBHculMGWEirTxPjBNB3GqY1fxdS5CH.wRLVRCq9FKYzkLVIsE uC6uFT13HdR2CC143b_4cjvBu9JDCSYZabCGkHP.dPN7cQTZTfMt7xvbvnEi jfMuedhK_H0Ixr8Euoy6pqRuNzo4dTBKPcvzl1gFVRfU34uNiGS47pxa23zG 2Mh8HsxiqI066Mo5ErXktPncfjaSYGMqRt2UmRXvgePrmC2ANRsG28A-- X-Yahoo-SMTP: Xr6qjFWswBAEmd20sAvB4Q3keqXvXsIH9TjJ Received: from mail-vb0-f54.google.com (moonlightakkiy@209.85.212.54 with plain) by smtp102.mail.bf1.yahoo.com with SMTP; 01 Dec 2012 19:47:46 -0800 PST Received: by mail-vb0-f54.google.com with SMTP id l1so911690vba.13 for ; Sat, 01 Dec 2012 19:47:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.151.72 with SMTP id b8mr5180193vcw.38.1354420063383; Sat, 01 Dec 2012 19:47:43 -0800 (PST) Received: by 10.58.182.72 with HTTP; Sat, 1 Dec 2012 19:47:43 -0800 (PST) In-Reply-To: References: Date: Sat, 1 Dec 2012 20:47:43 -0700 Message-ID: Subject: Re: freebsd-net Digest, Vol 504, Issue 7 From: PseudoCylon To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2012 03:47:47 -0000 > ------------------------------ > > Message: 12 > Date: Sat, 1 Dec 2012 17:12:53 -0500 > From: Ramanujan Seshadri > To: freebsd-net@freebsd.org > Subject: MCS selected for each transmission in Ralink RT2860 > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > Hello all, > i wanted to know if i can get the MCS (bit rate ) used to send each > packet in a ralink rt2860 wireless NIC. > I saw the ralink code and got to know that they have a rate-adaptation > algorithm to select the best > rate (when the HT_MCS parameter =33). But, i wanted to know if i can get > the details the bit-rate used > to send each packet. This is the actual mcs used. http://fxr.watson.org/fxr/source/dev/ral/rt2860.c#L1118 > > Thanks > ram > >