commit | b22bd5221cfe80ee3d345d9deccfd29edf9bafb4 | [log] [tgz] |
---|---|---|
author | Thomas Pedersen <thomas@cozybit.com> | Thu Aug 09 18:15:39 2012 -0700 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Aug 20 13:25:05 2012 +0200 |
tree | 4ce0db440e12757c936cbef13c804bb169a4643f | |
parent | aa7a00809cf6afe3cd6f5af2889110b47b798667 [diff] |
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>