rtl8812au-chinawrj/os_dep/linux/wifi_regd.c

23 lines
450 B
C
Raw Normal View History

/******************************************************************************
*
* 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)
{
2017-11-21 07:08:17 +00:00
return 0;
}
int rtw_regd_init(_adapter *padapter)
{
return 0;
}
#endif /* CONFIG_IOCTL_CFG80211 */