mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[NDIS]
- NdisGetCurrentSystemTime can be called at any IRQL - Fixes assertions running the RTL8185 driver svn path=/branches/wlan-bringup/; revision=54896
This commit is contained in:
@@ -57,10 +57,9 @@ NdisGetCurrentSystemTime (
|
||||
* ARGUMENTS:
|
||||
* pSystemTime: pointer to the returned system time
|
||||
* NOTES:
|
||||
* - call at IRQL <= DISPATCH_LEVEL
|
||||
* - call at any IRQL
|
||||
*/
|
||||
{
|
||||
ASSERT_IRQL(DISPATCH_LEVEL);
|
||||
ASSERT(pSystemTime);
|
||||
|
||||
KeQuerySystemTime (pSystemTime);
|
||||
|
||||
Reference in New Issue
Block a user