1
linux/drivers/net/wireless/iwlwifi
Johannes Berg a24d52f390 iwlwifi: fix locking assertions
spin_is_locked() can return zero on some (UP?)
configurations because locks don't exist, and
that causes an endless amount of warnings. Use
lockdep_assert_held() instead, which has two
advantages:
 1) it verifies the current task is holding
    the lock or mutex
 2) it compiles away completely when lockdep
    is not enabled

Cc: stable@kernel.org [2.6.34+, maybe only parts of patch]
Reported-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-08-06 13:53:58 -04:00
..
iwl3945-base.c drivers/net/wireless: Use wiphy_<level> 2010-07-27 15:14:13 -04:00
iwl-1000.c iwlagn: add bluetooth stats to debugfs 2010-07-23 08:41:32 -07:00
iwl-3945-debugfs.c
iwl-3945-debugfs.h
iwl-3945-fh.h
iwl-3945-hw.h
iwl-3945-led.c
iwl-3945-led.h
iwl-3945-rs.c
iwl-3945.c
iwl-3945.h
iwl-4965-hw.h
iwl-4965.c iwlagn: add bluetooth stats to debugfs 2010-07-23 08:41:32 -07:00
iwl-5000-hw.h
iwl-5000.c iwlagn: add bluetooth stats to debugfs 2010-07-23 08:41:32 -07:00
iwl-6000-hw.h
iwl-6000.c iwlagn: add bluetooth stats to debugfs 2010-07-23 08:41:32 -07:00
iwl-agn-calib.c iwlagn: Add support for bluetooth statistics notification 2010-07-23 08:41:18 -07:00
iwl-agn-debugfs.c iwlagn: fix typo in ucode_bt_stats_read debugfs 2010-08-04 15:27:38 -04:00
iwl-agn-debugfs.h iwlagn: add bluetooth stats to debugfs 2010-07-23 08:41:32 -07:00
iwl-agn-hcmd.c iwlwifi: add TLV to specify the size of phy calibration table 2010-07-23 08:41:46 -07:00
iwl-agn-hw.h
iwl-agn-ict.c
iwl-agn-led.c
iwl-agn-led.h
iwl-agn-lib.c iwlwifi: fix locking assertions 2010-08-06 13:53:58 -04:00
iwl-agn-rs.c iwlagn: Improve aggregation failure error messages 2010-08-04 15:30:55 -04:00
iwl-agn-rs.h
iwl-agn-rx.c iwlagn: Add support for bluetooth statistics notification 2010-07-23 08:41:18 -07:00
iwl-agn-tx.c iwlwifi: fix locking assertions 2010-08-06 13:53:58 -04:00
iwl-agn-ucode.c
iwl-agn.c drivers/net/wireless: Use wiphy_<level> 2010-07-27 15:14:13 -04:00
iwl-agn.h
iwl-calib.h iwlagn: Add support for bluetooth statistics notification 2010-07-23 08:41:18 -07:00
iwl-commands.h Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 2010-07-27 11:59:19 -04:00
iwl-core.c iwlwifi: fix possible recursive locking deadlock 2010-08-04 15:27:36 -04:00
iwl-core.h iwlwifi: make iwl_mac_beacon_update static 2010-07-23 08:42:18 -07:00
iwl-csr.h
iwl-debug.h iwlwifi: fix compile warning 2010-08-04 15:27:37 -04:00
iwl-debugfs.c iwlagn: add bluetooth stats to debugfs 2010-07-23 08:41:32 -07:00
iwl-dev.h Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 2010-07-27 11:59:19 -04:00
iwl-devtrace.c
iwl-devtrace.h iwlwifi: fix TX tracer 2010-08-06 13:53:58 -04:00
iwl-eeprom.c
iwl-eeprom.h Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 2010-07-27 11:59:19 -04:00
iwl-fh.h
iwl-hcmd.c
iwl-helpers.h
iwl-io.h
iwl-led.c
iwl-led.h
iwl-power.c
iwl-power.h
iwl-prph.h
iwl-rx.c
iwl-scan.c iwlwifi: fix locking assertions 2010-08-06 13:53:58 -04:00
iwl-spectrum.h
iwl-sta.c iwlwifi: fix locking assertions 2010-08-06 13:53:58 -04:00
iwl-sta.h
iwl-tx.c
Kconfig
Makefile