blob: ceead53b077b7d7f255e9bb4f75e9e2a894b0944 [file] [log] [blame]
developer20747c12022-09-16 14:09:40 +08001From cf4ded769fa58acd2d98f3a795bb8663456c114f 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
developerf9843e22022-09-13 10:57:15 +08004Subject: [PATCH 1121/1124] 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
developer20747c12022-09-16 14:09:40 +080012index 471d533b..0631ad2c 100644
developer43c9ed92022-07-12 14:14:04 +080013--- a/mt7915/mac.c
14+++ b/mt7915/mac.c
developer071927d2022-08-31 20:39:29 +080015@@ -965,7 +965,7 @@ mt7915_mac_tx_free(struct mt7915_dev *dev, void *data, int len)
developer43c9ed92022-07-12 14:14:04 +080016 */
17 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--
developer20747c12022-09-16 14:09:40 +0800252.25.1
developer43c9ed92022-07-12 14:14:04 +080026