From: Javier Cardona Date: Fri, 13 May 2011 21:16:07 +0000 (-0700) Subject: mac80211: Deactivate mesh path timers when freeing nodes X-Git-Tag: v3.0-rc1~147^2~12^2^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0df9eecf9f61f70fd847656f5eb113e06e46a03;p=pandora-kernel.git mac80211: Deactivate mesh path timers when freeing nodes Mesh paths are deleted via mesh_path_del() which properly deactivates the timer associated to a mesh path. But if paths were deleted by mesh_table_free(..., true) timers would not be deactivated. This fixes this case. Reported-by: Johannes Berg Signed-off-by: Javier Cardona Signed-off-by: John W. Linville --- Reading git-diff-tree failed