- Remove an incorrect comment

svn path=/trunk/; revision=54918
This commit is contained in:
Cameron Gutman 2012-01-12 03:16:48 +00:00
parent 3a504014d4
commit 0286bc6dc3

View file

@ -136,7 +136,6 @@ MiniportQueryInformation(
case OID_GEN_HARDWARE_STATUS:
{
GenericULONG = (ULONG)NdisHardwareStatusReady;
/* ((Adapter->MediaState == NdisMediaStateConnected) ? NdisHardwareStatusReady : NdisHardwareStatusNotReady); */
break;
}