commit | 782a6675119c76c071e74e2ddd98268f47770cba | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Aug 03 23:54:41 2006 +1000 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 04 14:57:19 2006 -0400 |
tree | 83815eb8984242ec93a632694d0d243ec8ccd691 | |
parent | efe78cda3596f8a6d1c2d4a6b1a221bafa3e1a48 [diff] |
[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 <herbert@gondor.apana.org.au> Signed-off-by: John W. Linville <linville@tuxdriver.com>