Radiotap is entirely little endian. Found with sparse. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> --- drivers/net/wireless/mac80211_hwsim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- everything.orig/drivers/net/wireless/mac80211_hwsim.c 2008-07-10 11:55:14.000000000 +0200 +++ everything/drivers/net/wireless/mac80211_hwsim.c 2008-07-10 11:55:16.000000000 +0200 @@ -126,7 +126,7 @@ static void mac80211_hwsim_monitor_rx(st (1 << IEEE80211_RADIOTAP_CHANNEL)); hdr->rt_flags = 0; hdr->rt_rate = txrate->bitrate / 5; - hdr->rt_channel = data->channel->center_freq; + hdr->rt_channel = cpu_to_le16(data->channel->center_freq); flags = IEEE80211_CHAN_2GHZ; if (txrate->flags & IEEE80211_RATE_ERP_G) flags |= IEEE80211_CHAN_OFDM; -- 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