On Wed, 30 Apr 2025 at 03:45, Nuno Teixeira <edua...@freebsd.org> wrote:

> Hello,
>
> main-n276868-cbe50f7c20cf-dirty: Tue Apr 29
>
> sys/dev/rtwn/usb/rtwn_usb_rx.c
> -       m = m_get2(totlen, M_NOWAIT, MT_DATA, M_PKTHDR);
> +       m = m_get3(totlen, M_NOWAIT, MT_DATA, M_PKTHDR);
>
> On both amd64 and aarch64, connection is stable but it only connects
> with VHT20 instead VHT80 tested a few days ago.
> Am I missing some config option?
>

I haven't changed anything recently that should affect that.
(I'm not running today's head either, I can update today though!)

bz@ ? Any ideas?



-adrian



>
> ```
> wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
>         options=200001<RXCSUM,RXCSUM_IPV6>
>         ether 7c:f1:7e:70:f5:1c
>         inet 192.168.1.82 netmask 0xfffffe00 broadcast 192.168.1.255
>         groups: wlan
>         ssid NOS-9C84-5 channel 36 (5180 MHz 11a vht/20) bssid
> d0:cf:0e:91:9c:85
>         regdomain ETSI country PT authmode WPA2/802.11i privacy ON
>         deftxkey UNDEF AES-CCM 2:128-bit txpower 23 bmiss 7 mcastrate 6
>         mgmtrate 6 scanvalid 60 ampdulimit 64k ampdudensity 4 shortgi -stbc
>         ldpctx -ldpcrx -uapsd vht vht40 vht80 -vht160 -vht80p80 wme
>         roaming MANUAL
>         parent interface: rtwn0
>         media: IEEE 802.11 Wireless Ethernet VHT mode 11ac
>         status: associated
>         nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
> ```
>
> Thanks!
>
> --
> Nuno Teixeira
> FreeBSD UNIX:  <edua...@freebsd.org>   Web:  https://FreeBSD.org
>
>

Reply via email to