]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: use skb_queue_walk() in mesh_path_assign_nexthop
authorThomas Pedersen <thomas@cozybit.com>
Fri, 10 Aug 2012 01:15:39 +0000 (18:15 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Aug 2012 11:25:05 +0000 (13:25 +0200)
commit95d6620dfd0a62ab0d15589b93dfecfd15d15f01
tree4ce0db440e12757c936cbef13c804bb169a4643f
parentc467732243dcf1189aba6f45f003bb1842259f4e
mac80211: use skb_queue_walk() in mesh_path_assign_nexthop

Since all we really want is just to iterate over all skbs, do just that
and avoid (de)queueing to a clusmy tmpq.

Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mesh_pathtbl.c