From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail2.candelatech.com ([208.74.158.173]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YQLP6-000873-Qx for ath10k@lists.infradead.org; Tue, 24 Feb 2015 19:44:25 +0000 Received: from [192.168.100.236] (unknown [50.251.239.81]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail2.candelatech.com (Postfix) with ESMTPSA id 8826040A959 for ; Tue, 24 Feb 2015 11:44:02 -0800 (PST) Message-ID: <54ECD482.3060003@candelatech.com> Date: Tue, 24 Feb 2015 11:44:02 -0800 From: Ben Greear MIME-Version: 1.0 Subject: Re: Any idea why we cannot disable /b rates? References: <54ECB852.3030208@candelatech.com> In-Reply-To: <54ECB852.3030208@candelatech.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: ath10k Ok, so I found the problem. Appears that the firmware uses two different fixed rate-ctrl settings, one for non-data (bcast, mgt-frames, etc) and another for data frames. The non-data one was not being set when user configured fixed rates, so beacons went out at 1Mbps. I updated CT firmware (beta-14) to set both data and non-data to the same value when the driver specifies the rates... Seems to work...any idea if this is a bad idea in practice? Thanks, Ben On 02/24/2015 09:43 AM, Ben Greear wrote: > I'm going to start digging into the code, but in case someone already > knows... > > I ran this command to try to disable any frames set at /b rates (AP is on channel 1). > > But, according to ath10k sniffer, beacons are still sent with 1Mbps rate. > > iw dev vap1 set bitrates legacy-2.4 12 mcs-2.4 > > > Thanks, > Ben > -- Ben Greear Candela Technologies Inc http://www.candelatech.com _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k