diff options
author | alex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com> | 2012-06-26 01:24:50 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-06-27 06:06:11 +0200 |
commit | 48e44d5057144b4e28615e3e1ce725b2ca887b40 (patch) | |
tree | 5ef20eaeaa3c765afa3adde699fb29a6fcf85171 /net/mac802154/mac802154.h | |
parent | mac802154: set and get PAN id (diff) | |
download | linux-48e44d5057144b4e28615e3e1ce725b2ca887b40.tar.xz linux-48e44d5057144b4e28615e3e1ce725b2ca887b40.zip |
mac802154: short address setter
A method to assign the IEEE802.15.4 short address was added to the
MIB implementation.
Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac802154/mac802154.h')
-rw-r--r-- | net/mac802154/mac802154.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac802154/mac802154.h b/net/mac802154/mac802154.h index 5cb7dc286cd1..995107203ddc 100644 --- a/net/mac802154/mac802154.h +++ b/net/mac802154/mac802154.h @@ -108,6 +108,7 @@ netdev_tx_t mac802154_tx(struct mac802154_priv *priv, struct sk_buff *skb, u8 page, u8 chan); /* MIB callbacks */ +void mac802154_dev_set_short_addr(struct net_device *dev, u16 val); void mac802154_dev_set_ieee_addr(struct net_device *dev); u16 mac802154_dev_get_pan_id(const struct net_device *dev); void mac802154_dev_set_pan_id(struct net_device *dev, u16 val); |