Re: [U-Boot] [PATCH v1] net: Update hardware MAC address if it changes in env

2015-06-15 Thread Bin Meng
On Mon, Jun 15, 2015 at 5:07 PM, Bin Meng wrote: > Hi Joe, > > On Tue, Mar 24, 2015 at 2:49 PM, Joe Hershberger > wrote: >> When the ethaddr changes in the env, the hardware should also be updated >> so that MAC filtering will work properly without resetting U-Boot. >> >> Also remove the manual

Re: [U-Boot] [PATCH v1] net: Update hardware MAC address if it changes in env

2015-06-15 Thread Bin Meng
Hi Joe, On Tue, Mar 24, 2015 at 2:49 PM, Joe Hershberger wrote: > When the ethaddr changes in the env, the hardware should also be updated > so that MAC filtering will work properly without resetting U-Boot. > > Also remove the manual calls to set the hwaddr that was included in a > few drivers a

Re: [U-Boot] [PATCH v1] net: Update hardware MAC address if it changes in env

2015-03-23 Thread Joe Hershberger
On Tue, Mar 24, 2015 at 1:49 AM, Joe Hershberger wrote: > > When the ethaddr changes in the env, the hardware should also be updated > so that MAC filtering will work properly without resetting U-Boot. > > Also remove the manual calls to set the hwaddr that was included in a > few drivers as a res

[U-Boot] [PATCH v1] net: Update hardware MAC address if it changes in env

2015-03-23 Thread Joe Hershberger
When the ethaddr changes in the env, the hardware should also be updated so that MAC filtering will work properly without resetting U-Boot. Also remove the manual calls to set the hwaddr that was included in a few drivers as a result of the framework not doing it. Reported-by: Michal Simek Signe