diff options
| author | Yang You (UU) <[email protected]> | 2025-11-16 12:38:39 -0800 |
|---|---|---|
| committer | Yang You (UU) <[email protected]> | 2025-11-16 12:38:39 -0800 |
| commit | 90a7fc175216f84a11cda994958cd1634341783f (patch) | |
| tree | b6dfba03bcc44b190ff18b5264adeac7f60f5926 /network/wlan/WIFICX/drivercode/driver.cpp | |
| parent | c9aa1b84b884282ea161c528cb00d1417c0cdb50 (diff) | |
have the wifiHAL living with the wdfdevice addtional context memory
Diffstat (limited to 'network/wlan/WIFICX/drivercode/driver.cpp')
| -rw-r--r-- | network/wlan/WIFICX/drivercode/driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/wlan/WIFICX/drivercode/driver.cpp b/network/wlan/WIFICX/drivercode/driver.cpp index 562769ef..f25cc7b5 100644 --- a/network/wlan/WIFICX/drivercode/driver.cpp +++ b/network/wlan/WIFICX/drivercode/driver.cpp @@ -65,7 +65,7 @@ Return Value: return status; } - //TraceExit(status); + TraceExit(status); return status; } |
