blob: 49f0d067f30edf3b6bd75dc75d7d645bb41a05cd [file] [log] [blame]
developer29344f12022-10-17 12:01:44 +08001From 5f1203708a71e815d3d3f40ca18005d1667453cb Mon Sep 17 00:00:00 2001
developerd4975692022-07-15 18:30:03 +08002From: Sujuan Chen <sujuan.chen@mediatek.com>
3Date: Tue, 12 Jul 2022 13:56:07 +0800
developer29344f12022-10-17 12:01:44 +08004Subject: [PATCH 1121/1127] mt76 mt7915 initialize wcid
developerd4975692022-07-15 18:30:03 +08005
6Signed-off-by: Sujuan Chen <sujuan.chen@mediatek.com>
7---
developer6e3b5d12022-08-16 15:37:38 +08008 mt7915/mac.c | 2 +-
developerd4975692022-07-15 18:30:03 +08009 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/mt7915/mac.c b/mt7915/mac.c
developer29344f12022-10-17 12:01:44 +080012index 100ed7e1..27f9419a 100644
developerd4975692022-07-15 18:30:03 +080013--- a/mt7915/mac.c
14+++ b/mt7915/mac.c
developer29344f12022-10-17 12:01:44 +080015@@ -969,7 +969,7 @@ mt7915_mac_tx_free(struct mt7915_dev *dev, void *data, int len)
developerf1313102022-10-11 11:02:55 +080016 info = le32_to_cpu(*cur_info);
developerd4975692022-07-15 18:30:03 +080017 if (info & MT_TX_FREE_PAIR) {
developer6e3b5d12022-08-16 15:37:38 +080018 struct mt7915_sta *msta;
developerd4975692022-07-15 18:30:03 +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--
developer29344f12022-10-17 12:01:44 +0800252.25.1
developerd4975692022-07-15 18:30:03 +080026