mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
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: Eliad Peller <eliad@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
This commit is contained in:
parent
ea45b2cbf5
commit
e5e2f24b3e
@ -2445,8 +2445,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);
|
||||
|
Loading…
Reference in New Issue
Block a user