]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
wireless: scan: Remove comment to compare_ether_addr
authorJoe Perches <joe@perches.com>
Sun, 1 Sep 2013 22:48:27 +0000 (15:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2013 02:34:48 +0000 (22:34 -0400)
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>
net/wireless/scan.c

index ad1e4068ce06644218e6e005acdc129a1610ae56..eeb71480f1af2cecb575780c29dff0c15de3f197 100644 (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));
        if (r)
                return r;