Re: [PATCH] net: e1000: do not attempt to set hwaddr for i210 without FLASH

2021-06-12 Thread Ramon Fried
On Fri Jun 11, 2021 at 7:01 PM IDT, Tim Harvey wrote: > On Thu, Apr 22, 2021 at 5:11 PM Ramon Fried > wrote: > > > > On Fri, Apr 16, 2021 at 11:25 PM Tim Harvey wrote: > > > > > > commit f1bcad22dd19 ("net: e1000: add support for writing to EEPROM") > > > adds support for storing hwaddr in EEPROM

Re: [PATCH] net: e1000: do not attempt to set hwaddr for i210 without FLASH

2021-06-11 Thread Tim Harvey
On Thu, Apr 22, 2021 at 5:11 PM Ramon Fried wrote: > > On Fri, Apr 16, 2021 at 11:25 PM Tim Harvey wrote: > > > > commit f1bcad22dd19 ("net: e1000: add support for writing to EEPROM") > > adds support for storing hwaddr in EEPROM however i210 devices do not > > support this and thus results in er

Re: [PATCH] net: e1000: do not attempt to set hwaddr for i210 without FLASH

2021-04-22 Thread Ramon Fried
On Fri, Apr 16, 2021 at 11:25 PM Tim Harvey wrote: > > commit f1bcad22dd19 ("net: e1000: add support for writing to EEPROM") > adds support for storing hwaddr in EEPROM however i210 devices do not > support this and thus results in errors such as: > Warning: e1000#0 failed to set MAC address' > >

[PATCH] net: e1000: do not attempt to set hwaddr for i210 without FLASH

2021-04-16 Thread Tim Harvey
commit f1bcad22dd19 ("net: e1000: add support for writing to EEPROM") adds support for storing hwaddr in EEPROM however i210 devices do not support this and thus results in errors such as: Warning: e1000#0 failed to set MAC address' Check if a flash device is present and if not return -ENOSYS indi