diff mbox series

rtw88: declare hw supports ch 144

Message ID 20201204013823.3729-1-pkshih@realtek.com
State New
Headers show
Series rtw88: declare hw supports ch 144 | expand

Commit Message

Ping-Ke Shih Dec. 4, 2020, 1:38 a.m. UTC
From: Zong-Zhe Yang <kevin_yang@realtek.com>

When driver was developed, FCC regulation didn't enable channel 144
and there was no demand for channel 144 at that time. Although HW
actually supports channel 144, driver didn't announce channel 144.
Therefore, channel 144 (20 MHz), channel 142 (40 MHz) and channel
138 (80 MHz) couldn't be used.

Today, channel 144 has been enabled by regulations and
is gradually being supported. With test requirements,
we declare hw supports channel 144.

Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
---
 drivers/net/wireless/realtek/rtw88/main.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Kalle Valo Dec. 7, 2020, 4:35 p.m. UTC | #1
Ping-Ke Shih <pkshih@realtek.com> wrote:

> From: Zong-Zhe Yang <kevin_yang@realtek.com>

> 

> When driver was developed, FCC regulation didn't enable channel 144

> and there was no demand for channel 144 at that time. Although HW

> actually supports channel 144, driver didn't announce channel 144.

> Therefore, channel 144 (20 MHz), channel 142 (40 MHz) and channel

> 138 (80 MHz) couldn't be used.

> 

> Today, channel 144 has been enabled by regulations and

> is gradually being supported. With test requirements,

> we declare hw supports channel 144.

> 

> Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>

> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>


Patch applied to wireless-drivers-next.git, thanks.

5e38884152ba rtw88: declare hw supports ch 144

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20201204013823.3729-1-pkshih@realtek.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
diff mbox series

Patch

diff --git a/drivers/net/wireless/realtek/rtw88/main.c b/drivers/net/wireless/realtek/rtw88/main.c
index 47969a6f957c..e7c1ae454524 100644
--- a/drivers/net/wireless/realtek/rtw88/main.c
+++ b/drivers/net/wireless/realtek/rtw88/main.c
@@ -67,6 +67,7 @@  static struct ieee80211_channel rtw_channeltable_5g[] = {
 	{.center_freq = 5660, .hw_value = 132,},
 	{.center_freq = 5680, .hw_value = 136,},
 	{.center_freq = 5700, .hw_value = 140,},
+	{.center_freq = 5720, .hw_value = 144,},
 	{.center_freq = 5745, .hw_value = 149,},
 	{.center_freq = 5765, .hw_value = 153,},
 	{.center_freq = 5785, .hw_value = 157,},