P2P: Fix a typo in a function documentation
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
fd848ab9e3
commit
a601f71bc7
1 changed files with 1 additions and 1 deletions
|
@ -1439,7 +1439,7 @@ int p2p_get_peer_info(struct p2p_data *p2p, const u8 *addr, int next,
|
||||||
void p2p_set_client_discoverability(struct p2p_data *p2p, int enabled);
|
void p2p_set_client_discoverability(struct p2p_data *p2p, int enabled);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* p2p_set_manageD_oper - Set managed P2P Device operations capability
|
* p2p_set_managed_oper - Set managed P2P Device operations capability
|
||||||
* @p2p: P2P module context from p2p_init()
|
* @p2p: P2P module context from p2p_init()
|
||||||
* @enabled: Whether managed P2P Device operations will be enabled
|
* @enabled: Whether managed P2P Device operations will be enabled
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue