commit | 863e88f255dac0657e57d5f1a1f95ee8733f8c13 | [log] [tgz] |
---|---|---|
author | Alexander Aring <alex.aring@gmail.com> | Sun Nov 09 08:36:45 2014 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sun Nov 09 19:50:27 2014 +0100 |
tree | d1b5c0e373969cdd11c55e1fce9ba398cb05ae54 | |
parent | b0c42cd7b210efc74aa4bfc3e39a2814dfaa9b89 [diff] |
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>