wl12xx: Revert "wl12xx: disable auto-arp"
This reverts commit e5e2f24b3e
.
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>
This commit is contained in:
committed by
Luciano Coelho
parent
5ec8a448e0
commit
b87f20c018
@@ -3862,7 +3862,8 @@ sta_not_found:
|
|||||||
}
|
}
|
||||||
|
|
||||||
ret = wl1271_acx_arp_ip_filter(wl, wlvif,
|
ret = wl1271_acx_arp_ip_filter(wl, wlvif,
|
||||||
ACX_ARP_FILTER_ARP_FILTERING,
|
(ACX_ARP_FILTER_ARP_FILTERING |
|
||||||
|
ACX_ARP_FILTER_AUTO_ARP),
|
||||||
addr);
|
addr);
|
||||||
} else {
|
} else {
|
||||||
wlvif->ip_addr = 0;
|
wlvif->ip_addr = 0;
|
||||||
|
Reference in New Issue
Block a user