Re: [PATCH 2/2] mwifiex: use get_random_mask_addr() helper

2017-09-20 Thread Kalle Valo
Brian Norris writes: > Hi, > > On Tue, Sep 19, 2017 at 05:30:06PM +0300, Kalle Valo wrote: >> Ganapathi Bhat writes: >> >> > Hi Kalle, >> >> >> >> > Avoid calculating random MAC address in driver. Instead make use of >> >> >

Re: [PATCH 2/2] mwifiex: use get_random_mask_addr() helper

2017-09-19 Thread Brian Norris
Hi, On Tue, Sep 19, 2017 at 05:30:06PM +0300, Kalle Valo wrote: > Ganapathi Bhat writes: > > > Hi Kalle, > >> > >> > Avoid calculating random MAC address in driver. Instead make use of > >> > 'get_random_mask_addr()' function. > >> > > >> > Signed-off-by: Ganapathi Bhat

Re: [PATCH 2/2] mwifiex: use get_random_mask_addr() helper

2017-09-19 Thread Kalle Valo
Ganapathi Bhat writes: > Hi Kalle, >> >> > Avoid calculating random MAC address in driver. Instead make use of >> > 'get_random_mask_addr()' function. >> > >> > Signed-off-by: Ganapathi Bhat >> >> I don't see 1/2 anywhere. Did it get lost? > > Actually

RE: [PATCH 2/2] mwifiex: use get_random_mask_addr() helper

2017-09-18 Thread Ganapathi Bhat
Hi Kalle, > > > Avoid calculating random MAC address in driver. Instead make use of > > 'get_random_mask_addr()' function. > > > > Signed-off-by: Ganapathi Bhat > > I don't see 1/2 anywhere. Did it get lost? Actually there is no 1/2. What I did is: 'git send-email'; CTRL + C

Re: [PATCH 2/2] mwifiex: use get_random_mask_addr() helper

2017-09-18 Thread Kalle Valo
Ganapathi Bhat writes: > Avoid calculating random MAC address in driver. Instead make > use of 'get_random_mask_addr()' function. > > Signed-off-by: Ganapathi Bhat I don't see 1/2 anywhere. Did it get lost? -- Kalle Valo

[PATCH 2/2] mwifiex: use get_random_mask_addr() helper

2017-09-18 Thread Ganapathi Bhat
Avoid calculating random MAC address in driver. Instead make use of 'get_random_mask_addr()' function. Signed-off-by: Ganapathi Bhat --- drivers/net/wireless/marvell/mwifiex/cfg80211.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git