-
```
What steps will reproduce the problem?
Trying to compile the module
What is the expected output? What do you see instead?
CC [M] drivers/net/wireless/bcmdhd/src/wl/sys/wl_cfg80211.o
drivers/net…
-
```
What steps will reproduce the problem?
Trying to compile the module
What is the expected output? What do you see instead?
CC [M] drivers/net/wireless/bcmdhd/src/wl/sys/wl_cfg80211.o
drivers/net…
-
```
What steps will reproduce the problem?
Trying to compile the module
What is the expected output? What do you see instead?
CC [M] drivers/net/wireless/bcmdhd/src/wl/sys/wl_cfg80211.o
drivers/net…
-
```
What steps will reproduce the problem?
Trying to compile the module
What is the expected output? What do you see instead?
CC [M] drivers/net/wireless/bcmdhd/src/wl/sys/wl_cfg80211.o
drivers/net…
-
```
What steps will reproduce the problem?
Trying to compile the module
What is the expected output? What do you see instead?
CC [M] drivers/net/wireless/bcmdhd/src/wl/sys/wl_cfg80211.o
drivers/net…
-
```
What steps will reproduce the problem?
Trying to compile the module
What is the expected output? What do you see instead?
CC [M] drivers/net/wireless/bcmdhd/src/wl/sys/wl_cfg80211.o
drivers/net…
-
```
What steps will reproduce the problem?
Trying to compile the module
What is the expected output? What do you see instead?
CC [M] drivers/net/wireless/bcmdhd/src/wl/sys/wl_cfg80211.o
drivers/net…
-
I had to edit os_dep/linux/ioctl_cfg80211.c and change
cfg80211_ch_switch_notify(adapter->pnetdev, &chdef, 0);
to
cfg80211_ch_switch_notify(adapter->pnetdev, &chdef, 0, 0);
as it required 1 more…
-
Hi,
on Ubuntu 13.10 kernel 3.11.0-14-generic i686
Built from source blacklisting rtl8188\* + rtlwifi
dmesg :
[ 1014.732739] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_A_CUT_1T1R_RomVer(0)
[ 1014…
-
On Linux 6.5.0-10-generic from Ubuntu 23.10 (Mantic Minotaur), kernel headers :
- do NOT define REGULATORY_IGNORE_STALE_KICKOFF anymore,
- have added argument(s) to function ‘cfg80211_ch_switch_…