diff options
author | Ping-Ke Shih <pkshih@realtek.com> | 2023-12-13 08:50:50 +0800 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2023-12-15 15:38:25 +0200 |
commit | 344c066f2f5afe73d584b9fc0236e98f8e75c911 (patch) | |
tree | b67b475713286f07612bec507b7bf43dc6dae55a /drivers/s390 | |
parent | d60e73e5dd703d7b7323abf7d2cf5233dfa18835 (diff) |
wifi: rtw89: fw: add version field to BB MCU firmware element
8922AE has more than one hardware version, and they use different BB MCU
firmware, so occupy a byte from element priv[] to annotate version. Since
there are more than one firmware and only matched version is adopted,
return 1 to ignore not matched firmware.
+===========================================+
| elm ID | elm size | version | |
+----------+----------+----------+----------+
| | element_priv[] |
+-------------------------------------------+
change to |
v
+===========================================+
| elm ID | elm size | version | |
+----------+----------+----------+----------+
| | cv | element_rsvd[] |
+-------------------------------------------+
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20231213005054.10568-3-pkshih@realtek.com
Diffstat (limited to 'drivers/s390')
0 files changed, 0 insertions, 0 deletions