mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-27 23:54:24 +00:00
Fixed crash because of stupid bug in led function with 8814
This commit is contained in:
parent
96312e7786
commit
1105ad7295
@ -28,7 +28,8 @@ rtw_led_control(
|
|||||||
{
|
{
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
(adapter)->ledpriv.LedControlHandler((adapter), (LedAction));
|
if((adapter)->ledpriv.LedControlHandler)
|
||||||
|
(adapter)->ledpriv.LedControlHandler((adapter), (LedAction));
|
||||||
}
|
}
|
||||||
while(0);
|
while(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user