mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +03:00
[r8169] Remove driver cfg lookup, use pci_device_id->driver_data instead
This patch removes the cfg lookup made in the r8169 driver and replaces it with equivalent information found in the driver_data field of the pci_device_id structure. Signed-off-by: Andrei Faur <da3drus@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
21682afe69
commit
f658d7daba
@@ -440,7 +440,6 @@ struct rtl8169_private {
|
||||
|
||||
int chipset;
|
||||
int mac_version;
|
||||
int cfg_index;
|
||||
u16 intr_event;
|
||||
|
||||
struct io_buffer *tx_iobuf[NUM_TX_DESC];
|
||||
|
||||
Reference in New Issue
Block a user