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