mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
wifi: iwlwifi: mld: we support v6 of compressed_ba_notif
It just added a field that we don't use. Claim support for this new version. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250313002008.f3b668f41de7.Ib8d984c7158bf286adfb6d343955ff5f95b51d52@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
5789f7913e
commit
630b6c095e
|
|
@ -347,7 +347,8 @@ CMD_VERSIONS(missed_beacon_notif,
|
|||
CMD_VERSIONS(tx_resp_notif,
|
||||
CMD_VER_ENTRY(8, iwl_tx_resp))
|
||||
CMD_VERSIONS(compressed_ba_notif,
|
||||
CMD_VER_ENTRY(5, iwl_compressed_ba_notif))
|
||||
CMD_VER_ENTRY(5, iwl_compressed_ba_notif)
|
||||
CMD_VER_ENTRY(6, iwl_compressed_ba_notif))
|
||||
CMD_VERSIONS(tlc_notif,
|
||||
CMD_VER_ENTRY(3, iwl_tlc_update_notif))
|
||||
CMD_VERSIONS(mu_mimo_grp_notif,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user