aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r--drivers/net/wireless/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index e0874cbfefea..c04971a8e4a8 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -263,6 +263,30 @@ config IPW2200_DEBUG
263 If you are not trying to debug or develop the IPW2200 driver, you 263 If you are not trying to debug or develop the IPW2200 driver, you
264 most likely want to say N here. 264 most likely want to say N here.
265 265
266config IPW2200_PROMISCUOUS
267 bool "Enable creation of a RF radiotap promiscuous interface."
268 depends on IPW2200
269 select IEEE80211_RADIOTAP
270 ---help---
271 Enables the creation of a second interface prefixed 'rtap'.
272 This second interface will provide every received in radiotap
273 format.
274
275 This is useful for performing wireless network analysis while
276 maintaining an active association.
277
278 Example usage:
279
280 % modprobe ipw2200 rtap_iface=1
281 % ifconfig rtap0 up
282 % tethereal -i rtap0
283
284 If you do not specify 'rtap_iface=1' as a module parameter then
285 the rtap interface will not be created and you will need to turn
286 it on via sysfs:
287
288 % echo 1 > /sys/bus/pci/drivers/ipw2200/*/rtap_iface
289
266config AIRO 290config AIRO
267 tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" 291 tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
268 depends on NET_RADIO && ISA_DMA_API && (PCI || BROKEN) 292 depends on NET_RADIO && ISA_DMA_API && (PCI || BROKEN)