On Sun, 2011-05-15 at 00:07 +0200, Matteo Croce wrote: > >> + rthdr->ht_mcs = info->status.rates[0].idx; > >> + if (info->status.rates[0].flags & IEEE80211_TX_RC_40_MHZ_WIDTH) > >> + rthdr->ht_flag |= IEEE80211_RADIOTAP_MCS_BW_40; > >> + if (info->status.rates[0].flags & IEEE80211_TX_RC_SHORT_GI) > >> + rthdr->ht_flag |= IEEE80211_RADIOTAP_MCS_SGI; > >> + } > > > > I think you should also split the patch -- this part isn't really only > > injection. > After injecting a frame I have a TX feedback, why shouldn't it have > correct MCS informations? ... yeah but I said it's not _only_ injection, you also have TX feedback w/o injection, so this isn't injection related. 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