mac802154: tx: use netdev print helpers
authorAlexander Aring <alex.aring@gmail.com>
Sun, 26 Oct 2014 08:37:10 +0000 (09:37 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 26 Oct 2014 16:24:04 +0000 (17:24 +0100)
commitcfa626cb3725101fd1853c2cab857aabfd78274b
tree66d02244a5b7a0dc3b218a5943cfa9aa1818b461
parent6001d5223dd458e4f0063df2a24762eb2a619b17
mac802154: tx: use netdev print helpers

This patch replace the pr_foo printout function to netdev_foo printout
function. Inside the xmit handling, the interface is already known.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/mac802154/tx.c