![]() |
|
|||
0001 /* SPDX-License-Identifier: ISC */ 0002 /* 0003 * Copyright (c) 2015 Qualcomm Atheros, Inc. 0004 */ 0005 0006 #ifndef _P2P_H 0007 #define _P2P_H 0008 0009 struct ath10k_vif; 0010 struct wmi_p2p_noa_info; 0011 0012 void ath10k_p2p_noa_update(struct ath10k_vif *arvif, 0013 const struct wmi_p2p_noa_info *noa); 0014 void ath10k_p2p_noa_update_by_vdev_id(struct ath10k *ar, u32 vdev_id, 0015 const struct wmi_p2p_noa_info *noa); 0016 0017 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |