1 /* SPDX-License-Identifier: ISC */
3 * Copyright (c) 2015 Qualcomm Atheros, Inc.
10 struct wmi_p2p_noa_info
;
12 void ath10k_p2p_noa_update(struct ath10k_vif
*arvif
,
13 const struct wmi_p2p_noa_info
*noa
);
14 void ath10k_p2p_noa_update_by_vdev_id(struct ath10k
*ar
, u32 vdev_id
,
15 const struct wmi_p2p_noa_info
*noa
);