Re: [PATCH] net: wirelesse: wcn36xx: pull allocation outside of critical section

2013-12-08 Thread Eugene Krasnikov
hal_ind_mutex suppose to protect msg_ind but with this patch allocation will be done outside the critical section. On Sat, Dec 7, 2013 at 5:13 PM, Michal Nazarewicz wrote: > > This also simplifies flow-controll as there is now only one if > condition with a single branch. > --- > drivers/net/wir

[PATCH] net: wirelesse: wcn36xx: pull allocation outside of critical section

2013-12-07 Thread Michal Nazarewicz
This also simplifies flow-controll as there is now only one if condition with a single branch. --- drivers/net/wireless/ath/wcn36xx/smd.c | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) On Thu, Dec 05 2013, Eugene Krasnikov wrote: > I think code will look ne