Commit fc537c25 authored by Pavel Roskin's avatar Pavel Roskin Committed by Stephen Hemminger

ip: add support for displaying link types 802 and 803

802 is 802.11 with prism headers.  803 is 802.11 with radiotap headers.
Signed-off-by: default avatarPavel Roskin <proski@gnu.org>
Signed-off-by: default avatarStephen Hemminger <shemminger@linux-foundation.org>
parent 6b469cae
......@@ -118,6 +118,12 @@ __PF(IEEE802_TR,tr)
#ifdef ARPHRD_IEEE80211
__PF(IEEE80211,ieee802.11)
#endif
#ifdef ARPHRD_IEEE80211_PRISM
__PF(IEEE80211_PRISM,ieee802.11/prism)
#endif
#ifdef ARPHRD_IEEE80211_RADIOTAP
__PF(IEEE80211_RADIOTAP,ieee802.11/radiotap)
#endif
#ifdef ARPHRD_VOID
__PF(VOID,void)
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment