diff options
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 80d04e98b..495861a8c 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -61,7 +61,7 @@ our %l = ( ], wireless => [ qw(acx-pci acx-usb adm8211 airo airo_cs aironet4500_cs aironet_cs arlan), - qw(at76_usb ath_pci ath5k atmel_cs atmel_pci b43 b43legacy bcm43xx com20020_cs dyc_ar5), + qw(at76_usb ath_pci ath5k ath9k atmel_cs atmel_pci b43 b43legacy bcm43xx com20020_cs dyc_ar5), qw(hostap_cs hostap_pci hostap_plx ipw2100 ipw2200 ipw3945 iwl3945 iwl4965 iwlwifi), qw(madwifi_pci netwave_cs ndiswrapper orinoco orinoco_cs orinoco_nortel orinoco_pci orinoco_plx orinoco_tmd), qw(p54pci p54usb prism2_cs prism2_pci prism2_usb prism54 r8180 ray_cs rndis_wlan), diff --git a/perl-install/NEWS b/perl-install/NEWS index 74e29f52a..9a7f2dc9b 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -5,6 +5,7 @@ o give console rights for current session when renaming user - drakdvb: o install w_scan if needed (#48242) +- list ath9k in wireless modules category Version 11.91 - 25 February 2009 |