mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 03:01:41 +02:00
wifi: rtw89: 8922d: fix typo rx_freq_frome_ie
The commit 127ea8d0b0 ("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
This commit is contained in:
parent
f07d1009e9
commit
d6a3aac6ed
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user