summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorgutteridge <gutteridge@NetBSD.org>2022-04-25 02:29:13 +0000
committergutteridge <gutteridge@NetBSD.org>2022-04-25 02:29:13 +0000
commit4d57de773a6cc628a17cd365f32f8a8c890c20d9 (patch)
tree5ea62a566766272a6584db9e8337b987bda77b58 /sys/dev
parente4ee79b1439090c1ea89bcdc521f16f2f7e8183c (diff)
Update firmware for Intel Centrino Advanced-N 6205 WiFi cards
Use the final version of firmware provided for these cards. This has been tested with both variants of impacted iwn(4) cards (6005_2X2_1 and 6005_2X2_2, as found in a Dell E6230 and a Lenovo T420), improvements noted.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_iwn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_iwn.c b/sys/dev/pci/if_iwn.c
index a3c6930db8e..9385e74c84e 100644
--- a/sys/dev/pci/if_iwn.c
+++ b/sys/dev/pci/if_iwn.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_iwn.c,v 1.98 2021/12/31 14:25:23 riastradh Exp $ */
+/* $NetBSD: if_iwn.c,v 1.99 2022/04/25 02:29:14 gutteridge Exp $ */
/* $OpenBSD: if_iwn.c,v 1.135 2014/09/10 07:22:09 dcoppa Exp $ */
/*-
@@ -22,7 +22,7 @@
* adapters.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_iwn.c,v 1.98 2021/12/31 14:25:23 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_iwn.c,v 1.99 2022/04/25 02:29:14 gutteridge Exp $");
#define IWN_USE_RBUF /* Use local storage for RX */
#undef IWN_HWCRYPTO /* XXX does not even compile yet */
@@ -859,7 +859,7 @@ iwn5000_attach(struct iwn_softc *sc, pci_product_id_t pid)
* PCI_PRODUCT_INTEL_WIFI_LINK_6005_2X2_2
*/
else
- sc->fwname = "iwlwifi-6000g2a-5.ucode";
+ sc->fwname = "iwlwifi-6000g2a-6.ucode";
break;
case IWN_HW_REV_TYPE_2030:
sc->limits = &iwn2030_sensitivity_limits;