projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3923b7
)
wireless: scan: Remove comment to compare_ether_addr
author
Joe Perches
<joe@perches.com>
Sun, 1 Sep 2013 22:48:27 +0000
(15:48 -0700)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/net/wireless/scan.c
b/net/wireless/scan.c
index ad1e4068ce06644218e6e005acdc129a1610ae56..eeb71480f1af2cecb575780c29dff0c15de3f197 100644
(file)
--- a/
net/wireless/scan.c
+++ b/
net/wireless/scan.c
@@
-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;