diff --git a/lib/ll_types.c b/lib/ll_types.c index 9d75bd26..846cdb0f 100644 --- a/lib/ll_types.c +++ b/lib/ll_types.c @@ -125,6 +125,9 @@ __PF(IEEE80211_PRISM,ieee802.11/prism) #ifdef ARPHRD_IEEE80211_RADIOTAP __PF(IEEE80211_RADIOTAP,ieee802.11/radiotap) #endif +#ifdef ARPHRD_NONE +__PF(NONE, none) +#endif #ifdef ARPHRD_VOID __PF(VOID,void) #endif