mac802154: monitor device support
authoralex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com>
Tue, 15 May 2012 20:50:29 +0000 (20:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 May 2012 19:17:08 +0000 (15:17 -0400)
commit0606069d9ef538687957d41ed6387d665af7a643
treeb0e54cbdddc436a4b8fd48db676c0ab2efd55d6f
parent62610ad21870a8cf842d4a48f07c3a964e1d2622
mac802154: monitor device support

Support for monitor device intended to capture all the network activity.
This interface could be used by networks sniffers and is already
supported by WireShark. That's a good test point to check that basic
MAC support works.

Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_arp.h
include/linux/nl802154.h
include/net/wpan-phy.h
net/mac802154/Makefile
net/mac802154/ieee802154_dev.c
net/mac802154/mac802154.h
net/mac802154/monitor.c [new file with mode: 0644]
net/mac802154/rx.c
This page took 0.027742 seconds and 5 git commands to generate.