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

@ -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);