diff options
| author | Yang You (UU) <[email protected]> | 2025-12-06 18:29:41 -0800 |
|---|---|---|
| committer | Yang You (UU) <[email protected]> | 2025-12-06 18:29:41 -0800 |
| commit | e6d3536e4873fb928f2cc9683df05718fddc8923 (patch) | |
| tree | a1065e0e6dd298e8ded4fce9a854a67084bbd4cc /network/wlan/WIFICX/drivercode/device.cpp | |
| parent | fcb9e29e5dfe0c36b9090fbcb43c832af3599907 (diff) | |
Fix build break for NETCX2.6 only APIs
Diffstat (limited to 'network/wlan/WIFICX/drivercode/device.cpp')
| -rw-r--r-- | network/wlan/WIFICX/drivercode/device.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/wlan/WIFICX/drivercode/device.cpp b/network/wlan/WIFICX/drivercode/device.cpp index 9404b161..31639c9f 100644 --- a/network/wlan/WIFICX/drivercode/device.cpp +++ b/network/wlan/WIFICX/drivercode/device.cpp @@ -80,6 +80,9 @@ NTSTATUS EvtWifiDeviceCreateAdapter(WDFDEVICE Device, NETADAPTER_INIT* AdapterIn return ntStatus; } + auto wifiNetvDevice = WifiGetIhvDeviceContext(Device); + wifiNetvDevice->netAdapters[WifiAdapterGetPortId(netAdapter)] = netAdapter; + WFCInfo("%!FUNC!: Success!"); return ntStatus; } |
