Re: [PATCH 2/2] staging:r8188eu: remove dummy handlers from OnAction()

From: Greg Kroah-Hartman
Date: Sun Apr 04 2021 - 05:56:46 EST


On Sun, Apr 04, 2021 at 12:30:41AM +0300, Ivan Safonov wrote:
> On 4/2/21 4:04 PM, Greg Kroah-Hartman wrote:
> > On Sun, Mar 28, 2021 at 07:33:25PM +0300, Ivan Safonov wrote:
> > > on_action_spct() do nothing, because rtw_get_stainfo() has no side
> > > effects. Other action handlers are trivial.
> > >
> > > Signed-off-by: Ivan Safonov <insafonov@xxxxxxxxx>
> >
> > Same here, wrong driver name :(
> >
>
> Driver name is "r8188eu"...
>
> $ grep 'r8188eu' drivers/staging/rtl8188eu/include/drv_types.h

Directory name is "rtl8188eu", so something needs to be fixed up here to
remove confusion like this :)

thanks,

greg k-h