From 8a0e163a8d8d80b1614729194b89b06fa9188268 Mon Sep 17 00:00:00 2001
From: MeiChia Chiu <meichia.chiu@mediatek.com>
Date: Tue, 30 May 2023 16:46:35 +0800
Subject: [PATCH 3010/3010] wifi: mt76: mt7996: disable single sku for SQC test

During SQC testing, disable single sku to prevent max power from
being restricted by regdb setting

NOTE: This patch is only for apply during SQC and will be
removed after SQC.
---
 mt7996/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mt7996/main.c b/mt7996/main.c
index d646938..e41d3e0 100644
--- a/mt7996/main.c
+++ b/mt7996/main.c
@@ -81,7 +81,7 @@ int mt7996_run(struct ieee80211_hw *hw)
 	ret = mt7996_mcu_set_tx_power_ctrl(phy, UNI_TXPOWER_SKU_POWER_LIMIT_CTRL,
 					   !dev->dbg.sku_disable);
 #else
-	ret = mt7996_mcu_set_tx_power_ctrl(phy, UNI_TXPOWER_SKU_POWER_LIMIT_CTRL, true);
+	ret = mt7996_mcu_set_tx_power_ctrl(phy, UNI_TXPOWER_SKU_POWER_LIMIT_CTRL, false);
 #endif
 	if (ret)
 		goto out;
-- 
2.18.0

