2016-03-27 17:56:02 +00:00
|
|
|
/******************************************************************************
|
|
|
|
*
|
|
|
|
* Copyright(c) 2009-2010 Realtek Corporation.
|
|
|
|
*
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
#include <drv_types.h>
|
|
|
|
|
|
|
|
#ifdef CONFIG_IOCTL_CFG80211
|
|
|
|
|
|
|
|
#include <rtw_wifi_regd.h>
|
|
|
|
|
2018-03-08 11:12:53 +00:00
|
|
|
void rtw_reg_notify_by_driver(_adapter *adapter)
|
|
|
|
{
|
2018-03-21 09:08:01 +00:00
|
|
|
return;
|
2018-03-08 11:12:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
int rtw_regd_init(_adapter * padapter)
|
|
|
|
{
|
2016-03-27 17:56:02 +00:00
|
|
|
return 0;
|
|
|
|
}
|
2018-03-08 11:12:53 +00:00
|
|
|
#endif //CONFIG_IOCTL_CFG80211
|