diff options
author | John Crispin <john@phrozen.org> | 2019-12-13 16:38:34 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-12-18 18:27:45 +0100 |
commit | 6bc9d6f786a56c4b8d267d7e9e52bbcde6a0b03a (patch) | |
tree | e2c2231a198c282960a58471257b0c1110d1dc73 /drivers/net/wireless/ath/ath11k/testmode.c | |
parent | ath11k: drop memset when setting up a tx cmd desc (diff) | |
download | linux-6bc9d6f786a56c4b8d267d7e9e52bbcde6a0b03a.tar.xz linux-6bc9d6f786a56c4b8d267d7e9e52bbcde6a0b03a.zip |
ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_ab
This makes the code consistent with the recent sc to ab rename.
Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/testmode.c')
-rw-r--r-- | drivers/net/wireless/ath/ath11k/testmode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/testmode.c b/drivers/net/wireless/ath/ath11k/testmode.c index 932bee6d1740..d2dc9db01491 100644 --- a/drivers/net/wireless/ath/ath11k/testmode.c +++ b/drivers/net/wireless/ath/ath11k/testmode.c @@ -150,7 +150,7 @@ static int ath11k_tm_cmd_wmi(struct ath11k *ar, struct nlattr *tb[]) ath11k_dbg_dump(ar->ab, ATH11K_DBG_TESTMODE, NULL, "", buf, buf_len); - skb = ath11k_wmi_alloc_skb(wmi->wmi_sc, buf_len); + skb = ath11k_wmi_alloc_skb(wmi->wmi_ab, buf_len); if (!skb) { ret = -ENOMEM; goto out; |