Bug 281982

Summary: rtw89 does not recv IPv6 MC
Product: Base System Reporter: Bjoern A. Zeeb <bz>
Component: wirelessAssignee: Bjoern A. Zeeb <bz>
Status: Closed Not A Bug    
Severity: Affects Only Me CC: bz, emaste
Priority: ---    
Version: CURRENT   
Hardware: amd64   
OS: Any   
Bug Depends on:    
Bug Blocks: 273621    

Description Bjoern A. Zeeb freebsd_committer freebsd_triage 2024-10-10 00:04:33 UTC
Seems IPv6 unicast and IPv4 Broadcasts works (dhclient was happy) but [incoming] IPv6 MC is not seen.

ifmcstat shows them:
        mldv2 flags=2<USEALLOW> rv 2 qi 125 qri 10 uri 3
                group ff02::202%wlan890 scopeid 0x5 mode exclude
                        mcast-macaddr 33:33:00:00:02:02
                group ff01::1%wlan890 scopeid 0x5 mode exclude
                        mcast-macaddr 33:33:00:00:00:01
                group ff02::2:737:6bf3%wlan890 scopeid 0x5 mode exclude
                        mcast-macaddr 33:33:07:37:6b:f3
                group ff02::2:ff07:376b%wlan890 scopeid 0x5 mode exclude
                        mcast-macaddr 33:33:ff:07:37:6b
                group ff02::1%wlan890 scopeid 0x5 mode exclude
                        mcast-macaddr 33:33:00:00:00:01
                group ff02::1:ff0a:467b%wlan890 scopeid 0x5 mode exclude
                        mcast-macaddr 33:33:ff:0a:46:7b


Given iwlwifi does recevied them using the same KPI likely one needs to investigate.
Comment 1 Bjoern A. Zeeb freebsd_committer freebsd_triage 2025-01-28 23:39:25 UTC
This was very likely caused by other changes related to HW_CRYPTO support in one of my work trees.  After fixing this for rtw8x I can happily do all kinds of RX and TX again.