linklayerprotocols/ethernetnif/EthInt/Ethbase.cpp
branchGCC_SURGE
changeset 46 73696f712f10
parent 25 d15a50675083
equal deleted inserted replaced
34:b433d36685ef 46:73696f712f10
  1082     LoadPacketDriverL();
  1082     LoadPacketDriverL();
  1083 	}
  1083 	}
  1084 
  1084 
  1085 void CLANLinkCommon::Destroy()
  1085 void CLANLinkCommon::Destroy()
  1086 	{
  1086 	{
  1087 	ASSERT(iMMState==EStopped);
  1087     // PDEF143631: RNDIS driver doesn't override CLANLinkCommon::Destroy()
       
  1088 	ASSERT(iMMState==EStarting || iMMState==EStopped);
  1088 	DeleteThisFlow();
  1089 	DeleteThisFlow();
  1089 	}
  1090 	}
  1090 
  1091 
  1091 // Utility functions
  1092 // Utility functions
  1092 
  1093