Merge branch 'nfc-st-nci-restructure-validating-logic-in-evt_transaction'
authorJakub Kicinski <kuba@kernel.org>
Thu, 24 Nov 2022 04:01:53 +0000 (20:01 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 24 Nov 2022 04:01:53 +0000 (20:01 -0800)
commita73e04c2705e75c72707e9e7dec776b4c430d66b
tree56d4e2b9bacf193d1bb59b9784c732ca78b781ad
parent06ccc8ec701e4d685c9572e4251cd9735c6e9b49
parent0254f31a7df3bb3b90c2d9dd2d4052f7b95eb287
Merge branch 'nfc-st-nci-restructure-validating-logic-in-evt_transaction'

Martin Faltesek says:

====================
nfc: st-nci: Restructure validating logic in EVT_TRANSACTION

These are the same 3 patches that were applied in st21nfca here:
https://lore.kernel.org/netdev/20220607025729.1673212-1-mfaltesek@google.com
with a couple minor differences.

st-nci has nearly identical code to that of st21nfca for EVT_TRANSACTION,
except that there are two extra validation checks that are not present
in the st-nci code.

The 3/3 patch as coded for st21nfca pulls those checks in, bringing both
drivers into parity.
====================

Link: https://lore.kernel.org/r/20221122004246.4186422-1-mfaltesek@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>