diff mbox

[4/7] Restored ARP offload agent mode

Message ID 1374259803-31343-1-git-send-email-ricardo.salveti@canonical.com
State New
Headers show

Commit Message

Ricardo Salveti de Araujo July 19, 2013, 6:50 p.m. UTC
From: djMesias <djmesias@terra.es>

Merged from 3.0-jb-mr1.1

Change-Id: Ifcb2d9b22c515e0ed096c56dc4f9dd9c63e22ab8
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>

 1 file changed, 2 insertions(+), 4 deletions(-)
diff mbox

Patch

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 */