Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27294
b: refs/heads/master
c: d685b8c
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Apr 24, 2006
1 parent 0dce167 commit 614ca5a
Show file tree
Hide file tree
Showing 4 changed files with 674 additions and 28 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c6c33a779dfe7aa8254be4da08c217914f1390a0
refs/heads/master: d685b8c226727bf5db907c7241f55461e7f1f008
24 changes: 24 additions & 0 deletions trunk/drivers/net/wireless/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,30 @@ config IPW2200_DEBUG
If you are not trying to debug or develop the IPW2200 driver, you
most likely want to say N here.

config IPW2200_PROMISCUOUS
bool "Enable creation of a RF radiotap promiscuous interface."
depends on IPW2200
select IEEE80211_RADIOTAP
---help---
Enables the creation of a second interface prefixed 'rtap'.
This second interface will provide every received in radiotap
format.

This is useful for performing wireless network analysis while
maintaining an active association.

Example usage:

% modprobe ipw2200 rtap_iface=1
% ifconfig rtap0 up
% tethereal -i rtap0

If you do not specify 'rtap_iface=1' as a module parameter then
the rtap interface will not be created and you will need to turn
it on via sysfs:

% echo 1 > /sys/bus/pci/drivers/ipw2200/*/rtap_iface

config AIRO
tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
depends on NET_RADIO && ISA_DMA_API && (PCI || BROKEN)
Expand Down
Loading

0 comments on commit 614ca5a

Please sign in to comment.