summaryrefslogtreecommitdiff
path: root/net/mac802154/mac802154.h
diff options
context:
space:
mode:
authoralex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com>2012-06-25 23:24:51 (GMT)
committerDavid S. Miller <davem@davemloft.net>2012-06-27 04:06:11 (GMT)
commit66b69d4d7fe3026a4add368b72905b4d7878c320 (patch)
treebaaa09c385f2c9b21cec02372879c6a383f36dfb /net/mac802154/mac802154.h
parent48e44d5057144b4e28615e3e1ce725b2ca887b40 (diff)
downloadlinux-fsl-qoriq-66b69d4d7fe3026a4add368b72905b4d7878c320.tar.xz
mac802154: page and channel setter
A new method to set page and channel values for a transceiver was added to the MIB. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac802154/mac802154.h b/net/mac802154/mac802154.h
index 9951072..6967864 100644
--- a/net/mac802154/mac802154.h
+++ b/net/mac802154/mac802154.h
@@ -112,5 +112,6 @@ 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);
+void mac802154_dev_set_page_channel(struct net_device *dev, u8 page, u8 chan);
#endif /* MAC802154_H */