etheriwl: add Wireless 8260 card
After the latest tweaks to the order of operations, the card works.
This commit is contained in:
parent
204a96f163
commit
53234798c0
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue