|
@@ -142,10 +142,11 @@ static void hdd_cca_notification_cb(uint8_t vdev_id,
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- event = cfg80211_vendor_event_alloc(hdd_ctx->wiphy, NULL,
|
|
|
- get_cca_report_len(),
|
|
|
- QCA_NL80211_VENDOR_SUBCMD_MEDIUM_ASSESS_INDEX,
|
|
|
- GFP_KERNEL);
|
|
|
+ event = cfg80211_vendor_event_alloc(
|
|
|
+ hdd_ctx->wiphy, &adapter->wdev,
|
|
|
+ get_cca_report_len(),
|
|
|
+ QCA_NL80211_VENDOR_SUBCMD_MEDIUM_ASSESS_INDEX,
|
|
|
+ GFP_KERNEL);
|
|
|
if (!event) {
|
|
|
hdd_err("cfg80211_vendor_event_alloc failed");
|
|
|
return;
|