Files
android_kernel_samsung_sm86…/os_if/nan
Rahul Gusain 1e3c3c688a qcacld-3.0: Pass wdev as arg to vendor_event_alloc
Currently, host driver passes null as argument instead of valid
wdev to "wlan_cfg80211_vendor_event_alloc" function and
WiFi-HAL checks for the valid wdev while receiving NAN responses
and NAN response is dropped due to invalid wdev.

So, to fix this, extract the valid wdev and pass it as argument
to "wlan_cfg80211_vendor_event_alloc" function.

Change-Id: I2c50c1d6d8ebc100b0e7c382420ed031156dcebd
CRs-Fixed: 3642176
2023-10-19 10:14:42 -07:00
..