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:
Pavel Roskin 2007-03-28 09:43:49 -04:00 committed by Stephen Hemminger
parent 6b469caefd
commit fc537c259d
1 changed files with 6 additions and 0 deletions

View File

@ -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