diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2008-10-27 15:13:56 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-06 21:51:53 (GMT) |
commit | fe5755f61aa097ec77fe00667f4cab98a032f382 (patch) | |
tree | 23df0101df06a836f071782509dc06186e0ba306 | |
parent | c9b01df34b445e5cc4f67d21e46280f537466969 (diff) | |
download | linux-fe5755f61aa097ec77fe00667f4cab98a032f382.tar.xz |
Staging: wlan-ng: Update Help text to mention prism3 devices.
The driver also supports prism3 devices
Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/wlan-ng/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wlan-ng/Kconfig b/drivers/staging/wlan-ng/Kconfig index 2425d86..a401bdb 100644 --- a/drivers/staging/wlan-ng/Kconfig +++ b/drivers/staging/wlan-ng/Kconfig @@ -1,9 +1,9 @@ config PRISM2_USB - tristate "Prism2.5 USB driver" + tristate "Prism2.5/3 USB driver" depends on WLAN_80211 && USB default n ---help--- - This is the wlan-ng prism 2.5 USB driver for a wide range of + This is the wlan-ng prism 2.5/3 USB driver for a wide range of old USB wireless devices. To compile this driver as a module, choose M here: the module |