]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: rtw89: 8922d: fix typo rx_freq_frome_ie
authorPing-Ke Shih <pkshih@realtek.com>
Mon, 20 Apr 2026 03:40:36 +0000 (11:40 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Wed, 29 Apr 2026 04:29:09 +0000 (12:29 +0800)
The commit 127ea8d0b068 ("wifi: rtw89: fix typo "frome" -> "from" in rx_freq_frome_ie")
change the struct field to correct the typo, but miss to fix this for
RTL8922D because it is submitting at the same time.

As RTL8922D is not enabled yet, this build error doesn't appear.

Fix it accordingly.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260420034051.17666-2-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/rtw8922d.c

index 96e7b70a3b930a988aa8c682ac330722abd26951..a550ff8de8fced7cf2314a955a1ba9a2eae5c966 100644 (file)
@@ -2988,7 +2988,7 @@ const struct rtw89_chip_info rtw8922d_chip_info = {
        .support_noise          = false,
        .ul_tb_waveform_ctrl    = false,
        .ul_tb_pwr_diff         = false,
-       .rx_freq_frome_ie       = false,
+       .rx_freq_from_ie        = false,
        .hw_sec_hdr             = true,
        .hw_mgmt_tx_encrypt     = true,
        .hw_tkip_crypto         = true,