[PATCH] orinoco: don't put PCI resource data to the network device
authorPavel Roskin <proski@gnu.org>
Mon, 1 May 2006 06:13:33 +0000 (02:13 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 5 May 2006 21:10:41 +0000 (17:10 -0400)
commit461c078c9cdfc1d24a436a87daed90f18c3b0d0d
tree90b08022254282c74cba106e0d94431ad31dc598
parent95047dd6d00ad00e7f1f632db6b8ecaa704cfc7e
[PATCH] orinoco: don't put PCI resource data to the network device

The resource data in the network device is intended for ISA and other
older busses, but not for PCI.  Don't put PCI data there.  Don't (ab)use
the network device for keeping the IRQ number.

Retire orinoco_pci_setup_netdev(), and print some minimal information to
the kernel log instead, identifying the network device and the driver
mostly to identify problems at startup.  Scripts should rely on sysfs.

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
drivers/net/wireless/orinoco_plx.c
drivers/net/wireless/orinoco_tmd.c