aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/mac.c
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2019-12-19 18:27:36 +0200
committerKalle Valo <kvalo@codeaurora.org>2019-12-19 18:27:36 +0200
commitae0a723c4cfd89dad31ce238f47ccfbe81b35b84 (patch)
tree5d485700086b25cd6a5bc230c604d3115598ae06 /drivers/net/wireless/ath/ath10k/mac.c
parentorinoco: avoid assertion in case of NULL pointer (diff)
parentath11k: Use sizeof_field() instead of FIELD_SIZEOF() (diff)
downloadlinux-dev-ae0a723c4cfd89dad31ce238f47ccfbe81b35b84.tar.xz
linux-dev-ae0a723c4cfd89dad31ce238f47ccfbe81b35b84.zip
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
ath.git patches for v5.6. Major changes: wil6210 * support set_multicast_to_unicast cfg80211 operation * support set_cqm_rssi_config cfg80211 operation wcn36xx * disable HW_CONNECTION_MONITOR as firmware is buggy
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/mac.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index 767c7bf16975..0969e9bf5d5e 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -1098,7 +1098,7 @@ static int ath10k_monitor_vdev_stop(struct ath10k *ar)
ret = ath10k_wmi_vdev_stop(ar, ar->monitor_vdev_id);
if (ret)
- ath10k_warn(ar, "failed to to request monitor vdev %i stop: %d\n",
+ ath10k_warn(ar, "failed to request monitor vdev %i stop: %d\n",
ar->monitor_vdev_id, ret);
ret = ath10k_vdev_setup_sync(ar);