diff options
author | Jiri Benc <jbenc@suse.cz> | 2005-08-26 04:05:45 +0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-26 04:05:45 +0400 |
commit | 53788015c736b9957448aebd7b7c286da217ee51 (patch) | |
tree | 8a86bf1e50bf971f2515faeaa9320e17548a4810 /drivers/net/wireless | |
parent | c4aee8c21ff5d8d6f9a27112468f5e840d5ced1b (diff) | |
download | linux-53788015c736b9957448aebd7b7c286da217ee51.tar.xz |
ipw2100: Fix incorrectly named config option.
Signed-off-by: Jiri Benc <jbenc@suse.cz>
Signed-off-by: Jirka Bohac <jbohac@suse.cz>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 057405067226..9d4c2fb671e2 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -164,7 +164,7 @@ config IPW2100 say M here and read <file:Documentation/modules.txt>. The module will be called ipw2100.ko. -config IPW2100_PROMISC +config IPW2100_MONITOR bool "Enable promiscuous mode" depends on IPW2100 ---help--- |