Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jan 2024 00:30:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        wireless@FreeBSD.org
Subject:   [Bug 274990] [wpa] wpa_cli scan_results times out after 10s with no output, making installer wifi unusable
Message-ID:  <bug-274990-21060-tqYI6Q5wvO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274990-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274990-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274990

--- Comment #18 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Dac84975e4a1f89a608a3c6ba8f8322b19=
a83421e

commit ac84975e4a1f89a608a3c6ba8f8322b19a83421e
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2023-12-01 23:37:29 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2024-01-09 00:26:38 +0000

    unix/dgram: bump maximum datagram size limit to 8k

    This is important for wpa_supplicant operation on a crowded network.

    Note: we actually need an API to increase maximum datagram size on a
    socket.  Previously SO_SNDBUF magically acted like that, but that was
    an undocumented "feature".

    Also move the comment to the proper line.  Previously it was the receive
    buffer that imposed the limit.  Now notion of buffer size and maximum
    datagram are separate.

    Reviewed by:            bz, tuexen, karels
    Differential Revision:  https://reviews.freebsd.org/D42830
    PR:                     274990

    (cherry picked from commit be7c095ac99ad29fd72b780c7d58949a38656c66)

 sys/kern/uipc_usrreq.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274990-21060-tqYI6Q5wvO>