Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67272440 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

radiotap parser: fix endian annotation



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: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 81b208a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;