From owner-freebsd-wireless@FreeBSD.ORG Tue Feb 19 15:23: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 092B8A38; Tue, 19 Feb 2013 15:23:02 +0000 (UTC) (envelope-from ksramanujan@gmail.com) Received: from mail-ia0-x22a.google.com (ia-in-x022a.1e100.net [IPv6:2607:f8b0:4001:c02::22a]) by mx1.freebsd.org (Postfix) with ESMTP id CA220D41; Tue, 19 Feb 2013 15:23:01 +0000 (UTC) Received: by mail-ia0-f170.google.com with SMTP id k20so6318835iak.29 for ; Tue, 19 Feb 2013 07:23:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=YsTwU520f/nJtjADoSHf48DxxPrDW2GtqJRCr18MjCU=; b=nQsNpJBoBhXTJstVPTx5PcaFDpvrC8WnepMPSl/3KBrJbyjpbsl44o+zUx4ZrbubcB VYbCpaSTNuKCotVsKInNEoruYxWziR9diNo9GX/EfU1zXxG2+0TYF37IVderYXdT45DK 8B67OvBrVeBp0srahSMnbIpzIwRuwrLCGPqddpTkiQeBcnd2o11E0jpNIcc7eADJdM+X XqCkeMUsuxT0MPBT+1xL6YZKq3PeqR6qCAIUKj4jzCLZA5ou25172XTkbMNmb0nfBFA5 NAbG9tsWtHoU3AWGATIN7r7SQVKCqKxs8jw861Excd+ssK3SUG0ABuAcR/TN03BaO7+S eQlw== MIME-Version: 1.0 X-Received: by 10.50.17.234 with SMTP id r10mr7392557igd.102.1361287380477; Tue, 19 Feb 2013 07:23:00 -0800 (PST) Received: by 10.64.53.100 with HTTP; Tue, 19 Feb 2013 07:23:00 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Feb 2013 10:23:00 -0500 Message-ID: Subject: Re: Ralink rt2860 Broadcast rates From: Ramanujan Seshadri To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-wireless@freebsd.org 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 15:23:02 -0000 Suppose i'm using an adhoc network, then shouldn't i be able to set the broadcast rates also ? Ram On Tue, Feb 19, 2013 at 10:09 AM, Adrian Chadd wrote: > On 19 February 2013 05:52, Ramanujan Seshadri > wrote: > > 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 ? > > Odd; that's usually negotiated with the base station? > > Check "ifconfig -v wlan0" ; there's a set of default tx rates for each > PHY mode (11a, 11bg, 11na, 11ng, etc.) See what yours is set to when > you've associated. > > > > Adrian >