From 616838d4cf7883c243a86ec6def5b728fefafff7 Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 1 Sep 2014 13:21:02 +0000 Subject: [PATCH] broadcom-wl: add default tx and rx antennas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds default tx and rx antennas, so that LuCI shows automatic as the default radio option for the antennas. Signed-off-by: Álvaro Fernández Rojas Backport of r42085 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42350 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh b/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh index c5c0ede..69e3132 100644 --- a/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh +++ b/package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh @@ -450,7 +450,8 @@ detect_broadcom() { 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