mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
[iwm] Switch 7265D and 3165 devices to 7265D firmware.
Obtained from: dragonflybsd.git 0cb0a810cb4e04b30937cb4260e779f717a86492
This commit is contained in:
parent
05ac366069
commit
2fd963796d
1 changed files with 2 additions and 4 deletions
|
|
@ -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 a new issue