[PATCH] orinoco: reduce differences between PCI drivers, create orinoco_pci.h
commitb884c872fa1917614b42a39020ffcca7fa9302b1
authorPavel Roskin <proski@gnu.org>
Fri, 7 Apr 2006 08:10:57 +0000 (7 04:10 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 24 Apr 2006 20:15:52 +0000 (24 16:15 -0400)
tree82f5ba67f6b38c96804fb449e018d83fbdce65a1
parentc6fb2e9abef894efc4870e4c1e3aa4365b830a11
[PATCH] orinoco: reduce differences between PCI drivers, create orinoco_pci.h

Make all Orinoco PCI drivers (orinoco_pci, orinoco_plx, orinoco_tmd and
orinoco_nortel) as similar as possible.  Use the best implementation of
error handling, the best error messages, the best comments.

Put common code to orinoco_pci.h.  For now, it's suspend and resume
functions and function for registering the network device.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/orinoco_nortel.c
drivers/net/wireless/orinoco_pci.c
drivers/net/wireless/orinoco_pci.h [new file with mode: 0644]
drivers/net/wireless/orinoco_plx.c
drivers/net/wireless/orinoco_tmd.c