openwrt/package
Bastian Bittorf ea5fce3f46 mac80211: fix IBSS/adhoc mode for brcmfmac
On systems using brmcfmac (e.g. Raspberry Pi Zero W) without this fix,
the final setup-call:
iw dev wlan0 ibss join ...

fails with returncode 161 and message:
"command failed: Not supported (-95)"

So this patch calls an explicit:
iw dev wlan0 set type ibss
just prior to the 'ibss join' command.

I have tested several ath9k and mt76xx devices
with different revisions: this patch does not harm.

please also apply to stable branch.

Signed-off-by: Bastian Bittorf <bb@npl.de>
2021-11-19 18:27:47 +00:00
..
base-files base-files: stage2: improve /proc/*/stat parser 2021-11-13 18:36:52 +00:00
boot uboot-lantiq: reduce stack size 2021-11-14 20:15:50 +01:00
devel gdb: Make only full gdb depend on libgmp 2021-11-07 18:32:21 +01:00
firmware ipq40xx: add support for P&W R619AC (aka G-DOCK 2.0) 2021-11-14 14:28:34 +01:00
kernel mac80211: fix IBSS/adhoc mode for brcmfmac 2021-11-19 18:27:47 +00:00
libs libubox: bump to git HEAD 2021-11-04 13:18:13 +02:00
network hostapd: set VARIANT=* for wpa-cli, hostapd-utils 2021-11-15 00:38:46 +01:00
system procd: update to git HEAD 2021-11-11 14:09:25 +00:00
utils f2fstools: set each library package VARIANT 2021-11-01 20:18:55 +01:00
Makefile