diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-10-28 18:21:30 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-28 23:19:08 +0100 |
commit | c7420c367d63a7e1414e010afb52c3837fd9134e (patch) | |
tree | 2af7e991d21480b7fde78719294a1fbfb356d1e5 /net/mac802154/ieee802154_i.h | |
parent | mac802154: remove channel attributes from sdata (diff) | |
download | linux-c7420c367d63a7e1414e010afb52c3837fd9134e.tar.xz linux-c7420c367d63a7e1414e010afb52c3837fd9134e.zip |
mac802154: move mac_params functions into mac_cmd
These functions can be static in mac_cmd file.
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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/mac802154/ieee802154_i.h b/net/mac802154/ieee802154_i.h index 46c9fe7ba2b2..7cebc9844c00 100644 --- a/net/mac802154/ieee802154_i.h +++ b/net/mac802154/ieee802154_i.h @@ -140,11 +140,6 @@ 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); u8 mac802154_dev_get_dsn(const struct net_device *dev); -int mac802154_set_mac_params(struct net_device *dev, - const struct ieee802154_mac_params *params); -void mac802154_get_mac_params(struct net_device *dev, - struct ieee802154_mac_params *params); - int mac802154_get_params(struct net_device *dev, struct ieee802154_llsec_params *params); int mac802154_set_params(struct net_device *dev, |