iprowifi4965: Add -100 firmware.
Should fix #14492. Change-Id: I887995d45d2e357f0181f54396bc3c19a2158e26 Reviewed-on: https://review.haiku-os.org/567 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
parent
563a1a0da1
commit
79187c3c42
Binary file not shown.
@ -25,6 +25,7 @@ KernelAddon iprowifi4965 :
|
||||
;
|
||||
|
||||
HAIKU_WIFI_FIRMWARE_PACKAGES on iprowifi4965 =
|
||||
iwlwifi-100-ucode-39.31.5.1
|
||||
iwlwifi-105-ucode-18.168.6.1 iwlwifi-135-ucode-18.168.6.1
|
||||
iwlwifi-1000-ucode-39.31.5.1
|
||||
iwlwifi-2000-ucode-18.168.6.1 iwlwifi-2030-ucode-18.168.6.1
|
||||
@ -33,6 +34,7 @@ HAIKU_WIFI_FIRMWARE_PACKAGES on iprowifi4965 =
|
||||
iwlwifi-6000-ucode-9.221.4.1 iwlwifi-6000g2a-ucode-18.168.6.1
|
||||
iwlwifi-6000g2b-ucode-18.168.6.1 iwlwifi-6050-ucode-41.28.5.1 ;
|
||||
HAIKU_WIFI_FIRMWARE_ARCHIVES on iprowifi4965 =
|
||||
iwlwifi-100-ucode-39.31.5.1.tgz
|
||||
iwlwifi-105-ucode-18.168.6.1.tgz iwlwifi-135-ucode-18.168.6.1.tgz
|
||||
iwlwifi-1000-ucode-39.31.5.1.tgz
|
||||
iwlwifi-2000-ucode-18.168.6.1.tgz iwlwifi-2030-ucode-18.168.6.1.tgz
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright 2018, Colin Günther, coling@gmx.de. All rights reserved.
|
||||
* Copyright 2009, Colin Günther, coling@gmx.de. All rights reserved.
|
||||
* Copyright 2018, Haiku, Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
@ -24,7 +25,8 @@ NO_HAIKU_FBSD_MII_DRIVER();
|
||||
NO_HAIKU_REENABLE_INTERRUPTS();
|
||||
HAIKU_DRIVER_REQUIREMENTS(FBSD_TASKQUEUES | FBSD_WLAN);
|
||||
HAIKU_FIRMWARE_VERSION(44417);
|
||||
HAIKU_FIRMWARE_NAME_MAP(12) = {
|
||||
HAIKU_FIRMWARE_NAME_MAP(13) = {
|
||||
{"iwn100fw", "iwlwifi-100-5.ucode"},
|
||||
{"iwn105fw", "iwlwifi-105-6.ucode"},
|
||||
{"iwn135fw", "iwlwifi-135-6.ucode"},
|
||||
{"iwn1000fw", "iwlwifi-1000-5.ucode"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user