Author: rmilecki Date: 2015-04-08 07:55:28 +0200 (Wed, 08 Apr 2015) New Revision: 45309
Modified: trunk/package/kernel/mac80211/Makefile Log: mac80211: make b43 N-PHY default for brcm47xx legacy subtarget Subtarget legacy is supposed to support all ssb SoC except for BCM4705. There are few BCM4703 devices with 802.11n supprt (WRT160N v1.0, v1.1). Few BCM4704 devices with 802.11n: ASUS WL-500W, Linksys WRT150N v1.0 & v1.1, Linksys WRT300N v1.0, Netgear WNDR3300 v1, WNR834B v1 & v2. It seems we have to enable N-PHY for legacy as well to support above. Unfortunately it increases root.squashfs size by 48 460 B. Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Modified: trunk/package/kernel/mac80211/Makefile =================================================================== --- trunk/package/kernel/mac80211/Makefile 2015-04-08 05:09:42 UTC (rev 45308) +++ trunk/package/kernel/mac80211/Makefile 2015-04-08 05:55:28 UTC (rev 45309) @@ -1235,9 +1235,9 @@ config B43_FW_SQUASH_PHYTYPES string "PHY types to include" depends on B43_FW_SQUASH - default "G,LP" if TARGET_brcm47xx_legacy + default "G,N,LP" if TARGET_brcm47xx_legacy default "N,HT" if TARGET_brcm47xx_mips74k - default "G,LP,N,HT" + default "G,N,LP,HT" help This is a comma seperated list of PHY types: A => A-PHY @@ -1307,7 +1307,6 @@ config PACKAGE_B43_PHY_N bool "Enable support for N-PHYs" - default n if TARGET_brcm47xx_legacy default y help Enable support for N-PHY. This includes support for the following devices: _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
