commit | c6fb08aaa879d1a70ed01e9ac1080066abf7ef78 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sun Mar 18 22:58:04 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 09 16:09:35 2012 -0400 |
tree | 0ee780fb5dd69fb2dc083fba6f037403597a43f9 | |
parent | 4272a27f2f5773f4e4cb5285feba655450a720a8 [diff] |
cfg80211: use compare_ether_addr on MAC addresses instead of memcmp Because of the constant size and guaranteed 16 bit alignment, the inline compare_ether_addr function is much cheaper than calling memcmp. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>