aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@winlab.rutgers.edu>2008-03-07 20:49:48 -0500
committerLuis R. Rodriguez <mcgrof@winlab.rutgers.edu>2008-03-07 20:49:48 -0500
commit9a2f39a0ed6c64283333e0970799ad3b07602a6e (patch)
tree49aefbf79a496d78a631fc9547685c311a7dded4
parente88c9ede778c41920b508bf825389faa440692e7 (diff)
downloadcompat-wireless-2.6-old-9a2f39a0ed6c64283333e0970799ad3b07602a6e.tar.gz
Enable ipw2200 radiotap support, this has been tested.
Signed-off-by: Luis R. Rodriguez <mcgrof@winlab.rutgers.edu>
-rw-r--r--config.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index a70d781..a146854 100644
--- a/config.mk
+++ b/config.mk
@@ -59,7 +59,25 @@ CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
# The Intel ipws
CONFIG_IPW2100=m
+IPW2100_MONITOR=y
CONFIG_IPW2200=m
+IPW2200_MONITOR=y
+IPW2200_RADIOTAP=y
+IPW2200_PROMISCUOUS=y
+# The above enables use a second interface prefixed 'rtap'.
+# 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
+IPW2200_QOS=y
+
NEED_IEEE80211=y
CONFIG_P54_PCI=m