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

Commit dde4e47e authored by Johannes Berg's avatar Johannes Berg Committed by David S. Miller
Browse files

[WIRELESS] radiotap parser: accept all other fields



This makes the radiotap parser accept all other fields that are
currently defined.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent fe6aa301
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -161,7 +161,11 @@ int ieee80211_radiotap_iterator_next(
		[IEEE80211_RADIOTAP_DBM_TX_POWER] = 0x11,
		[IEEE80211_RADIOTAP_ANTENNA] = 0x11,
		[IEEE80211_RADIOTAP_DB_ANTSIGNAL] = 0x11,
		[IEEE80211_RADIOTAP_DB_ANTNOISE] = 0x11
		[IEEE80211_RADIOTAP_DB_ANTNOISE] = 0x11,
		[IEEE80211_RADIOTAP_RX_FLAGS] = 0x22,
		[IEEE80211_RADIOTAP_TX_FLAGS] = 0x22,
		[IEEE80211_RADIOTAP_RTS_RETRIES] = 0x11,
		[IEEE80211_RADIOTAP_DATA_RETRIES] = 0x11,
		/*
		 * add more here as they are defined in
		 * include/net/ieee80211_radiotap.h