Skip to content

Commit

Permalink
wireless: scan: Remove comment to compare_ether_addr
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joe Perches authored and David S. Miller committed Sep 4, 2013
1 parent c3923b7 commit 1372a29
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions net/wireless/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1372a29

Please sign in to comment.