net: ipa: remove unused status structure field masks
authorAlex Elder <elder@linaro.org>
Mon, 28 Sep 2020 23:04:40 +0000 (18:04 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2020 01:34:55 +0000 (18:34 -0700)
commite0ebe204916a0f9915185268ad4735eaa7adc59d
treedc07b71265b7e0d181e79abfadb52e7f1aad8c2c
parentab4f71e519ddd06bde81289e74a22d23819befd1
net: ipa: remove unused status structure field masks

Most of the field masks used for fields in a status structure are
unused.  Remove their definitions; we can add them back again when
we actually use them to handle arriving status messages.  These are
warned about if "W=2" is added to the build command.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_endpoint.c