diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-11-02 03:18:41 (GMT) |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-11-02 03:51:07 (GMT) |
commit | 776e59de46b5db368e1bd0a4ec5c4feaa740a3d1 (patch) | |
tree | f8ca06e1d42c5fe8848fa977ffa785086f4fdb51 /net/mac802154/ieee802154_i.h | |
parent | ab24f50f2a3e3f6a38b4852530534aa99d86b4d1 (diff) | |
download | linux-776e59de46b5db368e1bd0a4ec5c4feaa740a3d1.tar.xz |
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>
Diffstat (limited to 'net/mac802154/ieee802154_i.h')
-rw-r--r-- | net/mac802154/ieee802154_i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac802154/ieee802154_i.h b/net/mac802154/ieee802154_i.h index 39af6ea..27e17e6 100644 --- a/net/mac802154/ieee802154_i.h +++ b/net/mac802154/ieee802154_i.h @@ -135,7 +135,6 @@ ieee802154_subif_start_xmit(struct sk_buff *skb, struct net_device *dev); /* MIB callbacks */ void mac802154_dev_set_short_addr(struct net_device *dev, __le16 val); __le16 mac802154_dev_get_short_addr(const struct net_device *dev); -void mac802154_dev_set_ieee_addr(struct net_device *dev); __le16 mac802154_dev_get_pan_id(const struct net_device *dev); void mac802154_dev_set_pan_id(struct net_device *dev, __le16 val); void mac802154_dev_set_page_channel(struct net_device *dev, u8 page, u8 chan); |