2011/4/24 Maxim Levitsky <maximlevitsky@xxxxxxxxx>: > On Sun, 2011-04-24 at 10:15 +0200, Johannes Berg wrote: >> On Fri, 2011-04-22 at 18:34 +0200, Matteo Croce wrote: >> > This patch allows to set the tx rate and retries when injecting, >> > and report correct MCS information on received frames. >> >> This description is wrong. It doesn't touch rx.c, does it? > > It does appear to touch radiotap processing, and I bet the developer > tested this, but other than that don't know. > >> >> johannes >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in >> the body of a message to majordomo@xxxxxxxxxxxxxxx >> More majordomo info at Âhttp://vger.kernel.org/majordomo-info.html > > -- > Best regards, >    ÂMaxim Levitsky > > Visit my blog: http://maximlevitsky.wordpress.com > Warning: Above blog contains rants. > > The old patch added RX processing but now all it's merged in mainline and the only piece left in rx.c was: --- a/net/mac80211/rx.c 2011-04-21 19:08:26.253148959 +0200 +++ b/net/mac80211/rx.c 2011-04-22 11:56:24.257134886 +0200 @@ -195,6 +195,7 @@ put_unaligned_le16(rx_flags, pos); pos += 2; + /* IEEE80211_RADIOTAP_RATE_MCS */ if (status->flag & RX_FLAG_HT) { rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_MCS); *pos++ = IEEE80211_RADIOTAP_MCS_HAVE_MCS | so I decided to remove this chunk, but I forget the original description -- Matteo Croce OpenWrt Developer Â_______           ________    Â__ |    |.-----.-----.-----.| Â| Â| Â|.----.| Â|_ |  -  || Â_ Â| Â-__|   || Â| Â| Â||  _||  _| |_______||  __|_____|__|__||________||__| Â|____|     Â|__| W I R E L E S S  F R E E D O M ATTITUDE ADJUSTMENT (bleeding edge) -------------- Â* 1/4 oz Vodka   ÂPour all ingredents into mixing Â* 1/4 oz Gin    Âtin with ice, strain into glass. Â* 1/4 oz Amaretto Â* 1/4 oz Triple sec Â* 1/4 oz Peach schnapps Â* 1/4 oz Sour mix Â* 1 splash Cranberry juice ----------------------------------------------------- -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html