Skip to content

Commit

Permalink
wifi_drv: add 7265D-19.ucode to fw list
Browse files Browse the repository at this point in the history
Needed for x250.

Fixes #2057.
  • Loading branch information
cnuke authored and chelmuth committed Aug 29, 2016
1 parent 4949f3a commit f81d4cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repos/dde_linux/src/lib/wifi/init.cc
Expand Up @@ -86,6 +86,7 @@ Firmware_list fw_list[] = {
{ "iwlwifi-7260-17.ucode", 1049284, "iwlwifi-7260-16.ucode" },
{ "iwlwifi-7265-16.ucode", 1180356, nullptr },
{ "iwlwifi-7265D-16.ucode", 1384500, nullptr },
{ "iwlwifi-7265D-19.ucode", 1384500, "iwlwifi-7265D-16.ucode" },
{ "iwlwifi-8000C-16.ucode", 2351636, nullptr },
{ "iwlwifi-8000C-19.ucode", 2351636, "iwlwifi-8000C-16.ucode" }
};
Expand Down

0 comments on commit f81d4cf

Please sign in to comment.