Commit e5e2f24b authored by Eliad Peller's avatar Eliad Peller Committed by Luciano Coelho

wl12xx: disable auto-arp

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: default avatarEliad Peller <eliad@wizery.com>
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent ea45b2cb
...@@ -2445,8 +2445,7 @@ static void wl1271_bss_info_changed_sta(struct wl1271 *wl, ...@@ -2445,8 +2445,7 @@ static void wl1271_bss_info_changed_sta(struct wl1271 *wl,
} }
ret = wl1271_acx_arp_ip_filter(wl, ret = wl1271_acx_arp_ip_filter(wl,
(ACX_ARP_FILTER_ARP_FILTERING | ACX_ARP_FILTER_ARP_FILTERING,
ACX_ARP_FILTER_AUTO_ARP),
addr); addr);
} else } else
ret = wl1271_acx_arp_ip_filter(wl, 0, addr); ret = wl1271_acx_arp_ip_filter(wl, 0, addr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment