On Sat, Jul 12, 2025 at 11:06 PM Rosen Penev <rosenp@xxxxxxxxx> wrote: > > Remove a bunch of static memory management functions and simplify with > devm. > > Also move allocation before ieee80211_alloc_hw to get rid of goto > statements and clarify the error handling a bit more. > > Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx> > --- > .../net/wireless/ralink/rt2x00/rt2800soc.c | 185 ++++++++---------- > 1 file changed, 79 insertions(+), 106 deletions(-) Reviewed-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> Thanks, Sergio Paracuellos