mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Remove dead code for CONFIG_FILE_FWIMG
Eventually the internal FW will be replaced by an external file; however, the code will be redone. Remove this stuff for now. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
1ada4e9170
commit
6d1127b181
2 changed files with 2 additions and 28 deletions
|
@ -168,12 +168,6 @@ static int rtw_fw_iol=1;// 0:Disable, 1:enable, 2:by usb speed
|
|||
module_param(rtw_fw_iol, int, 0644);
|
||||
MODULE_PARM_DESC(rtw_fw_iol,"FW IOL");
|
||||
|
||||
#ifdef CONFIG_FILE_FWIMG
|
||||
char *rtw_fw_file_path= "";
|
||||
module_param(rtw_fw_file_path, charp, 0644);
|
||||
MODULE_PARM_DESC(rtw_fw_file_path, "The path of fw image");
|
||||
#endif //CONFIG_FILE_FWIMG
|
||||
|
||||
module_param(rtw_mc2u_disable, int, 0644);
|
||||
|
||||
module_param(rtw_80211d, int, 0644);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue