etheriwl: add Wireless 8260 card

After the latest tweaks to the order of operations,
the card works.
This commit is contained in:
Ori Bernstein 2020-10-05 14:10:12 -07:00
parent 204a96f163
commit 53234798c0

View file

@ -4348,6 +4348,10 @@ iwlpci(void)
family = 0;
fwname = nil;
break;
case 0x24f3: /* Wireless AC 8260 */
family = 8000;
fwname = "iwm-8000C-34";
break;
case 0x24fd: /* Wireless AC 8265 */
family = 8000;
fwname = "iwm-8265-34";