diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-07-13 18:05:19 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-07-13 18:05:19 +0000 |
commit | 13c22f8a6ac48eff61e0a649144ef057f48551f6 (patch) | |
tree | 0d3fa161c338f27f8446c167027e0953b1fa420f /kernel/list_modules.pm | |
parent | 7bff2cf09a2784d0ef894fdc27006cec4cf8a6bc (diff) | |
download | drakx-13c22f8a6ac48eff61e0a649144ef057f48551f6.tar drakx-13c22f8a6ac48eff61e0a649144ef057f48551f6.tar.gz drakx-13c22f8a6ac48eff61e0a649144ef057f48551f6.tar.bz2 drakx-13c22f8a6ac48eff61e0a649144ef057f48551f6.tar.xz drakx-13c22f8a6ac48eff61e0a649144ef057f48551f6.zip |
detect wifi cards managed by bcma driver (mga#9378)
Diffstat (limited to 'kernel/list_modules.pm')
-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 a1d181565..982e31ed1 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -67,7 +67,7 @@ our %l = ( wireless => [ qw(acx-pci acx-usb adm8211 agnx airo airo_cs aironet4500_cs), qw(aironet_cs ar5523 ar9170usb arlan arusb_lnx at76c50x_usb ath5k ath6kl ath6kl_usb ath9k ath9k_htc), - qw(ath_pci atmel_cs atmel_pci b43 b43legacy bcm43xx bcm_wimax brcm80211 brcmsmac brcmfmac carl9170 com20020_cs), + 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), qw(ipw2200 ipw3945 iwl3945 iwl4965 iwlagn iwldvm iwlmvm iwlwifi madwifi_pci), qw(mwifiex_usb mwl8k ndiswrapper netwave_cs orinoco orinoco_cs), |