RTL88x2BU-Linux-Driver/os_dep/linux/wifi_regd.h

23 lines
829 B
C
Raw Normal View History

/******************************************************************************
*
* Copyright(c) 2009-2010 - 2017 Realtek Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
*****************************************************************************/
2020-08-02 09:12:24 +00:00
#ifndef __WIFI_REGD_H__
#define __WIFI_REGD_H__
2019-09-21 09:30:30 +00:00
void rtw_regd_apply_flags(struct wiphy *wiphy);
int rtw_regd_init(struct wiphy *wiphy);
2020-08-02 09:12:24 +00:00
#endif /* __WIFI_REGD_H__ */