mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-25 14:44:09 +00:00
Fix some conditional statements (missing braces)
This commit is contained in:
parent
8517abf0df
commit
6a4f5f969e
@ -12282,8 +12282,7 @@ void rtw_delba_check(_adapter *padapter, struct sta_info *psta, u8 from_timer)
|
|||||||
rtw_reset_continual_no_rx_packet(psta, i);
|
rtw_reset_continual_no_rx_packet(psta, i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} else{
|
||||||
else{
|
|
||||||
/* The inactivity timer is reset when MPDUs to the TID is received. */
|
/* The inactivity timer is reset when MPDUs to the TID is received. */
|
||||||
rtw_reset_continual_no_rx_packet(psta, i);
|
rtw_reset_continual_no_rx_packet(psta, i);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user