1
0
Fork 0
alistair23-linux/net/mac802154
Phoebe Buckheister 2d3b5b0a90 mac802154: don't deliver packets to devices that are down
Only one WPAN devices can be active at any given time, so only deliver
packets to that one interface that is actually up. Multiple monitors may
be up at any given time, but we don't have to deliver to monitors that
are down either.

Signed-off-by: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-06-11 12:10:19 -07:00
..
Kconfig mac802154: update Kconfig 2014-05-16 17:23:40 -04:00
Makefile mac802154: add llsec structures and mutators 2014-05-16 17:23:40 -04:00
ieee802154_dev.c mac802154: make csma/cca parameters per-wpan 2014-04-01 16:25:51 -04:00
llsec.c mac802154: llsec: add forgotten list_del_rcu in key removal 2014-06-06 16:25:37 -07:00
llsec.h mac802154: add llsec decryption method 2014-05-16 17:23:41 -04:00
mac802154.h mac802154: add llsec configuration functions 2014-05-16 17:23:41 -04:00
mac_cmd.c mac802154: propagate device address changes to llsec 2014-05-16 17:23:41 -04:00
mib.c mac802154: add llsec configuration functions 2014-05-16 17:23:41 -04:00
monitor.c mac802154: don't deliver packets to devices that are down 2014-06-11 12:10:19 -07:00
rx.c mac802154: don't deliver packets to devices that are down 2014-06-11 12:10:19 -07:00
tx.c mac802154: Keep track of the channel when changed 2013-04-08 12:09:18 -04:00
wpan.c mac802154: don't deliver packets to devices that are down 2014-06-11 12:10:19 -07:00