From owner-freebsd-wireless@FreeBSD.ORG Tue Feb 19 13:52:02 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B9F039C for ; Tue, 19 Feb 2013 13:52:02 +0000 (UTC) (envelope-from ksramanujan@gmail.com) Received: from mail-ia0-x231.google.com (mail-ia0-x231.google.com [IPv6:2607:f8b0:4001:c02::231]) by mx1.freebsd.org (Postfix) with ESMTP id 92B47E76 for ; Tue, 19 Feb 2013 13:52:02 +0000 (UTC) Received: by mail-ia0-f177.google.com with SMTP id o25so1330403iad.22 for ; Tue, 19 Feb 2013 05:52:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=ycF5gqN+0pPMIvYkQr8Frj8weX64/u3Uf7vrA/rC1o0=; b=lwJLxeex15eGHfZ47zh+uqUbmxlVtebHscrxGk++VuwC2EqUt9hGKotEiX36V2qYcy 7xeisI0gSh51F2yvRbm+jC1Zuf7kZf0Agy8HEWH9eNP8YER4RFhuIBO/mIznS7nJi2ce t8NlVwjIZ9+1zkgoSj5VOpTCrWibyuEZ/ZRTOMO+OzL+TWNQm646JagAIE6tweTfOIlY GdgjO1sFAUnBIzOmh8yZMaM6InGn6Qbse0pJYRZjar7lUFXdgIqv+e7F24w3s5J371t1 3jxCfUJfgyr6RuGaNp3JPBceDB3Uf5mkup9HS2VaR6G37WCkwSsZeP0mS/VqbCLr0avE H2vA== MIME-Version: 1.0 X-Received: by 10.50.17.234 with SMTP id r10mr7221641igd.102.1361281922277; Tue, 19 Feb 2013 05:52:02 -0800 (PST) Received: by 10.64.53.100 with HTTP; Tue, 19 Feb 2013 05:52:02 -0800 (PST) Date: Tue, 19 Feb 2013 08:52:02 -0500 Message-ID: Subject: Ralink rt2860 Broadcast rates From: Ramanujan Seshadri To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 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: Tue, 19 Feb 2013 13:52:02 -0000 Hi All, I had a quick quesiton regarding the broadcast rates set by Ralink rt2860 driver. It seems like the broadcast rates are always set to MCS 0. Suppose i want to increase the broadcast rates to higher MCS's which function should i be looking into ? Thanks ram