mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
dpp: fix 2 spelling errors
This commit is contained in:
parent
8a09cd3472
commit
a5495978b7
@ -1254,7 +1254,7 @@ static void dpp_presence_announce(struct dpp_sm *dpp)
|
|||||||
iov[1].iov_base = attrs;
|
iov[1].iov_base = attrs;
|
||||||
iov[1].iov_len = ptr - attrs;
|
iov[1].iov_len = ptr - attrs;
|
||||||
|
|
||||||
l_debug("Sending presense annoucement on frequency %u and waiting %u",
|
l_debug("Sending presence announcement on frequency %u and waiting %u",
|
||||||
dpp->current_freq, dpp->dwell);
|
dpp->current_freq, dpp->dwell);
|
||||||
|
|
||||||
dpp_send_frame(dpp, iov, 2, dpp->current_freq);
|
dpp_send_frame(dpp, iov, 2, dpp->current_freq);
|
||||||
|
Loading…
Reference in New Issue
Block a user