Re: [PATCH v2 3/3] staging: wilc1000: refactor p2p action frames handling API's

2020-02-12 Thread Ajay.Kathat
Hi Greg, On 12/02/20 12:48 am, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Tue, Feb 11, 2020 at 09:57:10AM +, ajay.kat...@microchip.com wrote: >> From: Ajay Singh >> >> Refactor handling of P2P specific action frames.

Re: [PATCH v2 3/3] staging: wilc1000: refactor p2p action frames handling API's

2020-02-11 Thread Greg KH
On Tue, Feb 11, 2020 at 09:57:10AM +, ajay.kat...@microchip.com wrote: > From: Ajay Singh > > Refactor handling of P2P specific action frames. Make use of 'struct' to > handle the P2P frames instead of manipulating using 'buf' pointer. > > Signed-off-by: Ajay Singh > --- > v2: corrected 'w

[PATCH v2 3/3] staging: wilc1000: refactor p2p action frames handling API's

2020-02-11 Thread Ajay.Kathat
From: Ajay Singh Refactor handling of P2P specific action frames. Make use of 'struct' to handle the P2P frames instead of manipulating using 'buf' pointer. Signed-off-by: Ajay Singh --- v2: corrected 'while' condition by adding 'struct' size as suggested by Dan. drivers/staging/wilc1000/cfg