Browse Source

qcacmn: Action frame random mac addr tx support

1. Send add random mac addr rx filter WMI command
to target
2. Add/Del the active random mac addr entry
3. Clear random mac addr from target if not active

Change-Id: I9dcbdc20b76d9865da7a8db6ee013bf5e44e4407
CRs-Fixed: 2322097
Liangwei Dong 6 years ago
parent
commit
e2492c05d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/wlan_cfg80211_p2p.c

+ 1 - 1
src/wlan_cfg80211_p2p.c

@@ -495,5 +495,5 @@ int wlan_cfg80211_mgmt_tx_cancel(struct wlan_objmgr_vdev *vdev,
 	}
 
 	return qdf_status_to_os_return(
-		ucfg_p2p_mgmt_tx_cancel(psoc, cookie));
+		ucfg_p2p_mgmt_tx_cancel(psoc, vdev, cookie));
 }