linux/drivers/net/wireless/iwlwifi/pcie
Johannes Berg 2bfb50924c iwlwifi: use threaded interrupt handler
With new transports coming up, move to threaded
interrupt handling now. This has the advantage
that we can use the same locking scheme with all
different transports we may need to implement.

Note that the TX path obviously still runs in a
tasklet, so some spin_lock() calls need to change
to spin_lock_bh() calls to properly lock out the
TX path.

In my test on a Calpella platform this has no
impact on throughput or latency.

Also add lockdep annotations to avoid lockups due
to catch sending synchronous commands or using
locks that connect with them from the irq thread.

Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-02-05 14:39:12 +01:00
..
1000.c iwlwifi: update copyright 2013-01-24 13:00:55 +01:00
2000.c iwlwifi: update copyright 2013-01-24 13:00:55 +01:00
5000.c iwlwifi: update copyright 2013-01-24 13:00:55 +01:00
6000.c iwlwifi: update copyright 2013-01-24 13:00:55 +01:00
7000.c iwlwifi: add 7000 series device configuration 2013-01-30 21:41:24 +01:00
cfg.h iwlwifi: add 7000 series device configuration 2013-01-30 21:41:24 +01:00
drv.c iwlwifi: add 7000 series device configuration 2013-01-30 21:41:24 +01:00
internal.h iwlwifi: use threaded interrupt handler 2013-02-05 14:39:12 +01:00
rx.c iwlwifi: use threaded interrupt handler 2013-02-05 14:39:12 +01:00
trans.c iwlwifi: use threaded interrupt handler 2013-02-05 14:39:12 +01:00
tx.c iwlwifi: use threaded interrupt handler 2013-02-05 14:39:12 +01:00