Re: [PATCH v2 04/16] wl1251: implement hardware ARP filtering

2013-12-10 Thread Michal Kubecek
On Tue, Dec 10, 2013 at 10:29:16AM +0100, Pavel Machek wrote: > > > > +int wl1251_acx_arp_ip_filter(struct wl1251 *wl, bool enable, __be32 > > address) > > +{ > > + struct wl1251_acx_arp_filter *acx; > > + int ret; > > Is it good idea to use be32 for IP address? AFAICT IPv4 addresses > real

Re: [PATCH v2 04/16] wl1251: implement hardware ARP filtering

2013-12-10 Thread Pavel Machek
Hi! > Update hardware ARP filter configuration on BSS_CHANGED_ARP_FILTER > notification from mac80211. > Ported from wl1271 driver. > > Signed-off-by: David Gnedt > Signed-off-by: Pali Rohár > --- > drivers/net/wireless/ti/wl1251/acx.c | 26 ++ > drivers/net/wireless

[PATCH v2 04/16] wl1251: implement hardware ARP filtering

2013-12-08 Thread Pali Rohár
From: David Gnedt Update hardware ARP filter configuration on BSS_CHANGED_ARP_FILTER notification from mac80211. Ported from wl1271 driver. Signed-off-by: David Gnedt Signed-off-by: Pali Rohár --- drivers/net/wireless/ti/wl1251/acx.c | 26 ++ drivers/net/wireless/ti