aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrint E. Kriebel <cyanogenmod@bekit.net>2013-02-17 11:23:48 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-02-17 11:23:48 -0800
commit64e9296cfa7d168ae18678b54a9f4537270ca22c (patch)
treef0f3e1201981d7f0b1018bdc0ef084b8bf8c778b
parentdfd995f04aac0c26d7bccc6c18c928159fb80094 (diff)
parent6ccf1c0af64307805324b58142a2664043db277c (diff)
downloadkernel_samsung_tuna-64e9296cfa7d168ae18678b54a9f4537270ca22c.zip
kernel_samsung_tuna-64e9296cfa7d168ae18678b54a9f4537270ca22c.tar.gz
kernel_samsung_tuna-64e9296cfa7d168ae18678b54a9f4537270ca22c.tar.bz2
Merge "Restored ARP offload agent mode" into cm-10.1
-rw-r--r--drivers/net/wireless/bcmdhd/dhd_linux.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/net/wireless/bcmdhd/dhd_linux.c b/drivers/net/wireless/bcmdhd/dhd_linux.c
index 4d71efe..14b32df 100644
--- a/drivers/net/wireless/bcmdhd/dhd_linux.c
+++ b/drivers/net/wireless/bcmdhd/dhd_linux.c
@@ -335,10 +335,8 @@ uint wifi_pm = 0;
module_param(wifi_pm, uint, 0644);
#endif /* defined(CONFIG_HAS_EARLYSUSPEND) */
-/* ARP offload agent mode : Enable ARP Host Auto-Reply and ARP Peer Auto-Reply */
-uint dhd_arp_mode = 0xb;
-// uint dhd_arp_mode = ARP_OL_AGENT | ARP_OL_PEER_AUTO_REPLY;
-
+/* ARP offload agent mode : enable ARP Peer Auto-Reply */
+uint dhd_arp_mode = ARP_OL_AGENT | ARP_OL_PEER_AUTO_REPLY;
module_param(dhd_arp_mode, uint, 0);
/* ARP offload enable */