summaryrefslogtreecommitdiff
path: root/net/bluetooth/bnep/bnep.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2009-01-07 17:23:17 -0800
committerDavid S. Miller <davem@davemloft.net>2009-01-07 17:23:17 -0800
commitb4d7f0a46bc0e30514b1779caff0fce6e424c4b5 (patch)
tree7dcd0b1620b62e11aa1d7346df379ce369d5f19e /net/bluetooth/bnep/bnep.h
parent43a67304a3e882ec297e08159f8698be59a235fe (diff)
downloadlinux-3.10-b4d7f0a46bc0e30514b1779caff0fce6e424c4b5.tar.gz
linux-3.10-b4d7f0a46bc0e30514b1779caff0fce6e424c4b5.tar.bz2
linux-3.10-b4d7f0a46bc0e30514b1779caff0fce6e424c4b5.zip
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>
Diffstat (limited to 'net/bluetooth/bnep/bnep.h')
-rw-r--r--net/bluetooth/bnep/bnep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/bnep/bnep.h b/net/bluetooth/bnep/bnep.h
index d20f8a40f36..0d9e506f5d5 100644
--- a/net/bluetooth/bnep/bnep.h
+++ b/net/bluetooth/bnep/bnep.h
@@ -165,7 +165,6 @@ struct bnep_session {
struct socket *sock;
struct net_device *dev;
- struct net_device_stats stats;
};
void bnep_net_setup(struct net_device *dev);