Skip to content
Snippets Groups Projects
Commit 616838d4 authored by blogic's avatar blogic
Browse files

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: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>

Backport of r42085

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42350 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 3bbd4355
No related branches found
No related tags found
No related merge requests found
...@@ -450,7 +450,8 @@ detect_broadcom() { ...@@ -450,7 +450,8 @@ detect_broadcom() {
config wifi-device wl${i} config wifi-device wl${i}
option type broadcom option type broadcom
option channel ${channel:-11} option channel ${channel:-11}
option txantenna 3
option rxantenna 3
# REMOVE THIS LINE TO ENABLE WIFI: # REMOVE THIS LINE TO ENABLE WIFI:
option disabled 1 option disabled 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment