[PATCH v2 1/5] staging/wlan-ng : Prefer ether_addr* functions over mem*

2015-09-04 Thread Anish Bhatt
Replace memcmp/memcpy(... ETH_ALEN) with ether_addr_copy()/ ether_addr_equal_unaligned() Signed-off-by: Anish Bhatt --- drivers/staging/wlan-ng/p80211conv.c | 22 +++--- drivers/staging/wlan-ng/p80211netdev.c | 2 +- drivers/staging/wlan-ng/prism2sta.c| 16 +---

Re: [PATCH v2 1/5] staging/wlan-ng : Prefer ether_addr* functions over mem*

2015-09-09 Thread Greg KH
On Fri, Sep 04, 2015 at 02:00:29PM -0700, Anish Bhatt wrote: > Replace memcmp/memcpy(... ETH_ALEN) with ether_addr_copy()/ > ether_addr_equal_unaligned() You need to prove that this is ok to do so. ___ devel mailing list de...@linuxdriverproject.org htt