Return-path: Received: from mail-wg0-f41.google.com ([74.125.82.41]:61058 "EHLO mail-wg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754660AbaHYHwl (ORCPT ); Mon, 25 Aug 2014 03:52:41 -0400 Message-ID: <1408953158.8665.15.camel@umadbro> (sfid-20140825_095304_884999_A6F84487) Subject: Re: [PATCH] mac80211: Parse IEEE80211_RADIOTAP_RATE on TX From: Rostislav Lisovy To: Johannes Berg Cc: "John W. Linville" , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, Michal Sojka , s.sander@nordsys.de, jan-niklas.meier@volkswagen.de, Rostislav Lisovy Date: Mon, 25 Aug 2014 09:52:38 +0200 In-Reply-To: <1405938028.32255.17.camel@jlt4.sipsolutions.net> References: <1404995261-6626-1-git-send-email-rostislav.lisovy@fel.cvut.cz> (sfid-20140710_142756_935664_A8B88F97) <1405938028.32255.17.camel@jlt4.sipsolutions.net> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, 2014-07-21 at 12:20 +0200, Johannes Berg wrote: > On Thu, 2014-07-10 at 14:27 +0200, Rostislav Lisovy wrote: > > Add support for parsing radiotap field IEEE80211_RADIOTAP_RATE > > for transmitted frames. Use the provided datarate value in > > info->control.rates[] array so it will be used for transmission. > > > > Signed-off-by: Rostislav Lisovy > > --- > > This feature is essential for Transmit Datarate Control (TDC) > > in future implementation of IEEE 802.11-2012 "Wireless Access > > for the Vehicular Environment" support. > > It seems like an extremely bad idea to base your implementation of WAVE > on monitor mode with injection. > > Why can't you add a proper datapath? > You are right. I was overthinking the per-packet datarate setting a little bit. If I am not mistaken it is not possible to say that this feature may be useful as the general method for monitor-mode injection with datarate until there is some user-space utility really using/needing it? Best regards; Rostislav