Author: blogic Date: 2014-09-01 15:21:02 +0200 (Mon, 01 Sep 2014) New Revision: 42350
Modified: branches/barrier_breaker/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh Log: broadcom-wl: add default tx and rx antennas This adds default tx and rx antennas, so that LuCI shows automatic as the default radio option for the antennas. Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]> Backport of r42085 Modified: branches/barrier_breaker/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh =================================================================== --- branches/barrier_breaker/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh 2014-09-01 13:19:32 UTC (rev 42349) +++ branches/barrier_breaker/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh 2014-09-01 13:21:02 UTC (rev 42350) @@ -450,7 +450,8 @@ config wifi-device wl${i} option type broadcom option channel ${channel:-11} - + option txantenna 3 + option rxantenna 3 # REMOVE THIS LINE TO ENABLE WIFI: option disabled 1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
