mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 13:29:33 +00:00
* Bump to 4.18, removing the obvious, fixing build problems, put some on waiting. * Pin 4.18 to DEV, rollback 4.14 to NEXT, adjust configs, remove one deprecated patch from NEXT and add board-h3-address-some-stability-issues.patch * Adjust few boards in development to new reality, removing it from NEXT for now * Adjust few board configs * Board config adjustement * Adjust few boards configs * Port NeoCore2 and Neo21.1 to 4.14.y * Adjust board config * Adjust board config
11 lines
495 B
Text
11 lines
495 B
Text
--- a/drivers/net/wireless/brcm80211/brcmfmac/feature.c
|
|
+++ b/drivers/net/wireless/brcm80211/brcmfmac/feature.c
|
|
@@ -128,7 +128,7 @@
|
|
if (drvr->bus_if->wowl_supported)
|
|
brcmf_feat_iovar_int_get(ifp, BRCMF_FEAT_WOWL, "wowl");
|
|
if (drvr->bus_if->chip != BRCM_CC_43362_CHIP_ID)
|
|
- brcmf_feat_iovar_int_set(ifp, BRCMF_FEAT_MBSS, "mbss", 0);
|
|
+ /*brcmf_feat_iovar_int_set(ifp, BRCMF_FEAT_MBSS, "mbss", 0);*/
|
|
brcmf_feat_iovar_int_get(ifp, BRCMF_FEAT_P2P, "p2p");
|
|
|
|
/* set chip related quirks */
|