rtl8188eu: Remove CONFIG_REGULATORY_CTRL

This symbol is always defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-02-27 20:24:19 -06:00
parent 32c09fed58
commit d3b53e90aa
2 changed files with 0 additions and 7 deletions

View file

@ -82,9 +82,6 @@
#define RTL8188E_RX_PACKET_INCLUDE_CRC 0
#define SUPPORTED_BLOCK_IO
#define CONFIG_REGULATORY_CTRL
#define CONFIG_OUT_EP_WIFI_MODE 0
#define ENABLE_USB_DROP_INCORRECT_OUT

View file

@ -158,11 +158,7 @@ int rtw_mc2u_disable = 0;
static int rtw_80211d = 0;
#endif
#ifdef CONFIG_REGULATORY_CTRL
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);