iwinfo: detect QCA IPQ4019 WiSoC from FDT
authorDaniel Golle <daniel@makrotopia.org>
Tue, 5 Jan 2021 22:08:46 +0000 (22:08 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 5 Jan 2021 22:19:42 +0000 (22:19 +0000)
commita17f5613c3622c85a7c8ab7db0e16be504cfff2a
treeeb9f2db8948aee9b447d61965298ce32179ee573
parent85bdda510e14df82a37099a8985da6474b3c7fcd
iwinfo: detect QCA IPQ4019 WiSoC from FDT

As it's the most reliable and straight forward way on modern platforms,
detect the hardware ID by checking the 'compatible'-string of non-PCI
(ie. built-in) devices.
As this is only relevant for WiSoCs, there won't be that many records,
so it's not worth making any larger structural changes. Hence just
match the compatible string and translate it into fake PCI IDs.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
hardware.txt
iwinfo_nl80211.c