On Wed, Nov 03, 2021 at 02:55:28PM +0100, Jonas Dreßler wrote: > Since the version string we get from the firmware is always 128 > characters long, use a define for this size instead of having the number > 128 copied all over the place. Just answered to the previous one :-) Okay, you may ignore that thread since you did what you and I were talking about. ... > + sizeof(char) * MWIFIEX_VERSION_STR_LENGTH); While at it, drop the redundant sizeof(). -- With Best Regards, Andy Shevchenko