diff options
Diffstat (limited to 'net/mac802154/iface.c')
-rw-r--r-- | net/mac802154/iface.c | 2 |
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 = { | |||
315 | static const struct net_device_ops mac802154_wpan_ops = { | 315 | static const struct net_device_ops mac802154_wpan_ops = { |
316 | .ndo_open = mac802154_wpan_open, | 316 | .ndo_open = mac802154_wpan_open, |
317 | .ndo_stop = mac802154_slave_close, | 317 | .ndo_stop = mac802154_slave_close, |
318 | .ndo_start_xmit = mac802154_wpan_xmit, | 318 | .ndo_start_xmit = ieee802154_subif_start_xmit, |
319 | .ndo_do_ioctl = mac802154_wpan_ioctl, | 319 | .ndo_do_ioctl = mac802154_wpan_ioctl, |
320 | .ndo_set_mac_address = mac802154_wpan_mac_addr, | 320 | .ndo_set_mac_address = mac802154_wpan_mac_addr, |
321 | }; | 321 | }; |