aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath/carl9170
diff options
context:
space:
mode:
authorKalle Valo <kvalo@kernel.org>2024-02-22 12:41:45 +0200
committerKalle Valo <kvalo@kernel.org>2024-02-22 12:41:45 +0200
commit1c33f0ffacfd22dd748d69199d0575bcc461684e (patch)
tree6703b770d59e4473e345024679b22f85fde5ad9a /drivers/net/wireless/ath/carl9170
parentwifi: wilc1000: revert reset line logic flip (diff)
parentwifi: ath11k: remove unused scan_events from struct scan_req_params (diff)
downloadwireguard-linux-1c33f0ffacfd22dd748d69199d0575bcc461684e.tar.xz
wireguard-linux-1c33f0ffacfd22dd748d69199d0575bcc461684e.zip
Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath
ath.git patches for v6.9 We have support for QCA2066 now and also several new features in ath12k. Major changes: ath12k * firmware-2.bin support * support having multiple identical PCI devices (firmware needs to have ATH12K_FW_FEATURE_MULTI_QRTR_ID) * QCN9274: support split-PHY devices * WCN7850: enable Power Save Mode in station mode * WCN7850: P2P support ath11k: * QCA6390 & WCN6855: support 2 concurrent station interfaces * QCA2066 support
Diffstat (limited to 'drivers/net/wireless/ath/carl9170')
-rw-r--r--drivers/net/wireless/ath/carl9170/tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/carl9170/tx.c b/drivers/net/wireless/ath/carl9170/tx.c
index 6bb9aa2bfe65..e902ca80eba7 100644
--- a/drivers/net/wireless/ath/carl9170/tx.c
+++ b/drivers/net/wireless/ath/carl9170/tx.c
@@ -189,7 +189,7 @@ static void carl9170_tx_accounting_free(struct ar9170 *ar, struct sk_buff *skb)
static int carl9170_alloc_dev_space(struct ar9170 *ar, struct sk_buff *skb)
{
- struct _carl9170_tx_superframe *super = (void *) skb->data;
+ struct _carl9170_tx_superframe *super;
unsigned int chunks;
int cookie = -1;