When I updated this from the corresponding userspace library, an annotation error crept in -- this variable needs to be annotated as little endian. No effect on code generation. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> --- It's a fix for a .34 patch but I don't care if it makes it in there since it only fixes a sparse warning. include/net/cfg80211.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- wireless-testing.orig/include/net/cfg80211.h 2010-04-21 10:23:42.000000000 +0200 +++ wireless-testing/include/net/cfg80211.h 2010-04-21 10:23:54.000000000 +0200 @@ -1643,7 +1643,7 @@ struct ieee80211_radiotap_iterator { const struct ieee80211_radiotap_namespace *current_namespace; unsigned char *_arg, *_next_ns_data; - uint32_t *_next_bitmap; + __le32 *_next_bitmap; unsigned char *this_arg; int this_arg_index; -- 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