Re: [PATCH v2 1/2] mwifiex: Use a define for firmware version string length
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2021-11-03 14:17:56
Also in:
linux-wireless, lkml
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2021-11-03 14:17:56
Also in:
linux-wireless, lkml
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