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

2021-04-04 Thread Greg Kroah-Hartman
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. >

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

2021-04-03 Thread Ivan Safonov
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 Same here, wrong driver name :( Driver name

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

2021-04-02 Thread Greg Kroah-Hartman
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 Same here, wrong driver name :(