diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/mac.c')
| -rw-r--r-- | drivers/net/wireless/ath/ath10k/mac.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c index bb6c5ee43ac0..5ce4f8d038b9 100644 --- a/drivers/net/wireless/ath/ath10k/mac.c +++ b/drivers/net/wireless/ath/ath10k/mac.c @@ -4727,6 +4727,8 @@ out:  /* Must not be called with conf_mutex held as workers can use that also. */  void ath10k_drain_tx(struct ath10k *ar)  { +	lockdep_assert_not_held(&ar->conf_mutex); +  	/* make sure rcu-protected mac80211 tx path itself is drained */  	synchronize_net(); | 
