spidernet: move medium variable into card struct
This moves the medium variable into the spidernet card structure. It renames the GMII_ variables to BCM54XX specific ones. Signed-off-by: Jens Osterkamp <jens@de.ibm.com> Signed-off-by: Linas Vepstas <linas@austin.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
committed by
Jeff Garzik
parent
fc8e13da91
commit
4b23a554db
@@ -444,6 +444,8 @@ struct spider_net_card {
|
||||
struct pci_dev *pdev;
|
||||
struct mii_phy phy;
|
||||
|
||||
int medium;
|
||||
|
||||
void __iomem *regs;
|
||||
|
||||
struct spider_net_descr_chain tx_chain;
|
||||
|
Reference in New Issue
Block a user