projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mac80211: optimize mac address comparisons to improve performance
[openwrt.git]
/
package
/
mac80211
/
patches
/
130-mesh_pathtbl_backport.patch
1
--- a/net/mac80211/mesh_pathtbl.c
2
+++ b/net/mac80211/mesh_pathtbl.c
3
@@ -828,7 +828,6 @@ static void table_flush_by_iface(struct
4
struct hlist_node *p;
5
int i;
6
7
- WARN_ON(!rcu_read_lock_held());
8
for_each_mesh_entry(tbl, p, node, i) {
9
mpath = node->mpath;
10
if (mpath->sdata != sdata)
This page took
0.04001 seconds
and
5
git commands to generate.