]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commitd6a3aac6ed5d50aa2ce3d5dfed70d97ca6217f21
treef7451633610cd05a8e95c3f546b128610f19b22d
parentf07d1009e9729f65adadcbc1cf7a2b10e807ba05
wifi: rtw89: 8922d: fix typo rx_freq_frome_ie

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