mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-09 23:57:00 +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)
|
||||
return NULL;
|
||||
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;
|
||||
}
|
||||
#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 39)) */
|
||||
|
Loading…
Reference in New Issue
Block a user