From: Jonathan Bither Date: Thu, 12 Apr 2012 19:44:47 +0000 (-0400) Subject: ath5k: use compare_ether_addr on MAC addresses instead of memcmp X-Git-Tag: v3.5-rc1~109^2~410^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c84ee61478ff19411fb684d42e3c4f84ae7e88;p=pandora-kernel.git ath5k: use compare_ether_addr on MAC addresses instead of memcmp Following Felix's recent patchset as an example I have replaced memcmp with compare_ether_addr. "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: Jonathan Bither Signed-off-by: John W. Linville --- Reading git-diff-tree failed