diff -ur hal-0.5.8/hald/linux/classdev.c hal-0.5.8-patched/hald/linux/classdev.c --- hal-0.5.8/hald/linux/classdev.c 2006-09-11 18:32:56.000000000 -0500 +++ hal-0.5.8-patched/hald/linux/classdev.c 2007-01-13 22:00:46.896769548 -0600 @@ -32,7 +32,10 @@ #include #include #include -#include /* for ARPHRD_... */ +#include /* for ARPHRD_... */ +#ifndef ARPHRD_IEEE80211_RADIOTAP +# define ARPHRD_IEEE80211_RADIOTAP 803 +#endif #include #include #include