commit | 2cca397f76a4a48ac20c34ec1e35bac8c6b08d1c | [log] [tgz] |
---|---|---|
author | Javier Cardona <javier@cozybit.com> | Tue Sep 06 12:10:43 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 13 15:42:29 2011 -0400 |
tree | 1392af2343bbfdc0e54fc9b20d62b631102a545c | |
parent | 2fa8b6a0e42570690a48a56cb65778211e3cc9cc [diff] |
mac80211: Defer tranmission of mesh path errors Under failure conditions, the mesh stack sends PERR messages to the previous sender of the failed frame. This happens in the tx feedback path, in which the transmission queue lock may be taken. Avoid a deadlock by sending the path error via the pending queue. Signed-off-by: John W. Linville <linville@tuxdriver.com>