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)
commitb22bd5221cfe80ee3d345d9deccfd29edf9bafb4
tree4ce0db440e12757c936cbef13c804bb169a4643f
parentaa7a00809cf6afe3cd6f5af2889110b47b798667
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