NWifi: correctly determine ROM/chip/etc IDs based on hardware version (as specified in firmware).

fixes #700
This commit is contained in:
Arisotura
2020-08-19 17:53:31 +02:00
parent e1add6f3d7
commit c9447935ff
4 changed files with 39 additions and 6 deletions

View File

@ -28,6 +28,7 @@ void SetupDirectBoot();
u8 GetConsoleType();
u8 GetWifiVersion();
u8 GetNWifiVersion();
u8 GetRFVersion();
u8* GetWifiMAC();