aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2012-09-20 11:33:09 -0700
committerDmitry Shmidt <dimitrysh@google.com>2012-09-20 11:33:09 -0700
commitd6a38f44cf29c8f145c18fa5ac7f41e9b530523e (patch)
tree7ea87c83a8d13a2dcac3c68ed90667c4ec56de14
parent4744c266a6a254631a9369eeb2c311bda8a8c542 (diff)
downloadkernel_samsung_tuna-d6a38f44cf29c8f145c18fa5ac7f41e9b530523e.zip
kernel_samsung_tuna-d6a38f44cf29c8f145c18fa5ac7f41e9b530523e.tar.gz
kernel_samsung_tuna-d6a38f44cf29c8f145c18fa5ac7f41e9b530523e.tar.bz2
net: wireless: bcmdhd: Adjust roaming treshold to -65 dB
Change-Id: I88bb0cf759ee4262f31f054ef2dd5fc6258e8628 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-rw-r--r--drivers/net/wireless/bcmdhd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/bcmdhd/Makefile b/drivers/net/wireless/bcmdhd/Makefile
index 0e9ca24..44aaa65 100644
--- a/drivers/net/wireless/bcmdhd/Makefile
+++ b/drivers/net/wireless/bcmdhd/Makefile
@@ -25,7 +25,7 @@ endif
ifneq ($(CONFIG_CFG80211),)
bcmdhd-objs += wl_cfg80211.o wl_cfgp2p.o wl_linux_mon.o
DHDCFLAGS += -DWL_CFG80211
-DHDCFLAGS += -DCUSTOM_ROAM_TRIGGER_SETTING=-70
+DHDCFLAGS += -DCUSTOM_ROAM_TRIGGER_SETTING=-65
DHDCFLAGS += -DCUSTOM_ROAM_DELTA_SETTING=15
endif
ifneq ($(CONFIG_DHD_USE_SCHED_SCAN),)