Re: [PATCH net] net: dsa: microchip: ksz8795: Correctly handle huge frame configuration

From: Florian Fainelli
Date: Wed Apr 19 2023 - 13:47:03 EST


On 4/17/23 11:19, Christophe JAILLET wrote:
Because of the logic in place, SW_HUGE_PACKET can never be set.
(If the first condition is true, then the 2nd one is also true, but is not
executed)

Change the logic and update each bit individually.

Fixes: 29d1e85f45e0 ("net: dsa: microchip: ksz8: add MTU configuration support")
Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
--
Florian