From af9a0ccb79723bef3c597ea72e417de968164c99 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sun, 14 Jan 2007 23:21:36 +0000 Subject: Add new 'hal' package. --- package/hal/hal02-include-ieee80211-fix.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/hal/hal02-include-ieee80211-fix.patch (limited to 'package/hal/hal02-include-ieee80211-fix.patch') diff --git a/package/hal/hal02-include-ieee80211-fix.patch b/package/hal/hal02-include-ieee80211-fix.patch new file mode 100644 index 000000000..9e7b5e249 --- /dev/null +++ b/package/hal/hal02-include-ieee80211-fix.patch @@ -0,0 +1,15 @@ +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 -- cgit v1.2.3