mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[WIRELESS] radiotap parser: accept all other fields
This makes the radiotap parser accept all other fields that are currently defined. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
fe6aa301c7
commit
dde4e47e8f
@ -161,7 +161,11 @@ int ieee80211_radiotap_iterator_next(
|
|||||||
[IEEE80211_RADIOTAP_DBM_TX_POWER] = 0x11,
|
[IEEE80211_RADIOTAP_DBM_TX_POWER] = 0x11,
|
||||||
[IEEE80211_RADIOTAP_ANTENNA] = 0x11,
|
[IEEE80211_RADIOTAP_ANTENNA] = 0x11,
|
||||||
[IEEE80211_RADIOTAP_DB_ANTSIGNAL] = 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
|
* add more here as they are defined in
|
||||||
* include/net/ieee80211_radiotap.h
|
* include/net/ieee80211_radiotap.h
|
||||||
|
Loading…
Reference in New Issue
Block a user