This patch fixes the "implicit declaration of function 'get_unaligned_le16'" in drivers/net/wireless/libertas/assoc.c CC: philipp_subx@xxxxxxxxxxxxxxxxxxxxx Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- compat/patches/06-header-changes.patch | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/compat/patches/06-header-changes.patch b/compat/patches/06-header-changes.patch index ee0be7f..14e544a 100644 --- a/compat/patches/06-header-changes.patch +++ b/compat/patches/06-header-changes.patch @@ -16,6 +16,18 @@ cases. struct b43_wldev; +--- a/drivers/net/wireless/libertas/assoc.c ++++ b/drivers/net/wireless/libertas/assoc.c +@@ -5,6 +5,9 @@ + #include <linux/ieee80211.h> + #include <linux/if_arp.h> + #include <net/lib80211.h> ++#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29)) ++#include <asm/unaligned.h> ++#endif + + #include "assoc.h" + #include "decl.h" --- a/drivers/net/wireless/wl12xx/wl1251_main.c 2009-08-07 11:42:12.532495607 -0700 +++ b/drivers/net/wireless/wl12xx/wl1251_main.c 2009-08-07 12:08:31.167548696 -0700 @@ -26,6 +26,9 @@ -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html