Author: hauke Date: 2014-08-09 00:59:45 +0200 (Sat, 09 Aug 2014) New Revision: 42085
Modified: trunk/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]> Modified: trunk/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh =================================================================== --- trunk/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh 2014-08-08 22:58:54 UTC (rev 42084) +++ trunk/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh 2014-08-08 22:59:45 UTC (rev 42085) @@ -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
