From: Emmanuel Grumbach Date: Tue, 19 Nov 2013 20:23:13 +0000 (+0200) Subject: iwlwifi: bump required firmware API version for 3160/7260 X-Git-Tag: upstream/snapshot3+hdmi~3687^2~4^2^2~1^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fde33b7629518e2233325be10cd06f20e425e88;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git iwlwifi: bump required firmware API version for 3160/7260 A new firmware is coming out soon with new APIs. To make sure that this new firmware won't be loaded on old driver that don't support it, it's API version has been updated to 8. In order to be able to load it, bump the API version to 8. API version 7 is still supported and will be for another year or so. Signed-off-by: Emmanuel Grumbach --- diff --git a/drivers/net/wireless/iwlwifi/iwl-7000.c b/drivers/net/wireless/iwlwifi/iwl-7000.c index 1ed861f..3c34a72 100644 --- a/drivers/net/wireless/iwlwifi/iwl-7000.c +++ b/drivers/net/wireless/iwlwifi/iwl-7000.c @@ -67,8 +67,8 @@ #include "iwl-agn-hw.h" /* Highest firmware API version supported */ -#define IWL7260_UCODE_API_MAX 7 -#define IWL3160_UCODE_API_MAX 7 +#define IWL7260_UCODE_API_MAX 8 +#define IWL3160_UCODE_API_MAX 8 /* Oldest version we won't warn about */ #define IWL7260_UCODE_API_OK 7