[PATCH 3/4] backports: add missing header for struct in6_addr

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



fw-api-d3.h in the iwlwifi driver uses struct in6_addr and somehow it
does not get included on all kernel versions like 2.6.25. This patch
adds the missing include for linux/in6.h to fix the problem.

Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
---
 .../06-header-changes/drivers_net_wireless_iwlwifi.patch    |   11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 patches/collateral-evolutions/network/06-header-changes/drivers_net_wireless_iwlwifi.patch

diff --git a/patches/collateral-evolutions/network/06-header-changes/drivers_net_wireless_iwlwifi.patch b/patches/collateral-evolutions/network/06-header-changes/drivers_net_wireless_iwlwifi.patch
new file mode 100644
index 0000000..b27869c
--- /dev/null
+++ b/patches/collateral-evolutions/network/06-header-changes/drivers_net_wireless_iwlwifi.patch
@@ -0,0 +1,11 @@
+--- a/drivers/net/wireless/iwlwifi/mvm/fw-api-d3.h
++++ b/drivers/net/wireless/iwlwifi/mvm/fw-api-d3.h
+@@ -63,6 +63,8 @@
+ #ifndef __fw_api_d3_h__
+ #define __fw_api_d3_h__
+ 
++#include <linux/in6.h>
++
+ /**
+  * enum iwl_d3_wakeup_flags - D3 manager wakeup flags
+  * @IWL_WAKEUP_D3_CONFIG_FW_ERROR: wake up on firmware sysassert
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux