diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2019-06-11 03:36:41 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2019-06-11 03:37:01 +0200 |
commit | a3521d0cc3c960d52018df69a7e61b49a3810727 (patch) | |
tree | e69cb1c49cdb8f78eb280c03a4925591931ebeac /kernel | |
parent | 25c918786fe044021bbdd12affc9b01ef434f6ed (diff) | |
download | drakx-a3521d0cc3c960d52018df69a7e61b49a3810727.tar drakx-a3521d0cc3c960d52018df69a7e61b49a3810727.tar.gz drakx-a3521d0cc3c960d52018df69a7e61b49a3810727.tar.bz2 drakx-a3521d0cc3c960d52018df69a7e61b49a3810727.tar.xz drakx-a3521d0cc3c960d52018df69a7e61b49a3810727.zip |
recognize 8821ce (mga#24605)
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 664ca9909..9a239e3b5 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -63,7 +63,7 @@ our %l = ( qw(asix catc cdc_ether ch9200 dm9601 huawei_cdc_ncm kaweth mcs7830 pegasus rtl8150 smsc75xx smsc95xx usbnet), ], wireless => [ - qw(8812au acx-pci acx-usb adm8211 agnx airo airo_cs aironet4500_cs), + qw(8812au 8821ce acx-pci acx-usb adm8211 agnx airo airo_cs aironet4500_cs), qw(aironet_cs ar5523 ar9170usb arlan arusb_lnx at76c50x_usb ath10k_pci ath10k_sdio ath10k_usb ath5k ath6kl ath6kl_sdio ath6kl_usb ath9k ath9k_htc), qw(ath_pci atmel_cs atmel_pci b43 b43legacy bcm43xx bcm_wimax bcma brcm80211 brcmsmac brcmfmac carl9170 com20020_cs), qw(dyc_ar5 hostap_cs hostap_pci hostap_plx i2400m_usb ipw2100), |