commit | 5d06f53d950928ecc02dd1a05e58f719eb28589b | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Oct 15 15:45:12 2019 -0700 |
committer | Florian Fainelli <f.fainelli@gmail.com> | Fri Oct 18 12:11:50 2019 -0700 |
tree | b251a705fa3b32882f23c0d723fd601f573dfdca | |
parent | 242fb2f1d995184f996466167d41a2d49353229b [diff] |
memory: brcmstb: dpfe: Compute checksum at __send_command() time Instead of pre-computing the checksum, do it at the time we send the command, this reduces the possibility of introducing errors as well as limits the amount of code necessary while adding new commands and/or new API versions. The MSG_CHKSUM enumeration value is no longer necessary and is removed. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Markus Mayer <mmayer@broadcom.com>