mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 15:39:38 +00:00
rtl8188eu: Remove CONFIG_REGULATORY_CTRL
This symbol is always defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
32c09fed58
commit
d3b53e90aa
2 changed files with 0 additions and 7 deletions
|
@ -82,9 +82,6 @@
|
||||||
|
|
||||||
#define RTL8188E_RX_PACKET_INCLUDE_CRC 0
|
#define RTL8188E_RX_PACKET_INCLUDE_CRC 0
|
||||||
|
|
||||||
#define SUPPORTED_BLOCK_IO
|
|
||||||
#define CONFIG_REGULATORY_CTRL
|
|
||||||
|
|
||||||
#define CONFIG_OUT_EP_WIFI_MODE 0
|
#define CONFIG_OUT_EP_WIFI_MODE 0
|
||||||
|
|
||||||
#define ENABLE_USB_DROP_INCORRECT_OUT
|
#define ENABLE_USB_DROP_INCORRECT_OUT
|
||||||
|
|
|
@ -158,11 +158,7 @@ int rtw_mc2u_disable = 0;
|
||||||
static int rtw_80211d = 0;
|
static int rtw_80211d = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_REGULATORY_CTRL
|
|
||||||
static int rtw_regulatory_id =2;
|
static int rtw_regulatory_id =2;
|
||||||
#else
|
|
||||||
static int rtw_regulatory_id = 0xff;/* Regulatory tab id, 0xff = follow efuse's setting */
|
|
||||||
#endif
|
|
||||||
module_param(rtw_regulatory_id, int, 0644);
|
module_param(rtw_regulatory_id, int, 0644);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue