From owner-freebsd-wireless@FreeBSD.ORG Mon Jul 29 18:41:31 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2FE60D20 for ; Mon, 29 Jul 2013 18:41:31 +0000 (UTC) (envelope-from cg@cgross.info) Received: from alpha.kreiz-it.fr (alpha.kreiz-it.fr [178.32.219.166]) by mx1.freebsd.org (Postfix) with ESMTP id BB1822801 for ; Mon, 29 Jul 2013 18:41:30 +0000 (UTC) Received: from DirTech (lnr56-1-82-246-51-185.fbx.proxad.net [82.246.51.185]) by alpha.kreiz-it.fr (Postfix) with ESMTPSA id B8E70795 for ; Mon, 29 Jul 2013 20:41:29 +0200 (CEST) From: "Cedric GROSS" To: Subject: Wifi rates Date: Mon, 29 Jul 2013 20:41:27 +0200 Message-ID: <00b101ce8c8b$3db5f200$b921d600$@info> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 thread-index: Ac6MfuQE0Z6YtXc+QXitGXkyDnxdtQ== Content-Language: fr Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 18:41:31 -0000 Hello, Part of splitting work, I continue to investigate on my side for my NIC (Centrino 2230). I notice that from ifconfig wlan0 : media: IEEE 802.11 Wireless Ethernet DS/1Mbps mode 11ng Rate is very slow and should be 54Mbps. I try to understand how rates is determined but it's really a mess. So first question : From where ifconfig get rate ? What's CCK, MCS, plcp stand for and what is relationship with rate ? I try following linux kernel also but it's a nightmare. Thanks. Cedric