]> git.baikalelectronics.ru Git - kernel.git/commit
mac802154: move mac pib attributes into wpan_dev
authorAlexander Aring <alex.aring@gmail.com>
Sun, 9 Nov 2014 07:36:45 +0000 (08:36 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 9 Nov 2014 18:50:27 +0000 (19:50 +0100)
commit73d53b1f240eeaf94a202b393bc8ddba06b80a59
treed1b5c0e373969cdd11c55e1fce9ba398cb05ae54
parent74d4f12dd9da110a5e70e661994fe22f2c73d7d5
mac802154: move mac pib attributes into wpan_dev

This patch moves all mac pib attributes into the wpan_dev struct.
Furthermore we can easier access these attributes over the netdev
802154_ptr pointer. Currently this is only possible over a complicated
callback structure in mac802154 because subif data structure is
accessable inside mac802154 only.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/cfg802154.h
net/mac802154/ieee802154_i.h
net/mac802154/iface.c
net/mac802154/mib.c
net/mac802154/rx.c