commit | 4bd4c2dd8e734868ae9f0ceb87a6edd27df8f45c | [log] [tgz] |
---|---|---|
author | Thomas Pedersen <thomas@cozybit.com> | Thu Aug 09 18:15:40 2012 -0700 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Aug 20 13:25:05 2012 +0200 |
tree | 81c3fc65c74c5ba83ef4e23597c99848b7c1f635 | |
parent | b22bd5221cfe80ee3d345d9deccfd29edf9bafb4 [diff] |
mac80211: clean up mpath_move_to_queue() Use skb_queue_walk_safe instead, and fix a few issues: - didn't free old skbs on moving - didn't react to failed skb alloc - needlessly held a local pointer to the destination frame queue - didn't check destination queue length before adding skb Signed-off-by: Thomas Pedersen <thomas@cozybit.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>