From: Ulrich Kunitz Date: Sun, 10 Dec 2006 19:13:12 +0000 (-0800) Subject: [PATCH] zd1211rw: Call ieee80211_rx in tasklet X-Git-Tag: v2.6.20-rc3~56^2~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d1feabcbf41f875447a392015acd0796f57baf6;p=pandora-kernel.git [PATCH] zd1211rw: Call ieee80211_rx in tasklet The driver called ieee80211_rx in hardware interrupt context. This has been against the intention of the ieee80211_rx function. It caused a bug in the crypto routines used by WPA. This patch calls ieee80211_rx in a tasklet. Signed-off-by: Ulrich Kunitz Signed-off-by: Andrew Morton Signed-off-by: John W. Linville --- Reading git-diff-tree failed