diff options
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; } |
