[PATCH net] net: ipa: Use the correct value for IPA_STATUS_SIZE

From: Bert Karwatzki
Date: Sat May 27 2023 - 17:02:00 EST


commit b8dc7d0eea5a7709bb534f1b3ca70d2d7de0b42c introduced
IPA_STATUS_SIZE as a replacement for the size of the removed struct
ipa_status. sizeof(struct ipa_status) was sizeof(__le32[8]), use this
as IPA_STATUS_SIZE.