linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eliad Peller <eliad@wizery.com>
To: Luciano Coelho <coelho@ti.com>
Cc: <linux-wireless@vger.kernel.org>
Subject: [PATCH 2/3] wl12xx: Revert "wl12xx: disable auto-arp"
Date: Thu,  2 Feb 2012 12:22:10 +0200	[thread overview]
Message-ID: <1328178131-28938-3-git-send-email-eliad@wizery.com> (raw)
In-Reply-To: <1328178131-28938-1-git-send-email-eliad@wizery.com>

This reverts commit e5e2f24b3eec67a7a35d43654a997f98ca21aff2.

The encryption consideration on auto-arp configuration,
along with a fw fix, seem to resolve the crashes that
occured when auto-arp was enabled, so we can re-enable it now.

Signed-off-by: Eliad Peller <eliad@wizery.com>
---
 drivers/net/wireless/wl12xx/main.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index f22c8b1..a50c116 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -3836,7 +3836,8 @@ sta_not_found:
 			}
 
 			ret = wl1271_acx_arp_ip_filter(wl, wlvif,
-				ACX_ARP_FILTER_ARP_FILTERING,
+				(ACX_ARP_FILTER_ARP_FILTERING |
+				 ACX_ARP_FILTER_AUTO_ARP),
 				addr);
 		} else {
 			wlvif->ip_addr = 0;
-- 
1.7.6.401.g6a319


  parent reply	other threads:[~2012-02-02 10:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-02 10:22 [PATCH 0/3] wl12xx: re-enable auto-arp Eliad Peller
2012-02-02 10:22 ` [PATCH 1/3] wl12xx: consider encryption and QoS in auto arp template Eliad Peller
2012-02-02 10:22 ` Eliad Peller [this message]
2012-02-02 10:22 ` [PATCH 3/3] wl12xx: configure arp filtering only after association Eliad Peller
2012-02-15 10:18 ` [PATCH 0/3] wl12xx: re-enable auto-arp Luciano Coelho
2012-02-15 10:41   ` Fu yingang
2012-02-15 10:43     ` Luciano Coelho
2012-02-15 10:46       ` Fu yingang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1328178131-28938-3-git-send-email-eliad@wizery.com \
    --to=eliad@wizery.com \
    --cc=coelho@ti.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).