wifi: ath12k: add missing lockdep_assert_wiphy() for ath12k_mac_op_ functions
authorKalle Valo <quic_kvalo@quicinc.com>
Fri, 11 Oct 2024 17:33:23 +0000 (20:33 +0300)
committerJeff Johnson <quic_jjohnson@quicinc.com>
Wed, 16 Oct 2024 14:43:07 +0000 (07:43 -0700)
commitc347f18160219ac75b0c79be983e500b5959fb88
treeca2dc716ecd091236154f3439bcad87073381d55
parentf3ced9bb90b0a287a1fa6184d16b0f104a78fa90
wifi: ath12k: add missing lockdep_assert_wiphy() for ath12k_mac_op_ functions

Use lockdep_assert_wiphy() to document the ath12k_mac_op_ functions which are
called under wiphy_lock(). And make sure that the functions which already have
that is in the beginning of the function.

No functional changes.

Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://patch.msgid.link/20241011173323.924473-1-kvalo@kernel.org
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
drivers/net/wireless/ath/ath12k/mac.c