diff options
author | Jiri Benc <jbenc@suse.cz> | 2005-08-25 20:05:45 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-25 20:05:45 -0400 |
commit | 53788015c736b9957448aebd7b7c286da217ee51 (patch) | |
tree | 8a86bf1e50bf971f2515faeaa9320e17548a4810 /drivers/net/wireless/Kconfig | |
parent | c4aee8c21ff5d8d6f9a27112468f5e840d5ced1b (diff) |
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/Kconfig')
-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 | |||
164 | say M here and read <file:Documentation/modules.txt>. The module | 164 | say M here and read <file:Documentation/modules.txt>. The module |
165 | will be called ipw2100.ko. | 165 | will be called ipw2100.ko. |
166 | 166 | ||
167 | config IPW2100_PROMISC | 167 | config IPW2100_MONITOR |
168 | bool "Enable promiscuous mode" | 168 | bool "Enable promiscuous mode" |
169 | depends on IPW2100 | 169 | depends on IPW2100 |
170 | ---help--- | 170 | ---help--- |