mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 10:39:23 +01:00
p2p: Fix ie_tlv_extract_wfd_payload call typo
This commit is contained in:
parent
4d2176df29
commit
dfaf6e045f
@ -938,7 +938,7 @@ static void p2p_group_event(enum ap_event_type type, const void *event_data,
|
|||||||
p2p_clear_association_req(&req_info);
|
p2p_clear_association_req(&req_info);
|
||||||
|
|
||||||
if (dev->conn_own_wfd)
|
if (dev->conn_own_wfd)
|
||||||
wfd_data = ie_tlv_extract_p2p_payload(data->assoc_ies,
|
wfd_data = ie_tlv_extract_wfd_payload(data->assoc_ies,
|
||||||
data->assoc_ies_len,
|
data->assoc_ies_len,
|
||||||
&wfd_data_len);
|
&wfd_data_len);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user