Re: [RFC 1/5] iwlwifi: fix drv cleanup on opmode registration failure

2017-02-20 Thread Luis R. Rodriguez
On Sun, Feb 19, 2017 at 09:16:01AM +, Grumbach, Emmanuel wrote: > > This should in theory fix a detangled drv from the drv list should either > > of the > > opmode modules loaded and handled registration for the drv. > > > > The path of having the opmode registration deal with the drv opmode

RE: [RFC 1/5] iwlwifi: fix drv cleanup on opmode registration failure

2017-02-19 Thread Grumbach, Emmanuel
Hi Luis, > > The firmware async callback handles the device's opmode start call, but > optionally also allows opmode registration to take care of its opmode start. > If > the firmware callback handles it its error path in case of opmode start > failure > has a few pieces of code missing from th