wireless: scan: Remove comment to compare_ether_addr

This function is being removed, so remove the reference to it.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Joe Perches 2013-09-01 15:48:27 -07:00 committed by David S. Miller
parent c3923b7a3d
commit 1372a298ea

View File

@ -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)); r = memcmp(a->bssid, b->bssid, sizeof(a->bssid));
if (r) if (r)
return r; return r;