android_kernel_xiaomi_sm8350/drivers/net
Zhu Yi d685b8c226 [PATCH] ipw2200: Enable rtap interface for RF promiscuous mode while associated
With this patch, a new promiscuous mode is enabled. If the module is loaded
with the rtap_iface=1 module parameter, two interfaces will be created
(instead of just one).

The second interface is prefixed 'rtap' and provides received 802.11 frames
on the current channel to user space in a radiotap header format.

Example usage:

        % modprobe ipw2200 rtap_iface=1
        % iwconfig eth1 essid MyNetwork
        % dhcpcd eth1
        % tcpdump -i rtap0

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

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

You can filter out what type of information is passed to user space via
the rtap_filter sysfs entry.  Currently you can tell the driver to
transmit just the headers (which will provide the RADIOTAP and IEEE
802.11 header but not the payload), to filter based on frame control
type (Management, Control, or Data), and whether to report transmitted
frames, received frames, or both.

The transmit frame reporting is based on a patch by Stefan Rompf.

Filters can be get and set via a sysfs interface. For example, set the
filter to only send headers (0x7), don't report Tx'd frames (0x10), and
don't report data frames (0x100):

        % echo 0x117 > /sys/bus/pci/drivers/ipw2200/*/rtap_filter

All your packets are belong to us:

        % tethereal -n -i rtap0

Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2006-04-24 16:15:56 -04:00
..
appletalk [APPLETALK]: warning fix 2006-02-13 15:53:41 -08:00
arcnet Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial 2006-04-02 12:58:45 -07:00
arm [PATCH] AT91RM9200 Ethernet driver 2006-03-24 12:10:55 -05:00
bonding [PATCH] bonding: support carrier state for master 2006-03-29 17:34:02 -05:00
chelsio kbuild: fix unneeded rebuilds in drivers/net/chelsio after moving source tree 2006-04-04 16:51:41 +02:00
cris
e1000 BUG_ON() Conversion in drivers/net/ 2006-04-02 13:52:48 +02:00
fec_8xx [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
fs_enet [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
hamradio [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
ibm_emac
irda [IRDA]: smsc-ircc2, smcinit support for ALi ISA bridges 2006-04-14 16:03:33 -07:00
ixgb [PATCH] Use pci_set_consistent_dma_mask in ixgb driver 2006-04-12 18:11:23 -04:00
ixp2000 [PATCH] ixp2000: fix gcc4 breakage 2006-03-29 17:34:02 -05:00
pcmcia [PATCH] pcmcia: add new ID to pcnet_cs 2006-04-22 00:49:12 +02:00
phy Massive net driver const-ification. 2006-03-03 21:33:57 -05:00
sk98lin [PATCH] s/;;/;/g 2006-03-24 07:33:24 -08:00
skfp [PATCH] skfp warning fixes 2006-03-21 16:00:53 -05:00
tokenring BUG_ON() Conversion in drivers/net/ 2006-04-02 13:52:48 +02:00
tulip Merge ../linux-2.6 2006-03-29 13:24:50 +11:00
wan [WAN]: Remove broken and unmaintained Sangoma drivers. 2006-04-11 17:28:33 -07:00
wireless [PATCH] ipw2200: Enable rtap interface for RF promiscuous mode while associated 2006-04-24 16:15:56 -04:00
3c59x.c [PATCH] 3c59x: fix networking for 10base2 NICs 2006-03-31 12:18:55 -08:00
3c501.c
3c501.h
3c503.c
3c503.h
3c505.c
3c505.h
3c507.c
3c509.c [PATCH] 3c509: use proper suspend/resume API 2006-03-11 20:32:17 -05:00
3c515.c
3c523.c
3c523.h
3c527.c
3c527.h
7990.c
7990.h
8139cp.c BUG_ON() Conversion in drivers/net/ 2006-04-02 13:52:48 +02:00
8139too.c [PATCH] Fix "value computed not used" warnings 2006-03-24 07:33:28 -08:00
8390.c
8390.h [PATCH] net: remove CONFIG_NET_CBUS conditional for NS8390 2006-03-29 17:34:02 -05:00
82596.c
a2065.c [PATCH] amiga: fix driver_register() return handling, remove zorro_module_init() 2006-03-25 08:22:53 -08:00
a2065.h
ac3200.c
acenic_firmware.h [PATCH] acenic: fix section mismatches 2006-03-29 17:28:49 -05:00
acenic.c
acenic.h
amd8111e.c
amd8111e.h
apne.c
ariadne.c [PATCH] amiga: fix driver_register() return handling, remove zorro_module_init() 2006-03-25 08:22:53 -08:00
ariadne.h
at1700.c
atari_bionet.c [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
atari_pamsnet.c [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
atarilance.c [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
atp.c
atp.h
au1000_eth.c [PATCH] AMD Au1xx0: fix Ethernet TX stats 2006-03-22 20:29:29 -05:00
au1000_eth.h
b44.c [netdrvr b44] trim trailing whitespace 2006-04-12 18:04:32 -04:00
b44.h
bmac.c
bmac.h
bnx2_fw.h Massive net driver const-ification. 2006-03-03 21:33:57 -05:00
bnx2.c [PATCH] net drivers: fix section attributes for gcc 2006-04-12 18:08:45 -04:00
bnx2.h [BNX2]: Separate tx producer and consumer fields 2006-03-23 01:13:43 -08:00
bsd_comp.c
cassini.c [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
cassini.h [CASSINI]: sem2mutex 2006-03-20 22:34:09 -08:00
cs89x0.c
cs89x0.h
de600.c
de600.h
de620.c [PATCH] de620: fix section mismatch warning 2006-03-11 13:29:09 -05:00
de620.h
declance.c
defxx.c
defxx.h
depca.c [PATCH] Use of uninitialized variable in drivers/net/depca.c 2006-03-22 20:30:45 -05:00
depca.h
dgrs_asstruct.h
dgrs_bcomm.h
dgrs_es4h.h
dgrs_ether.h
dgrs_firmware.c Massive net driver const-ification. 2006-03-03 21:33:57 -05:00
dgrs_i82596.h
dgrs_plx9060.h
dgrs.c [PATCH] EISA: tidy-up driver_register() return value 2006-03-25 08:22:53 -08:00
dgrs.h
dl2k.c Merge branch 'upstream-fixes' 2006-03-11 13:35:31 -05:00
dl2k.h
dm9000.c
dm9000.h
dummy.c
e100.c Merge branch 'upstream-fixes' 2006-03-16 19:27:08 -05:00
e2100.c
eepro100.c Massive net driver const-ification. 2006-03-03 21:33:57 -05:00
eepro.c
eexpress.c
eexpress.h
epic100.c Massive net driver const-ification. 2006-03-03 21:33:57 -05:00
eql.c BUG_ON() Conversion in drivers/net/ 2006-04-02 13:52:48 +02:00
es3210.c
eth16i.c
ewrk3.c
ewrk3.h
fealnx.c Massive net driver const-ification. 2006-03-03 21:33:57 -05:00
fec.c
fec.h
forcedeth.c [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK 2006-03-28 09:16:07 -08:00
gianfar_ethtool.c [PATCH] gianfar: Fix sparse warnings 2006-02-07 02:04:33 -05:00
gianfar_mii.c [PATCH] gianfar: Fix sparse warnings 2006-02-07 02:04:33 -05:00
gianfar_mii.h
gianfar_sysfs.c
gianfar.c [PATCH] handle errors returned by platform_get_irq*() 2006-03-20 13:42:57 -08:00
gianfar.h [PATCH] gianfar: Fix sparse warnings 2006-02-07 02:04:33 -05:00
gt64240eth.h
gt96100eth.c [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
gt96100eth.h
hamachi.c Massive net driver const-ification. 2006-03-03 21:33:57 -05:00
hp100.c Merge branch 'viro' 2006-02-09 14:17:05 -05:00
hp100.h
hp-plus.c [PATCH] remove ISA legacy functions: drivers/net/hp-plus.c 2006-03-24 07:33:19 -08:00
hp.c
hplance.c [PATCH] hp300: fix driver_register() return handling, remove dio_module_init() 2006-03-25 08:22:53 -08:00
hplance.h
hydra.c [PATCH] amiga: fix driver_register() return handling, remove zorro_module_init() 2006-03-25 08:22:53 -08:00
ibmlana.c
ibmlana.h
ibmveth.c [PATCH] powerpc/pseries: Change H_StudlyCaps to H_SHOUTING_CAPS 2006-04-01 22:36:57 +11:00
ibmveth.h
ifb.c [NET]: Increase default IFB device count. 2006-02-23 16:23:51 -08:00
ioc3-eth.c [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK 2006-03-28 09:16:07 -08:00
isa-skeleton.c
iseries_veth.c
jazzsonic.c
Kconfig [PATCH] uml: kconfigs 2006-03-31 12:18:51 -08:00
lance.c [PATCH] remove ISA legacy functions: drivers/net/lance.c 2006-03-24 07:33:19 -08:00
lasi_82596.c [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
LICENSE.SRC
lne390.c
loopback.c [PATCH] for_each_possible_cpu: loopback device. 2006-03-28 09:16:05 -08:00
lp486e.c [PATCH] lp486e: remove SLOW_DOWN_IO 2006-02-01 08:53:10 -08:00
mac89x0.c [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
mac8390.c
mace.c [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
mace.h
macmace.c
macsonic.c
Makefile [PATCH] fix spidernet build issue 2006-03-22 20:28:04 -05:00
meth.c [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
meth.h
mii.c
mipsnet.c
mipsnet.h
mv643xx_eth.c [PATCH] mv643xx_eth: Fix tx_timeout to only conditionally wake tx queue 2006-04-12 18:11:23 -04:00
mv643xx_eth.h [PATCH] mv643xx_eth: Cache align skb->data if CONFIG_NOT_COHERENT_CACHE 2006-03-21 16:00:51 -05:00
mvme147.c
myri_code.h
myri_sbus.c
myri_sbus.h
natsemi.c [PATCH] net drivers: fix section attributes for gcc 2006-04-12 18:08:45 -04:00
ne2.c
ne2k-pci.c BUG_ON() Conversion in drivers/net/ 2006-04-02 13:52:48 +02:00
ne3210.c
ne-h8300.c [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
ne.c [PATCH] NEx000: fix RTL8019AS base address for RBTX4938 2006-04-20 17:28:57 -04:00
netconsole.c [NET] netconsole: set .name in struct console 2006-04-09 22:25:25 -07:00
ni52.c
ni52.h
ni65.c
ni65.h
ni5010.c [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
ni5010.h
ns83820.c BUG_ON() Conversion in drivers/net/ 2006-04-02 13:52:48 +02:00
oaknet.c
pci-skeleton.c
pcnet32.c [PATCH] Janitor: drivers/net/pcnet32: fix incorrect comments 2006-03-29 17:34:02 -05:00
plip.c Massive net driver const-ification. 2006-03-03 21:33:57 -05:00
ppp_async.c
ppp_deflate.c
ppp_generic.c [PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_generic 2006-03-23 07:38:10 -08:00
ppp_mppe.c
ppp_mppe.h
ppp_synctty.c Massive net driver const-ification. 2006-03-03 21:33:57 -05:00
pppoe.c [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum 2006-03-20 22:43:56 -08:00
pppox.c
r8169.c Massive net driver const-ification. 2006-03-03 21:33:57 -05:00
rionet.c
rrunner.c
rrunner.h
s2io-regs.h
s2io.c Merge branch 'upstream-fixes' 2006-03-04 12:07:07 -05:00
s2io.h Merge branch 'lro' 2006-03-02 14:26:30 -05:00
saa9730.c
saa9730.h
sb1000.c Massive net driver const-ification. 2006-03-03 21:33:57 -05:00
sb1250-mac.c [PATCH] sb1250-mac: Add support for the BCM1480 2006-03-03 21:23:02 -05:00
seeq8005.c
seeq8005.h
sgiseeq.c [PATCH] Sparse: Cleanup sgiseeq sparse warnings. 2006-03-11 20:32:17 -05:00
sgiseeq.h
shaper.c
sis190.c Massive net driver const-ification. 2006-03-03 21:33:57 -05:00
sis900.c [PATCH] Typo fixes 2006-03-28 09:16:08 -08:00
sis900.h [PATCH] sis900: remove cfgpmcsr I/O space register define 2006-02-07 01:58:36 -05:00
sk_mca.c
sk_mca.h
skge.c [PATCH] dlink pci cards using wrong driver 2006-04-12 18:04:03 -04:00
skge.h [PATCH] skge: compute available ring buffers 2006-03-23 17:13:54 -05:00
sky2.c [PATCH] sky2: bad memory reference on dual port cards 2006-04-12 18:11:23 -04:00
sky2.h [PATCH] sky2: bad memory reference on dual port cards 2006-04-12 18:11:23 -04:00
slhc.c
slip.c
slip.h
smc91x.c [PATCH] smc91x: allow for dynamic bus access configs 2006-03-21 16:00:53 -05:00
smc91x.h [PATCH] smc91x: allow for dynamic bus access configs 2006-03-21 16:00:53 -05:00
smc9194.c
smc9194.h
smc-mca.c
smc-ultra32.c
smc-ultra.c
sonic.c
sonic.h
Space.c
spider_net_ethtool.c
spider_net.c [PATCH] spidernet : enable tx checksum offloading by default 2006-03-29 17:34:02 -05:00
spider_net.h
starfire_firmware.h
starfire_firmware.pl
starfire.c [PATCH] net drivers: fix section attributes for gcc 2006-04-12 18:08:45 -04:00
stnic.c
sun3_82586.c
sun3_82586.h
sun3lance.c [PATCH] Remove MODULE_PARM 2006-03-25 08:22:52 -08:00
sunbmac.c
sunbmac.h
sundance.c Merge branch 'net-const' 2006-03-03 22:22:45 -05:00
sungem_phy.c [SUNGEM]: Marvell PHY suspend. 2006-04-19 15:42:28 -07:00
sungem_phy.h
sungem.c [SUNGEM]: sem2mutex 2006-03-20 22:34:25 -08:00
sungem.h [SUNGEM]: sem2mutex 2006-03-20 22:34:25 -08:00
sunhme.c
sunhme.h
sunlance.c
sunqe.c
sunqe.h
tc35815.c
tg3.c [TG3]: Speed up SRAM access (2nd version) 2006-04-09 22:25:46 -07:00
tg3.h [TG3]: Speed up SRAM access (2nd version) 2006-04-09 22:25:46 -07:00
tlan.c [PATCH] drivers/net/tlan.c: #ifdef CONFIG_PCI the PCI specific code 2006-02-24 00:20:08 -05:00
tlan.h
tun.c [TUN]: Fix leak in tun_get_user() 2006-03-11 18:49:13 -08:00
typhoon-firmware.h
typhoon.c [PATCH] net drivers: fix section attributes for gcc 2006-04-12 18:08:45 -04:00
typhoon.h
via-rhine.c [PATCH] drivers/net/via-rhine.c: make a function static 2006-04-12 18:08:45 -04:00
via-velocity.c via-velocity: fix memory corruption when changing the mtu 2006-02-27 23:11:08 +01:00
via-velocity.h
wd.c
yellowfin.c BUG_ON() Conversion in drivers/net/ 2006-04-02 13:52:48 +02:00
znet.c
zorro8390.c [PATCH] amiga: fix driver_register() return handling, remove zorro_module_init() 2006-03-25 08:22:53 -08:00