summaryrefslogtreecommitdiffstats
path: root/net/mac802154/iface.c
diff options
context:
space:
mode:
authorAlexander Aring2014-10-26 09:37:13 +0100
committerMarcel Holtmann2014-10-26 17:24:05 +0100
commite5e584fcc26b6b2225855b6fdba64d90dd8e2ea6 (patch)
tree3c77f4bd78f58062045793d7d48808c8293b53bd /net/mac802154/iface.c
parentmac802154: tx: move stats tx increment (diff)
downloadkernel-qcow2-linux-e5e584fcc26b6b2225855b6fdba64d90dd8e2ea6.tar.gz
kernel-qcow2-linux-e5e584fcc26b6b2225855b6fdba64d90dd8e2ea6.tar.xz
kernel-qcow2-linux-e5e584fcc26b6b2225855b6fdba64d90dd8e2ea6.zip
mac802154: tx: change naming convention
This patch changes the naming convention of the tx functions like mac80211. Just with an 802154 instead 80211 inside the name. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/mac802154/iface.c')
-rw-r--r--net/mac802154/iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/iface.c b/net/mac802154/iface.c
index f14e4365c4c7..be45dc9257b3 100644
--- a/net/mac802154/iface.c
+++ b/net/mac802154/iface.c
@@ -315,7 +315,7 @@ static struct header_ops mac802154_header_ops = {
static const struct net_device_ops mac802154_wpan_ops = {
.ndo_open = mac802154_wpan_open,
.ndo_stop = mac802154_slave_close,
- .ndo_start_xmit = mac802154_wpan_xmit,
+ .ndo_start_xmit = ieee802154_subif_start_xmit,
.ndo_do_ioctl = mac802154_wpan_ioctl,
.ndo_set_mac_address = mac802154_wpan_mac_addr,
};