[PATCH] mwifiex: fix racing condition when downloading firmware

2016-05-18 Thread Wei-Ning Huang
The action 'check for winner' and 'download firmware' should be an atomic action. This is true for btmrvl driver but not mwmfiex, which cause firmware download to fail when the following senerio happens: 1) mwifiex check winner status: true 2) btmrvl check winner status: true, and start downloadin

Re: mwifiex: fix racing condition when downloading firmware

2016-06-14 Thread Kalle Valo
t call around those two actions to make sure it's > atomic. > > Signed-off-by: Wei-Ning Huang Thanks, 1 patch applied to wireless-drivers-next.git: 65c71efe1c59 mwifiex: fix racing condition when downloading firmware -- Sent by pwcli https://patchwork.kernel.org/patch/9123771/ --