commit | 78b4bad16ec41e1d3d5575ff9aca29aab2f831bc | [log] [tgz] |
---|---|---|
author | Alexander Aring <alex.aring@gmail.com> | Sun Nov 02 04:18:42 2014 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sun Nov 02 04:51:07 2014 +0100 |
tree | 83eae03594371ff179fae59e589b34f923ca51e4 | |
parent | 776e59de46b5db368e1bd0a4ec5c4feaa740a3d1 [diff] |
mac802154: set short address filter on ifup This patch moves the setting of hardware short address filtering inside of interface up instead doing it it directly inside of netlink interface. The netlink call which can only be called when netif isn't running sets only the necessary short_addr value in sdata. After an interface up the address filter will be set with this value. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>