mirror of
https://github.com/torvalds/linux.git
synced 2024-12-17 00:21:32 +00:00
staging: rtl8188eu: Fix bug introduced by convert timers to use timer_setup()
Commitb7749656e9
("staging: rtl8188eu: Convert timers to use timer_setup()") introduces a copy and paste error which causes the rtl8188eu driver to no longer function. This commit fixes this. Fixes:b7749656e9
("staging: rtl8188eu: Convert timers to use timer_setup()") Cc: Kees Cook <keescook@chromium.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4004a9870b
commit
d96e8c10f8
@ -4806,7 +4806,7 @@ void linked_status_chk(struct adapter *padapter)
|
||||
void survey_timer_hdl(struct timer_list *t)
|
||||
{
|
||||
struct adapter *padapter = from_timer(padapter, t,
|
||||
mlmeextpriv.link_timer);
|
||||
mlmeextpriv.survey_timer);
|
||||
struct cmd_obj *ph2c;
|
||||
struct sitesurvey_parm *psurveyPara;
|
||||
struct cmd_priv *pcmdpriv = &padapter->cmdpriv;
|
||||
|
Loading…
Reference in New Issue
Block a user