RE: [PATCH net-next 4/9] lan78xx: disable MAC address filter before updating entry

2021-02-10 Thread John Efstathiades
> -Original Message- > From: Andrew Lunn > Sent: 04 February 2021 13:46 > > On Thu, Feb 04, 2021 at 11:31:16AM +, John Efstathiades wrote: > > Disable the station MAC address entry in the perfect address filter > > table before updating the table entry with a new MAC address. > >

[PATCH net-next 4/9] lan78xx: disable MAC address filter before updating entry

2021-02-04 Thread John Efstathiades
Disable the station MAC address entry in the perfect address filter table before updating the table entry with a new MAC address. Signed-off-by: John Efstathiades --- drivers/net/usb/lan78xx.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/net/usb/lan78xx.c