From: Joe Perches Date: Sun, 1 Sep 2013 22:48:27 +0000 (-0700) Subject: wireless: scan: Remove comment to compare_ether_addr X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1372a298ea4f2772655b2e69caa634f132f1d019;p=deliverable%2Flinux.git wireless: scan: Remove comment to compare_ether_addr This function is being removed, so remove the reference to it. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- diff --git a/net/wireless/scan.c b/net/wireless/scan.c index ad1e4068ce06..eeb71480f1af 100644 --- a/net/wireless/scan.c +++ b/net/wireless/scan.c @@ -465,10 +465,6 @@ static int cmp_bss(struct cfg80211_bss *a, } } - /* - * we can't use compare_ether_addr here since we need a < > operator. - * The binary return value of compare_ether_addr isn't enough - */ r = memcmp(a->bssid, b->bssid, sizeof(a->bssid)); if (r) return r;