]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/wireless/scan.c
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[karo-tx-linux.git] / 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;