Message ID | 1432667872-18092-7-git-send-email-emmanuel.grumbach@intel.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Johannes Berg |
Headers | show |
On 26 May 2015 at 21:17, Emmanuel Grumbach <emmanuel.grumbach@intel.com> wrote:
> The iwlmvm driver is now able to handle -14.ucode.
Dump? Bump? ;)
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, 2015-05-26 at 21:39 +0200, Rafa? Mi?ecki wrote: > On 26 May 2015 at 21:17, Emmanuel Grumbach <emmanuel.grumbach@intel.com> wrote: > > The iwlmvm driver is now able to handle -14.ucode. > > Dump? Bump? ;) Ha! Someone actually looking at the patches. Good thing. No, it was not on purpose ;)
diff --git a/drivers/net/wireless/iwlwifi/iwl-7000.c b/drivers/net/wireless/iwlwifi/iwl-7000.c index 0afe494..b40b385 100644 --- a/drivers/net/wireless/iwlwifi/iwl-7000.c +++ b/drivers/net/wireless/iwlwifi/iwl-7000.c @@ -69,7 +69,7 @@ #include "iwl-agn-hw.h" /* Highest firmware API version supported */ -#define IWL7260_UCODE_API_MAX 13 +#define IWL7260_UCODE_API_MAX 14 /* Oldest version we won't warn about */ #define IWL7260_UCODE_API_OK 12
The iwlmvm driver is now able to handle -14.ucode. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> --- drivers/net/wireless/iwlwifi/iwl-7000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)