summaryrefslogtreecommitdiffstats
path: root/net/mac802154/ieee802154_i.h
diff options
context:
space:
mode:
authorAlexander Aring2014-11-05 20:51:14 +0100
committerMarcel Holtmann2014-11-05 21:53:03 +0100
commitb210b18747cb511bb71f6a49c97e8d38f639b435 (patch)
tree644fad3528a37d44a6e85e6bdbea3ced09c2ac8b /net/mac802154/ieee802154_i.h
parentieee802154: remove nl802154 unused functions (diff)
downloadkernel-qcow2-linux-b210b18747cb511bb71f6a49c97e8d38f639b435.tar.gz
kernel-qcow2-linux-b210b18747cb511bb71f6a49c97e8d38f639b435.tar.xz
kernel-qcow2-linux-b210b18747cb511bb71f6a49c97e8d38f639b435.zip
mac802154: move interface del handling in iface
This patch moves and rename the mac802154_del_iface function into iface.c and rename the function to ieee802154_if_remove which is a similar naming convention like mac80211. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/ieee802154_i.h b/net/mac802154/ieee802154_i.h
index 27e17e6bcf18..61a6a0fd39ad 100644
--- a/net/mac802154/ieee802154_i.h
+++ b/net/mac802154/ieee802154_i.h
@@ -175,6 +175,6 @@ void mac802154_unlock_table(struct net_device *dev);
struct net_device *
mac802154_add_iface(struct wpan_phy *phy, const char *name, int type);
-void mac802154_del_iface(struct wpan_phy *phy, struct net_device *dev);
+void ieee802154_if_remove(struct ieee802154_sub_if_data *sdata);
#endif /* __IEEE802154_I_H */