[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5591d8a4-24be-4288-88df-29fd5a11ac66@quicinc.com>
Date: Mon, 25 Sep 2023 17:45:10 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Christophe JAILLET <christophe.jaillet@...adoo.fr>,
Kalle Valo <kvalo@...nel.org>
CC: <linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>,
<linux-wireless@...r.kernel.org>
Subject: Re: [PATCH wireless-next 2/2] ath: dfs_pattern_detector: Use flex
array to simplify code
On 9/23/2023 11:57 PM, Christophe JAILLET wrote:
> At the time of the writing, the value of 'num_radar_types' is 7 or 9. So
> on a 64 bits system, only 56 or 72 bytes are allocated for the
> 'detectors' array.
>
> Turn it into a flex array, in order to simplify memory management and save
> an indirection when the array is used.
>
> Doing so, cd->detectors can't be NULL, and channel_detector_exit() can be
> simplified as well.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Reviewed-by: Jeff Johnson <quic_jjohnson@...cinc.com>
Powered by blists - more mailing lists