1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-20 05:00:36 +00:00
rtl8812au/os_dep/linux/wifi_regd.c
2017-11-21 08:08:17 +01:00

23 lines
450 B
C

/******************************************************************************
*
* Copyright(c) 2009-2010 Realtek Corporation.
*
*****************************************************************************/
#include <drv_types.h>
#ifdef CONFIG_IOCTL_CFG80211
#include <rtw_wifi_regd.h>
void rtw_reg_notify_by_driver(_adapter *adapter)
{
return 0;
}
int rtw_regd_init(_adapter *padapter)
{
return 0;
}
#endif /* CONFIG_IOCTL_CFG80211 */