--- patches/06-header-changes.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/patches/06-header-changes.patch b/patches/06-header-changes.patch index c6a1d63..92ed02d 100644 --- a/patches/06-header-changes.patch +++ b/patches/06-header-changes.patch @@ -4,6 +4,19 @@ made. Some code gets shifted around between headers or new headers are defined. This patch deals with such cases. +--- a/drivers/net/wireless/ath/ath6kl/htc_pipe.c ++++ b/drivers/net/wireless/ath/ath6kl/htc_pipe.c +@@ -18,6 +18,10 @@ + #include "debug.h" + #include "hif-ops.h" + ++#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29)) ++#include <asm/unaligned.h> ++#endif ++ + #define HTC_PACKET_CONTAINER_ALLOCATION 32 + #define HTC_CONTROL_BUFFER_SIZE (HTC_MAX_CTRL_MSG_LEN + HTC_HDR_LENGTH) + --- a/drivers/net/wireless/b43/phy_common.h +++ b/drivers/net/wireless/b43/phy_common.h @@ -3,6 +3,9 @@ -- 1.7.9.5 -- 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