Re: [OpenWrt-Devel] [PATCH] brcmfmac: Add Raspberry Pi 3 support

2016-03-10 Thread Álvaro Fernández Rojas
Indeed, it's a mistake. > El 11 mar 2016, a las 8:15, Rafał Miłecki escribió: > >> On 10 March 2016 at 20:52, Álvaro Fernández Rojas wrote: >> +@@ -2651,6 +2651,10 @@ brcmf_cfg80211_set_power_mgmt(struct wip >> +* preference in cfg struct to apply this to >> +* FW later while in

Re: [OpenWrt-Devel] [PATCH] brcmfmac: Add Raspberry Pi 3 support

2016-03-10 Thread Rafał Miłecki
On 10 March 2016 at 20:52, Álvaro Fernández Rojas wrote: > +@@ -2651,6 +2651,10 @@ brcmf_cfg80211_set_power_mgmt(struct wip > +* preference in cfg struct to apply this to > +* FW later while initializing the dongle > +*/ > ++#ifdef defined(CONFIG_BCM2708) || defined(CONFIG_

[OpenWrt-Devel] [PATCH] brcmfmac: Add Raspberry Pi 3 support

2016-03-10 Thread Álvaro Fernández Rojas
- Enable SDIO support on brcmfmac. - Disable power managment for brcm2708 target. Signed-off-by: Álvaro Fernández Rojas --- package/kernel/mac80211/Makefile | 1 + .../863-brcmfmac-Disable-power-management.patch| 27 ++ .../brcm2708/bcm2710/profiles/Ras