Return-path: Received: from s3.sipsolutions.net ([144.76.43.152]:37753 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756275AbaDHKDw (ORCPT ); Tue, 8 Apr 2014 06:03:52 -0400 Message-ID: <1396951430.5936.16.camel@jlt4.sipsolutions.net> (sfid-20140408_120355_600802_08D30CD7) Subject: Re: [RFCv2 2/6] mac80211: add new RC API to retrieve expected throughput From: Johannes Berg To: Antonio Quartulli Cc: b.a.t.m.a.n@lists.open-mesh.org, linux-wireless@vger.kernel.org, devel@lists.open80211s.org, Antonio Quartulli Date: Tue, 08 Apr 2014 12:03:50 +0200 In-Reply-To: <1396211704-4677-3-git-send-email-antonio@meshcoding.com> References: <1396211704-4677-1-git-send-email-antonio@meshcoding.com> <1396211704-4677-3-git-send-email-antonio@meshcoding.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Sun, 2014-03-30 at 22:35 +0200, Antonio Quartulli wrote: > From: Antonio Quartulli > > In order to make get_station() export the expected > throughput, we need a new API which extracts such > information from the Rate Control algorithm. > Therefore add the get_expected_throughput() member > to the rate_control_ops structure. What about drivers with HW rate control? johannes