diff options
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index fdf5aa8b8429..91fc2c765d90 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -635,14 +635,20 @@ config RTL8180 | |||
635 | Thanks to Realtek for their support! | 635 | Thanks to Realtek for their support! |
636 | 636 | ||
637 | config RTL8187 | 637 | config RTL8187 |
638 | tristate "Realtek 8187 USB support" | 638 | tristate "Realtek 8187 and 8187B USB support" |
639 | depends on MAC80211 && USB && WLAN_80211 && EXPERIMENTAL | 639 | depends on MAC80211 && USB && WLAN_80211 && EXPERIMENTAL |
640 | select EEPROM_93CX6 | 640 | select EEPROM_93CX6 |
641 | ---help--- | 641 | ---help--- |
642 | This is a driver for RTL8187 based cards. | 642 | This is a driver for RTL8187 and RTL8187B based cards. |
643 | These are USB based chips found in cards such as: | 643 | These are USB based chips found in devices such as: |
644 | 644 | ||
645 | Netgear WG111v2 | 645 | Netgear WG111v2 |
646 | Level 1 WNC-0301USB | ||
647 | Micronet SP907GK V5 | ||
648 | Encore ENUWI-G2 | ||
649 | Trendnet TEW-424UB | ||
650 | ASUS P5B Deluxe | ||
651 | Toshiba Satellite Pro series of laptops | ||
646 | 652 | ||
647 | Thanks to Realtek for their support! | 653 | Thanks to Realtek for their support! |
648 | 654 | ||
@@ -673,6 +679,19 @@ config ADM8211 | |||
673 | 679 | ||
674 | Thanks to Infineon-ADMtek for their support of this driver. | 680 | Thanks to Infineon-ADMtek for their support of this driver. |
675 | 681 | ||
682 | config MAC80211_HWSIM | ||
683 | tristate "Simulated radio testing tool for mac80211" | ||
684 | depends on MAC80211 && WLAN_80211 | ||
685 | ---help--- | ||
686 | This driver is a developer testing tool that can be used to test | ||
687 | IEEE 802.11 networking stack (mac80211) functionality. This is not | ||
688 | needed for normal wireless LAN usage and is only for testing. See | ||
689 | Documentation/networking/mac80211_hwsim for more information on how | ||
690 | to use this tool. | ||
691 | |||
692 | To compile this driver as a module, choose M here: the module will be | ||
693 | called mac80211_hwsim. If unsure, say N. | ||
694 | |||
676 | source "drivers/net/wireless/p54/Kconfig" | 695 | source "drivers/net/wireless/p54/Kconfig" |
677 | source "drivers/net/wireless/ath5k/Kconfig" | 696 | source "drivers/net/wireless/ath5k/Kconfig" |
678 | source "drivers/net/wireless/iwlwifi/Kconfig" | 697 | source "drivers/net/wireless/iwlwifi/Kconfig" |