Re: [PATCH] mac80211: Parse IEEE80211_RADIOTAP_RATE on TX

2014-08-29 Thread Johannes Berg
On Mon, 2014-08-25 at 09:52 +0200, Rostislav Lisovy wrote: > 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? Yes, this wasn't as much a

Re: [PATCH] mac80211: Parse IEEE80211_RADIOTAP_RATE on TX

2014-08-25 Thread Rostislav Lisovy
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 f

Re: [PATCH] mac80211: Parse IEEE80211_RADIOTAP_RATE on TX

2014-07-21 Thread Johannes Berg
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 > --- > T