diff options
author | Eliad Peller <eliad@wizery.com> | 2012-02-02 05:22:10 -0500 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-02-15 01:38:34 -0500 |
commit | b87f20c018cead99b76c431b9289c0f17168d21c (patch) | |
tree | 21b0569359157e67a9b18d25ad6d84d1e0b82090 | |
parent | 5ec8a448e0e978103bc5ca7136084b5e2b36989e (diff) |
wl12xx: Revert "wl12xx: disable auto-arp"
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>
Signed-off-by: Luciano Coelho <coelho@ti.com>
-rw-r--r-- | 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 a84fe28873ea..a264cb5bee5a 100644 --- a/drivers/net/wireless/wl12xx/main.c +++ b/drivers/net/wireless/wl12xx/main.c | |||
@@ -3862,7 +3862,8 @@ sta_not_found: | |||
3862 | } | 3862 | } |
3863 | 3863 | ||
3864 | ret = wl1271_acx_arp_ip_filter(wl, wlvif, | 3864 | ret = wl1271_acx_arp_ip_filter(wl, wlvif, |
3865 | ACX_ARP_FILTER_ARP_FILTERING, | 3865 | (ACX_ARP_FILTER_ARP_FILTERING | |
3866 | ACX_ARP_FILTER_AUTO_ARP), | ||
3866 | addr); | 3867 | addr); |
3867 | } else { | 3868 | } else { |
3868 | wlvif->ip_addr = 0; | 3869 | wlvif->ip_addr = 0; |