WiFi (BCM4360), frequent disconnections since F38

Hello,

I have a MacBookAir6,2 which was working fine with Fedora 37.

Since Fedora 38, I have very frequent disconnections (about every 4 minutes) with the WiFi.

03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter (rev 03)
        Subsystem: Apple Inc. Device 0117
        Flags: bus master, fast devsel, latency 0, IRQ 18
        Memory at b0600000 (64-bit, non-prefetchable) [size=32K]
        Memory at b0400000 (64-bit, non-prefetchable) [size=2M]
        Capabilities: <access denied>
        Kernel driver in use: wl
        Kernel modules: bcma, wl

I use the kernel module from the package broadcom-wl-6.30.223.271-21.fc38 from rpmfusion.org

filename:       /lib/modules/6.2.13-300.fc38.x86_64/extra/wl/wl.ko.xz
license:        MIXED/Proprietary
alias:          pci:v*d*sv*sd*bc02sc80i*
depends:        cfg80211
retpoline:      Y
name:           wl
vermagic:       6.2.13-300.fc38.x86_64 SMP preempt mod_unload 

In the logs I see

avril 30 12:19:59 macbookair wpa_supplicant[46908]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=dc:00:b0:88:54:c0 reason=0
avril 30 12:19:59 macbookair wpa_supplicant[46908]: BSSID dc:00:b0:88:54:c0 ignore list count incremented to 2, ignoring for 10 seconds
avril 30 12:19:59 macbookair NetworkManager[1612]: <info>  [1682849999.1206] device (wlp3s0): supplicant interface state: completed -> disconnected
avril 30 12:19:59 macbookair wpa_supplicant[46908]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
avril 30 12:19:59 macbookair wpa_supplicant[46908]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=USER type=COUNTRY alpha2=FR
avril 30 12:19:59 macbookair wpa_supplicant[46908]: wlp3s0: CTRL-EVENT-SCAN-FAILED ret=-22 retry=1
avril 30 12:20:00 macbookair wpa_supplicant[46908]: wlp3s0: CTRL-EVENT-SCAN-FAILED ret=-22 retry=1
avril 30 12:20:01 macbookair wpa_supplicant[46908]: wlp3s0: CTRL-EVENT-SCAN-FAILED ret=-22 retry=1
avril 30 12:20:02 macbookair wpa_supplicant[46908]: wlp3s0: CTRL-EVENT-SCAN-FAILED ret=-22 retry=1

And putting wpa_supplicant in verbose mode:

nl80211: Event message available
nl80211: Drv Event 48 (NL80211_CMD_DISCONNECT) received for wlp3s0
nl80211: Disconnect event
wlp3s0: Event DEAUTH (11) received
wlp3s0: Deauthentication notification
wlp3s0:  * reason 0 (UNKNOWN)
Deauthentication frame IE(s) - hexdump(len=0): [NULL]
wlp3s0: CTRL-EVENT-DISCONNECTED bssid=dc:00:b0:88:54:c0 reason=0
wlp3s0: Auto connect enabled: try to reconnect (wps=0/0 wpa_state=9)
wlp3s0: Setting scan request: 0.100000 sec
Added BSSID dc:00:b0:88:54:c0 into ignore list, ignoring forHello,

But I do not find the explanation for the disconnection. The WiFI is working fine for other devices.

Should I create a bug report? But for what, wpa_supplicant? The kernel?

Thank you for your attention.