Re: [PATCH] enable setting MAC address for r8723au

2015-12-26 Thread Jes Sorensen
Daniel Lenski writes: > On Wed, Dec 23, 2015 at 3:18 AM, Jes Sorensen wrote: >> Daniel Lenski writes: >> In addition, do *not* overwrite the eeprompriv.mac_addr - that struct is >> a clean copy of the eeprom's data and should not be

Re: [PATCH] enable setting MAC address for r8723au

2015-12-24 Thread Daniel Lenski
On Wed, Dec 23, 2015 at 3:18 AM, Jes Sorensen wrote: > Daniel Lenski writes: >> On Mon, Dec 21, 2015 at 9:53 AM, Larry Finger >> wrote: >>> On 12/20/2015 08:28 PM, Dan Lenski wrote: Signed-off-by: Dan Lenski

Re: [PATCH] enable setting MAC address for r8723au

2015-12-23 Thread Jes Sorensen
Daniel Lenski writes: > On Mon, Dec 21, 2015 at 9:53 AM, Larry Finger > wrote: >> On 12/20/2015 08:28 PM, Dan Lenski wrote: >>> >>> Signed-off-by: Dan Lenski >> >> >> The commit message should be in this patch rather than in the

Re: [PATCH] enable setting MAC address for r8723au

2015-12-21 Thread Daniel Lenski
On Mon, Dec 21, 2015 at 9:53 AM, Larry Finger wrote: > On 12/20/2015 08:28 PM, Dan Lenski wrote: >> >> Signed-off-by: Dan Lenski > > > The commit message should be in this patch rather than in the non-patch > previous mail. If this patch were to be

Re: [PATCH] enable setting MAC address for r8723au

2015-12-21 Thread Larry Finger
On 12/20/2015 08:28 PM, Dan Lenski wrote: Signed-off-by: Dan Lenski The commit message should be in this patch rather than in the non-patch previous mail. If this patch were to be accepted, all that explanation would be lost! Rather than issuing a warning when the MAC is

[PATCH] enable setting MAC address for r8723au

2015-12-20 Thread Dan Lenski
Signed-off-by: Dan Lenski --- drivers/staging/rtl8723au/os_dep/os_intfs.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8723au/os_dep/os_intfs.c b/drivers/staging/rtl8723au/os_dep/os_intfs.c index b8848c2..228e19f 100644 ---