mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 09:31:26 +00:00
mt76x0: pci: report firmware version using ethtool
Report via ethtool fw_ver and build_ver members of mt76x02_fw_header data structure similarly to what is reported in the syslog Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
26a9daa691
commit
127aa72691
@ -116,6 +116,7 @@ static int mt76x0e_load_firmware(struct mt76x02_dev *dev)
|
||||
goto out;
|
||||
}
|
||||
|
||||
mt76x02_set_ethtool_fwver(dev, hdr);
|
||||
dev_dbg(dev->mt76.dev, "Firmware running!\n");
|
||||
|
||||
out:
|
||||
|
Loading…
Reference in New Issue
Block a user