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: Pavel Roskin <proski@gnu.org> Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
This commit is contained in:
parent
6b469caefd
commit
fc537c259d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue