mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
[iwm] Switch 7265D and 3165 devices to 7265D firmware.
Obtained from: dragonflybsd.git 0cb0a810cb4e04b30937cb4260e779f717a86492
This commit is contained in:
parent
05ac366069
commit
2fd963796d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314081
@ -105,8 +105,7 @@ const struct iwm_cfg iwm3160_cfg = {
|
||||
|
||||
const struct iwm_cfg iwm3165_cfg = {
|
||||
.name = "Intel(R) Dual Band Wireless AC 3165",
|
||||
/* XXX IWM7265D_FW doesn't seem to work properly yet */
|
||||
.fw_name = IWM7265_FW,
|
||||
.fw_name = IWM7265D_FW,
|
||||
IWM_DEVICE_7000_COMMON,
|
||||
.host_interrupt_operation_mode = 0,
|
||||
};
|
||||
@ -120,8 +119,7 @@ const struct iwm_cfg iwm7265_cfg = {
|
||||
|
||||
const struct iwm_cfg iwm7265d_cfg = {
|
||||
.name = "Intel(R) Dual Band Wireless AC 7265",
|
||||
/* XXX IWM7265D_FW doesn't seem to work properly yet */
|
||||
.fw_name = IWM7265_FW,
|
||||
.fw_name = IWM7265D_FW,
|
||||
IWM_DEVICE_7000_COMMON,
|
||||
.host_interrupt_operation_mode = 0,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user