commit | 776e59de46b5db368e1bd0a4ec5c4feaa740a3d1 | [log] [tgz] |
---|---|---|
author | Alexander Aring <alex.aring@gmail.com> | Sun Nov 02 04:18:41 2014 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sun Nov 02 04:51:07 2014 +0100 |
tree | f8ca06e1d42c5fe8848fa977ffa785086f4fdb51 | |
parent | ab24f50f2a3e3f6a38b4852530534aa99d86b4d1 [diff] |
mac802154: set extended address filter on ifup This patch moves the setting of hardware extended address filtering inside of interface up instead doing it directly inside of netlink interface. Also we don't need to set the sdata extended attribute in netlink. This is already done by ndo_set_mac_address of net_device_ops. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>