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

2020-02-12 Thread Greg KH
On Wed, Feb 12, 2020 at 10:14:15AM +, 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 > --- > [resending this

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

2020-02-12 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 --- [resending this patch as it failed to apply earlier] drivers/staging/wilc1000/cfg80211.c | 300 ++