Commit 532aaff
authored
OrangePi-RV2: Fix wireless access point mode by using the correct FW (#9504)
Notes: the bcmdhd.ko module loads firmware not on init, but delayed on
ifup wlan0. This is also true for AP mode, e.g. when starting hostapd.
Default FW file names are determined during runtime (with HW query).
We have different fw_bcm43456c5_ag.bin files under /lib/firmware,
where /lib/fw/ works but no AP mode and /lib/fw/brcm/ also works now
*with* AP mode. Additionally, there are different nvram_ap6256.txt
files, but at least with OrangePi RV2 AP6256 hardware, both work.
The fw_bcm43456c5_ag.bin and nvram_ap6256.txt files are the same as in
/lib/fw/rkwifi/, the rkwifi/ dir seems unused throughout Armbian cfgs.
Signed-off-by: Sven-Ola Tuecke <sven-ola@gmx.de>1 parent 335f01e commit 532aaff
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments