From: Herbert Xu Date: Thu, 3 Aug 2006 13:54:41 +0000 (+1000) Subject: [PATCH] Send wireless netlink events with a clean slate X-Git-Tag: v2.6.18-rc5~122^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=782a6675119c76c071e74e2ddd98268f47770cba;p=pandora-kernel.git [PATCH] Send wireless netlink events with a clean slate Drivers expect to be able to call wireless_send_event in arbitrary contexts. On the other hand, netlink really doesn't like being invoked in an IRQ context. So we need to postpone the sending of netlink skb's to a tasklet. Signed-off-by: Herbert Xu Signed-off-by: John W. Linville --- Reading git-diff-tree failed