mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Remove CONFIG_SPECIAL_SETTING_FOR_FUNAI_TV
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
6eb9cc27c9
commit
669536c180
5 changed files with 1 additions and 80 deletions
|
@ -144,14 +144,6 @@ static int rtw_80211d = 0;
|
|||
static int rtw_regulatory_id =2;
|
||||
module_param(rtw_regulatory_id, int, 0644);
|
||||
|
||||
|
||||
#ifdef CONFIG_SPECIAL_SETTING_FOR_FUNAI_TV
|
||||
static int rtw_force_ant = 2;/* 0 :normal, 1:Main ant, 2:Aux ant */
|
||||
static int rtw_force_igi =0;/* 0 :normal */
|
||||
module_param(rtw_force_ant, int, 0644);
|
||||
module_param(rtw_force_igi, int, 0644);
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_QOS_OPTIMIZATION
|
||||
static int rtw_qos_opt_enable=1;/* 0: disable,1:enable */
|
||||
#else
|
||||
|
@ -356,15 +348,8 @@ static uint loadparam( struct adapter *padapter, _nic_hdl pnetdev)
|
|||
|
||||
registry_par->notch_filter = (u8)rtw_notch_filter;
|
||||
|
||||
#ifdef CONFIG_SPECIAL_SETTING_FOR_FUNAI_TV
|
||||
registry_par->force_ant = (u8)rtw_force_ant;
|
||||
registry_par->force_igi = (u8)rtw_force_igi;
|
||||
#endif
|
||||
registry_par->regulatory_tid = (u8)rtw_regulatory_id;
|
||||
|
||||
|
||||
;
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue