mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-14 18:05:52 +00:00
rtw_android: get_country_code needs additional flags parameter
This commit is contained in:
parent
0d2331d052
commit
b3a4fa0b1b
@ -1080,7 +1080,7 @@ void *wifi_get_country_code(char *ccode)
|
|||||||
if (!ccode)
|
if (!ccode)
|
||||||
return NULL;
|
return NULL;
|
||||||
if (wifi_control_data && wifi_control_data->get_country_code)
|
if (wifi_control_data && wifi_control_data->get_country_code)
|
||||||
return wifi_control_data->get_country_code(ccode);
|
return wifi_control_data->get_country_code(ccode, 0);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 39)) */
|
#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 39)) */
|
||||||
|
Loading…
Reference in New Issue
Block a user