Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1372a298 authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

wireless: scan: Remove comment to compare_ether_addr



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

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c3923b7a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;