commit | d0df9eecf9f61f70fd847656f5eb113e06e46a03 | [log] [tgz] |
---|---|---|
author | Javier Cardona <javier@cozybit.com> | Fri May 13 14:16:07 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon May 16 14:25:28 2011 -0400 |
tree | 8604356c13dec2d3c42b7b6367a64d42fd7a7bfd | |
parent | 011159a0a746e03ae42d559ce5c2a70138da3129 [diff] |
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 <johannes@sipsolutions.net> Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>