aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath/carl9170
diff options
context:
space:
mode:
authorKalle Valo <kvalo@kernel.org>2022-05-03 08:38:03 +0300
committerKalle Valo <kvalo@kernel.org>2022-05-03 08:38:03 +0300
commitf39af96d352dd4f36a4a43601ea90561e17e5ca6 (patch)
tree48de66fc48615930b53f9c53de6d5aa2ac3952f3 /drivers/net/wireless/ath/carl9170
parentrtw89: 8852c: rfk: add DPK (diff)
parentcarl9170: tx: fix an incorrect use of list iterator (diff)
downloadwireguard-linux-f39af96d352dd4f36a4a43601ea90561e17e5ca6.tar.xz
wireguard-linux-f39af96d352dd4f36a4a43601ea90561e17e5ca6.zip
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
ath.git patches for v5.19. Major changes: ath11k * support setting Specific Absorption Rate (SAR) for WCN6855 * read country code from SMBIOS for WCN6855/QCA6390 * support for WCN6750
Diffstat (limited to 'drivers/net/wireless/ath/carl9170')
-rw-r--r--drivers/net/wireless/ath/carl9170/tx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/carl9170/tx.c b/drivers/net/wireless/ath/carl9170/tx.c
index 39b3c1d9c9da..514f568d9d07 100644
--- a/drivers/net/wireless/ath/carl9170/tx.c
+++ b/drivers/net/wireless/ath/carl9170/tx.c
@@ -1559,6 +1559,9 @@ static struct carl9170_vif_info *carl9170_pick_beaconing_vif(struct ar9170 *ar)
goto out;
}
} while (ar->beacon_enabled && i--);
+
+ /* no entry found in list */
+ return NULL;
}
out: