From: Thomas Pedersen Date: Fri, 10 Aug 2012 01:15:39 +0000 (-0700) Subject: mac80211: use skb_queue_walk() in mesh_path_assign_nexthop X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~278^2^2~6^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b22bd5221cfe80ee3d345d9deccfd29edf9bafb4;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed