netdev: Get rid of netdev_dev.
authorBen Pfaff <blp@nicira.com>
Fri, 15 Mar 2013 22:54:36 +0000 (15:54 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 10 May 2013 21:46:15 +0000 (14:46 -0700)
commitb5d57fc87925cb3c029de19d0a94de5ca07ae28e
tree3ae481688b37e88a89b311386d6c98ecf7d33c7c
parent180c6d0b440961cbc873c4d045eb8b2daa1364e9
netdev: Get rid of netdev_dev.

The distinction between struct netdev_dev and struct netdev has always
been confusing.  Now that previous commits have eliminated all interesting
state from struct netdev, this commit deletes it and renames struct
netdev_dev to take its place.  Now the situation makes much more sense and
I won't have to continue making embarrassed explanations in the future.

Good riddance.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/netdev-bsd.c
lib/netdev-dummy.c
lib/netdev-linux.c
lib/netdev-provider.h
lib/netdev-vport.c
lib/netdev.c