Other case involved purging all related drivers have worked for some users:
sudo aptitude purge i8kutils bcmwl-kernel-source bcmwl5700-source bcmwl-modealiases broadcom-sta-common broadcom-sta-source b43-fwcutter
Then install the proprietary drivers by using the Additional Drivers.
And if that ID is known the linux user should look at
b43 #Known PCI devices - Linux Wireless and -bremen.de/suse/11....m.8.1.i586.rpm >/./usr/share/doc/packages/broadcom-wl/README.txt and _sta/README.txt [Date: November 11, 2010 Version: 5.60.246.6 ].
Some PCI-ID may be supported by other drivers (in a better way?), too (or not at all???) - so best would probably be to look at all the three schedules in order to make an educated guess .
I found where the error is being thrown in the source code
linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c
Line 703
github.com torvalds/linux/blob/master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c// SPDX-License-Identifier: ISC/* * Copyright (c) 2014 Broadcom Corporation */#include #include #include #include #include #include #include #include #include #include #include #include "debug.h"#include "chip.h"/* SOC Interconnect types (aka chip types) */ This file has been truncated. show original