All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iwlwifi: bump FW API to 66 for AX devices
@ 2021-09-01 10:14 Luca Coelho
  2021-09-02 16:40 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2021-09-01 10:14 UTC (permalink / raw)
  To: kvalo; +Cc: luca, linux-wireless

From: Luca Coelho <luciano.coelho@intel.com>

Start supporting API version 66 for AX devices.

Th iwlwifi FW API is frozen every 6 weeks, so we need to bump the
newest version number that the driver supports accordingly.  In this
specific case, support for new HW will only be possible with the new
FW version.  This change still keeps backwards compatibility with
older FW API versions for existing devices.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210826232711.a597e514a861.I71faf5c650cc6383eadfb34ca15e88b6deb8d525@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
---
 drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c
index 52d1d391f4c6..d8231cc821ae 100644
--- a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c
+++ b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c
@@ -9,7 +9,7 @@
 #include "iwl-prph.h"
 
 /* Highest firmware API version supported */
-#define IWL_22000_UCODE_API_MAX	65
+#define IWL_22000_UCODE_API_MAX	66
 
 /* Lowest firmware API version supported */
 #define IWL_22000_UCODE_API_MIN	39
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: iwlwifi: bump FW API to 66 for AX devices
  2021-09-01 10:14 [PATCH] iwlwifi: bump FW API to 66 for AX devices Luca Coelho
@ 2021-09-02 16:40 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2021-09-02 16:40 UTC (permalink / raw)
  To: Luca Coelho; +Cc: luca, linux-wireless

Luca Coelho <luca@coelho.fi> wrote:

> From: Luca Coelho <luciano.coelho@intel.com>
> 
> Start supporting API version 66 for AX devices.
> 
> Th iwlwifi FW API is frozen every 6 weeks, so we need to bump the
> newest version number that the driver supports accordingly.  In this
> specific case, support for new HW will only be possible with the new
> FW version.  This change still keeps backwards compatibility with
> older FW API versions for existing devices.
> 
> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>

Patch applied to wireless-drivers.git, thanks.

851c8e761c39 iwlwifi: bump FW API to 66 for AX devices

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20210901101412.300012-1-luca@coelho.fi/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-02 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 10:14 [PATCH] iwlwifi: bump FW API to 66 for AX devices Luca Coelho
2021-09-02 16:40 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.