mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-13 01:22:30 +00:00
Merge pull request #1 from fariouche/v5.2.20
This fixes the support for 8814
This commit is contained in:
commit
eaaf33d8f1
@ -28,7 +28,8 @@ rtw_led_control(
|
||||
{
|
||||
do
|
||||
{
|
||||
(adapter)->ledpriv.LedControlHandler((adapter), (LedAction));
|
||||
if((adapter)->ledpriv.LedControlHandler)
|
||||
(adapter)->ledpriv.LedControlHandler((adapter), (LedAction));
|
||||
}
|
||||
while(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user