net: stmmac: Add PCI bus info to ethtool driver query output
This patch populates the PCI bus info in the ethtool driver query data. Users will be able to view PCI bus info using 'ethtool -i <interface>'. Signed-off-by: Wong Vee Khee <vee.khee.wong@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
41f1a01bb6
commit
20e07e2c3c
3 changed files with 6 additions and 0 deletions
|
|
@ -202,5 +202,6 @@ struct plat_stmmacenet_data {
|
|||
bool vlan_fail_q_en;
|
||||
u8 vlan_fail_q;
|
||||
unsigned int eee_usecs_rate;
|
||||
struct pci_dev *pdev;
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue