From owner-freebsd-wireless@FreeBSD.ORG Thu Jun 4 23:52:03 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CF05CD7; Thu, 4 Jun 2015 23:52:03 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36D721C65; Thu, 4 Jun 2015 23:52:03 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbhj9 with SMTP id hj9so3788879igb.1; Thu, 04 Jun 2015 16:52:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=BBMQHO26nvhE/i+pa3OX2JhulX5Y75GO4+TKyCNF9Tc=; b=M5dVVTOL0/WuQZ8OuHBnL5c812oLjdeynQvQOMhU3c4mK9Q/tBePXLFGNuA0qanc1I hsIBrUb4txKsINioJDsG5wuL5J0eZ0JER7J8in4nI8VWn+AQIri2IJAiV7DXxc/R1Qby 3tT6H4vW2JRL+HWlHS7QzTyX8fgqDDLuk+CXKtyFTBTv0jm/StgXN2bffjlkGTKAKKJ9 VCGZwos21hPwHxwyqS7uMJRdmXygC7YD858HaVszkDomhH3ziOQwLYy9dk8sG8iOC2RU j1G/4L7W/eW/JoEP83ufTViNML7tiDiXk9IxXJxDjIg4ATM2WaNFahYPl2vbSy2Z7pB0 K7nQ== MIME-Version: 1.0 X-Received: by 10.50.79.232 with SMTP id m8mr37064973igx.6.1433461922733; Thu, 04 Jun 2015 16:52:02 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Thu, 4 Jun 2015 16:52:02 -0700 (PDT) In-Reply-To: References: <15089990.yCYE9Adp01@akita> Date: Thu, 4 Jun 2015 16:52:02 -0700 X-Google-Sender-Auth: 63Og0GDH30P01APZYJmTSZosyYc Message-ID: Subject: Re: Intel 3160/7260/7265 driver From: Adrian Chadd To: Ben Woods Cc: Rui Paulo , "freebsd-wireless@freebsd.org" , "dchagin@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 04 Jun 2015 23:52:03 -0000 Hi, There's no active rate control stuff /at all/ in the 7260 driver. It just feeds it some default rate table. I've not at all dug into it. It's quite possible it's just all plain crap. -adrian