kernel-ark/net/mac802154
Alexander Aring 640985ec2f mac802154: at86rf230: add hw flags and merge ops
This patch adds new mac802154 hw flags for transmit power, csma and
listen before transmit (lbt). These flags indicates that the transceiver
supports these features. If the flags are set and the driver doesn't
implement the necessary functions, then ieee802154_register_device
returns -ENOSYS "Function not implemented".

This patch merges also all at86rf230 operations into one operations structure
and set the right hw flags for the at86rf230 transceivers.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-07 21:29:24 -07:00
..
ieee802154_dev.c mac802154: at86rf230: add hw flags and merge ops 2014-07-07 21:29:24 -07:00
Kconfig mac802154: update Kconfig 2014-05-16 17:23:40 -04:00
llsec.c 6lowpan: mac802154: fix coding style issues 2014-07-07 20:55:22 -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
Makefile mac802154: add llsec structures and mutators 2014-05-16 17:23:40 -04:00
mib.c 6lowpan: mac802154: fix coding style issues 2014-07-07 20:55:22 -07: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 6lowpan: mac802154: fix coding style issues 2014-07-07 20:55:22 -07:00
wpan.c mac802154: don't deliver packets to devices that are down 2014-06-11 12:10:19 -07:00