blob: 25173a2c2d621c89af51a9c116c2ef40866e1642 [file] [log] [blame]
developerc9233442023-04-04 06:06:17 +08001From c107e821383469a19794b6fd42df69e543af41bc Mon Sep 17 00:00:00 2001
developer43c9ed92022-07-12 14:14:04 +08002From: Sujuan Chen <sujuan.chen@mediatek.com>
3Date: Tue, 12 Jul 2022 13:56:07 +0800
developerc9233442023-04-04 06:06:17 +08004Subject: [PATCH 1021/1031] wifi: mt76: mt7915: initialize wcid
developer43c9ed92022-07-12 14:14:04 +08005
6Signed-off-by: Sujuan Chen <sujuan.chen@mediatek.com>
7---
developer684b6102022-08-08 09:11:25 +08008 mt7915/mac.c | 2 +-
developer43c9ed92022-07-12 14:14:04 +08009 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/mt7915/mac.c b/mt7915/mac.c
developerc9233442023-04-04 06:06:17 +080012index 5fc7141f..8ee963a2 100644
developer43c9ed92022-07-12 14:14:04 +080013--- a/mt7915/mac.c
14+++ b/mt7915/mac.c
developerc04f5402023-02-03 09:22:26 +080015@@ -1031,7 +1031,7 @@ mt7915_mac_tx_free(struct mt7915_dev *dev, void *data, int len)
developerc226de82022-10-03 12:24:57 +080016 info = le32_to_cpu(*cur_info);
developer43c9ed92022-07-12 14:14:04 +080017 if (info & MT_TX_FREE_PAIR) {
developer684b6102022-08-08 09:11:25 +080018 struct mt7915_sta *msta;
developer43c9ed92022-07-12 14:14:04 +080019- struct mt76_wcid *wcid;
20+ struct mt76_wcid *wcid = NULL;
21 u16 idx;
22
23 idx = FIELD_GET(MT_TX_FREE_WLAN_ID, info);
24--
developerc9233442023-04-04 06:06:17 +0800252.39.0
developer43c9ed92022-07-12 14:14:04 +080026