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>
|
|
|
|
|
|
|
|
void rtw_reg_notify_by_driver(_adapter *adapter)
|
|
|
|
{
|
2017-11-21 07:08:17 +00:00
|
|
|
return 0;
|
2016-03-27 17:56:02 +00:00
|
|
|
}
|
|
|
|
|
2017-04-07 11:39:45 +00:00
|
|
|
int rtw_regd_init(_adapter *padapter)
|
2016-03-27 17:56:02 +00:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
2017-04-07 11:39:45 +00:00
|
|
|
#endif /* CONFIG_IOCTL_CFG80211 */
|