Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mac80211: brcm: fix warning on ARCH_BCM2835 | Álvaro Fernández Rojas | 2024-01-27 |
| | | | | | | | | | Completely disable dump_survey code on ARCH_BCM2835 to fix defined but not used warning. https://github.com/openwrt/openwrt/commit/512b762ddbb602b744f0e7a443cf4ac7422155c1?w=1#commitcomment-137899352 Fixes: 512b762ddbb6 ("mac80211: brcm: disable dump_survey on Raspberry Pi") Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||
* | mac80211: brcm: disable dump_survey on Raspberry Pi | Álvaro Fernández Rojas | 2024-01-26 |
Enabling this causes slow iwinfo calls on Raspberry Pi and LuCI slows down when wireless is enabled. Fixes: https://github.com/openwrt/openwrt/issues/14013 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> |