ieee802154: use standard routine for printing dumps
authorDmitry Baryshkov <dbaryshkov@gmail.com>
Thu, 18 Jun 2009 04:16:46 +0000 (04:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2009 07:18:43 +0000 (00:18 -0700)
commit25502bda07b4cd4f1d9942cca2df446c4a0f167c
tree669e10051fcc6ac476beb6977496b1c335c16302
parenta8f447bda3ee00e3a3ab080c48db40078ea65221
ieee802154: use standard routine for printing dumps

Use print_hex_dump_bytes instead of self-written dumping function
for outputting packet dumps.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/af_ieee802154.c