Closed umokk closed 7 years ago
According to http://msdn.microsoft.com/en-us/library/windows/hardware/ff570839%28v=vs.85%29.aspx, ndis6 is not one of the listed possible values. I don't see any value listed that appears more appropriate, and since the driver appears to work fine with a value of ndis5, it is probably correct (just misleading).
You are correct. There is no NDIS6 keyword in this context. Leaving as NDIS5 is correct.
In file OemVista.inf.in: (101) HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
Should it be "ndis6" instead of "ndis5"?