Skip to content
Commit 782a6675 authored by Herbert Xu's avatar Herbert Xu Committed by John W. Linville
Browse files

[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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent efe78cda
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment