* [PATCH] wl12xx: disable auto-arp
@ 2011-01-24 18:19 Eliad Peller
2011-01-24 21:45 ` Luciano Coelho
0 siblings, 1 reply; 2+ messages in thread
From: Eliad Peller @ 2011-01-24 18:19 UTC (permalink / raw)
To: Luciano Coelho; +Cc: linux-wireless
The auto-arp feature sometimes has unexpected side effects (e.g. firmware
crashes, no ARP replies, etc.)
disable it until it will be solved.
Signed-off-by: Eliad Peller <eliad@wizery.com>
---
drivers/net/wireless/wl12xx/main.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index 8a35491..ec64b9b 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -2426,8 +2426,7 @@ static void wl1271_bss_info_changed_sta(struct wl1271 *wl,
}
ret = wl1271_acx_arp_ip_filter(wl,
- (ACX_ARP_FILTER_ARP_FILTERING |
- ACX_ARP_FILTER_AUTO_ARP),
+ ACX_ARP_FILTER_ARP_FILTERING,
addr);
} else
ret = wl1271_acx_arp_ip_filter(wl, 0, addr);
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] wl12xx: disable auto-arp
2011-01-24 18:19 [PATCH] wl12xx: disable auto-arp Eliad Peller
@ 2011-01-24 21:45 ` Luciano Coelho
0 siblings, 0 replies; 2+ messages in thread
From: Luciano Coelho @ 2011-01-24 21:45 UTC (permalink / raw)
To: Eliad Peller; +Cc: linux-wireless@vger.kernel.org
On Mon, 2011-01-24 at 19:19 +0100, Eliad Peller wrote:
> The auto-arp feature sometimes has unexpected side effects (e.g. firmware
> crashes, no ARP replies, etc.)
> disable it until it will be solved.
>
> Signed-off-by: Eliad Peller <eliad@wizery.com>
> ---
Damn that we're having problems with this feature again. :( It looked so
promising!
Anyway, applied this, let's hope the issue can be fixed in the near
future.
--
Cheers,
Luca.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-24 21:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-24 18:19 [PATCH] wl12xx: disable auto-arp Eliad Peller
2011-01-24 21:45 ` Luciano Coelho
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).