From owner-freebsd-wireless@FreeBSD.ORG Sun Oct 30 21:38:42 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 369651065679 for ; Sun, 30 Oct 2011 21:38:42 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id D97A58FC08 for ; Sun, 30 Oct 2011 21:38:41 +0000 (UTC) Received: by vws11 with SMTP id 11so6966027vws.13 for ; Sun, 30 Oct 2011 14:38:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=P5rsnWprvi7Hb/2T+2/R5GgZy1rtsgeB6FhWwFTOTUM=; b=lbhiepR8uol4A0/4DCwpZj6HWCjUdKtedpyDIgnQbhOYw+c2JQ97JkRcMxsBwK8bcM ZWl6acQDtSjWmdpQ9UFwvBtYC2lca7IIcv/B9LlAs1VOGDvlzelVeDdj+HNrndA5P+VG rhh+eQAmc/XUXntNHH+BLB/8ftITyjEondHqw= MIME-Version: 1.0 Received: by 10.52.100.70 with SMTP id ew6mr2891723vdb.49.1320010721154; Sun, 30 Oct 2011 14:38:41 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.52.164.101 with HTTP; Sun, 30 Oct 2011 14:38:41 -0700 (PDT) In-Reply-To: <20111030195228.GA3679@freebsd.org> References: <20111030195228.GA3679@freebsd.org> Date: Mon, 31 Oct 2011 08:38:41 +1100 X-Google-Sender-Auth: MC4Ww_YklLMf5g9LxOmd8brAgcI Message-ID: From: Adrian Chadd To: Alexander Best Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: media setting constantly changing and enabling turbo mode X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 30 Oct 2011 21:38:42 -0000 I've unfortunately never tried turbo mode, so I don't know what the current state of the code is or even how it works. And yes, that changing speed is normal. It's the rate control module choosing TX speeds for you. Try sysctl dev.ath.0.sample_stats=1 and check dmesg. Adrian