From: Johannes Berg Date: Mon, 19 Apr 2010 09:00:24 +0000 (+0200) Subject: mac80211: fix stopping RX BA session from timer X-Git-Tag: v2.6.35-rc1~473^2~393^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aab4c273ad837fbcf2955aee32b9ec4706c2521;p=pandora-kernel.git mac80211: fix stopping RX BA session from timer Kalle reported that his system deadlocks since my recent work in this area. The reason quickly became apparent: we try to cancel_timer_sync() a timer from within itself. Fix that by making the function aware of the context it is called from. Reported-by: Kalle Valo Signed-off-by: Johannes Berg Tested-by: Kalle Valo Signed-off-by: John W. Linville --- Reading git-diff-tree failed