bluetooth: driver API update
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 8 Jan 2009 01:23:17 +0000 (17:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Jan 2009 01:23:17 +0000 (17:23 -0800)
commitb4d7f0a46bc0e30514b1779caff0fce6e424c4b5
tree7dcd0b1620b62e11aa1d7346df379ce369d5f19e
parent43a67304a3e882ec297e08159f8698be59a235fe
bluetooth: driver API update

Convert to net_device_ops and use internal net_device_stats in bnep
device.

Note: no need for bnep_net_ioctl since if ioctl is not set, then
dev_ifsioc handles it by returning -EOPNOTSUPP

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bluetooth/bnep/bnep.h
net/bluetooth/bnep/core.c
net/bluetooth/bnep/netdev.c