linux/drivers/net/wireless/ath/ath10k
Mohammed Shafi Shajakhan e2951f7ff8 ath10k: Fix mutex unlock balance
ath10k_debug_read_target_stats is properly
protected by data_lock (spinlock). Remove
the unwanted mutex_unlock(&ar->conf_mutex)

[ BUG: bad unlock balance detected! ]
-------------------------------------
kworker/u4:0/12459 is trying to release lock
(&ar->conf_mutex) at:
[<c16a170d>] mutex_unlock+0xd/0x10
but there are no more locks to release!

 Call Trace:
  [<c16a170d>] ? mutex_unlock+0xd/0x10
  [<c10b697d>] __lock_release+0x4d/0xe0
  [<f88ca0fc>] ? ath10k_debug_read_target_stats+0xac/0x290

  [<c16a170d>] ? mutex_unlock+0xd/0x10
  [<c10b6a5b>] lock_release+0x4b/0x150
  [<c16a1580>] __mutex_unlock_slowpath+0x70/0x150
  [<f88ca0fc>] ? ath10k_debug_read_target_stats+0xac/0x290

  [<c10b456b>] ? trace_hardirqs_on+0xb/0x10
  [<c16a170d>] mutex_unlock+0xd/0x10
  [<f88ca107>] ath10k_debug_read_target_stats+0xb7/0x290

  [<f88d337a>] ath10k_wmi_event_process+0x3fa/0x6e0

  [<c10b456b>] ? trace_hardirqs_on+0xb/0x10
  [<f88d36e1>] ath10k_wmi_event_work+0x21/0x40
               [ath10k_core]

Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2013-08-28 07:08:27 +03:00
..
bmi.c ath10k: reset BMI state upon init 2013-07-30 18:01:19 +03:00
bmi.h ath10k: reset BMI state upon init 2013-07-30 18:01:19 +03:00
ce.c ath10k: print errcode when CE ring setup fails 2013-08-14 18:00:01 +03:00
ce.h
core.c ath10k: Remove qca98xx hw1.0 support 2013-08-12 17:21:38 +03:00
core.h ath10k: add support for firmware newer than 636 2013-08-15 16:04:41 +03:00
debug.c ath10k: Fix mutex unlock balance 2013-08-28 07:08:27 +03:00
debug.h
hif.h ath10k: decouple suspend code 2013-07-30 18:01:19 +03:00
htc.c ath10k: fix HTT service setup 2013-08-14 18:01:28 +03:00
htc.h ath10k: prevent HTC from being used after stopping 2013-07-30 18:01:20 +03:00
htt_rx.c ath10k: implement 802.3 SNAP rx decap type A-MSDU handling 2013-08-14 18:01:28 +03:00
htt_tx.c ath10k: add support for HTT 3.0 2013-08-15 16:04:41 +03:00
htt.c ath10k: add support for HTT 3.0 2013-08-15 16:04:41 +03:00
htt.h ath10k: add support for HTT 3.0 2013-08-15 16:04:41 +03:00
hw.h ath10k: add support for HTT 3.0 2013-08-15 16:04:41 +03:00
Kconfig
mac.c ath10k: add support for HTT 3.0 2013-08-15 16:04:41 +03:00
mac.h ath10k: implement device recovery 2013-07-30 18:01:20 +03:00
Makefile
pci.c ath10k: clean up PCI completion states 2013-08-14 18:00:00 +03:00
pci.h ath10k: clean up PCI completion states 2013-08-14 18:00:00 +03:00
rx_desc.h
targaddrs.h
trace.c
trace.h
txrx.c
txrx.h
wmi.c ath10k: add support for firmware newer than 636 2013-08-15 16:04:41 +03:00
wmi.h ath10k: add support for firmware newer than 636 2013-08-15 16:04:41 +03:00