diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2009-01-07 17:23:17 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-07 17:23:17 -0800 |
commit | b4d7f0a46bc0e30514b1779caff0fce6e424c4b5 (patch) | |
tree | 7dcd0b1620b62e11aa1d7346df379ce369d5f19e /net/bluetooth/bnep/bnep.h | |
parent | 43a67304a3e882ec297e08159f8698be59a235fe (diff) | |
download | linux-b4d7f0a46bc0e30514b1779caff0fce6e424c4b5.tar.bz2 |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/bnep/bnep.h b/net/bluetooth/bnep/bnep.h index d20f8a40f36e..0d9e506f5d5a 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); |