rtl8812au-chinawrj/os_dep/linux/wifi_regd.c
Christian B 2d6512e7c4
Fix compile warning
* Fixed a simple compile warning
2017-12-08 13:12:11 +01:00

23 lines
448 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;
}
int rtw_regd_init(_adapter *padapter)
{
return 0;
}
#endif /* CONFIG_IOCTL_CFG80211 */