On Tue, 2011-10-11 at 18:08 +0200, Helmut Schaa wrote: > + /* IEEE80211_RADIOTAP_RATE */ > + if (info->status.rates[0].idx >= 0 && > + !(info->status.rates[0].flags & IEEE80211_TX_RC_MCS)) { > + rthdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_RATE); > + *pos = sband->bitrates[info->status.rates[0].idx].bitrate / 5; > + /* padding for tx flags */ > + pos += 2; Since there's no over-all memset I think you need to clear the padding explicitly now. 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