]> Pileus Git - ~andy/linux/commitdiff
wl12xx: disable auto-arp
authorEliad Peller <eliad@wizery.com>
Mon, 24 Jan 2011 18:19:03 +0000 (19:19 +0100)
committerLuciano Coelho <coelho@ti.com>
Mon, 24 Jan 2011 21:44:27 +0000 (23:44 +0200)
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>
drivers/net/wireless/wl12xx/main.c

index e535e79e269d2ad0b1c31c44867da6feda0d1f54..dfab21e2e5dcd73c4550e33c32b0f5e46bd2c021 100644 (file)
@@ -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);