staging/wlan-ng: compare using ether_addr_equal_unaligned
authorDenis Pithon <denis.pithon@gmail.com>
Fri, 16 May 2014 22:14:50 +0000 (00:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 17:05:21 +0000 (02:05 +0900)
Replaced generic memcmp() with dedicated ether_addr_equal_unaligned()
call. I did not find any clue of u16 alignment for both addresses.

Signed-off-by: Denis Pithon <denis.pithon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found