Which function is recommended to spawn a new thread within NDIS5/6 context? Looking for something that is guaranteed to work at IRQL=PASSIVE (e.g. no bsods out of nothing); by a quick examination of ndis.h
contents, found nothing.
Also, it is planned to use a newly spawned thread for calling upon NdisFreeMemory*
family, will it be causing any problems to free allocated, but unused memory from a different thread?