commit | 9c22211e1d719ade3d7a968c864a8f5e86163849 | [log] [tgz] |
---|---|---|
author | Ping-Ke Shih <pkshih@realtek.com> | Mon Oct 01 17:25:14 2018 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Oct 05 11:31:52 2018 +0300 |
tree | 20580da68b7dfc5716554d778615d7814116f4c0 | |
parent | fbf07000960d9c8a13fdc17c6de0230d681c7543 [diff] |
rtlwifi: Removed unused define and code efuse_re_pg* from wifi.h The following: bool efuse_re_pg_sec1flag; u8 efuse_re_pg_data[8]; are not referenced anywhere in the rtlwifi code. This patch is originally created by Rick Veens <rickveens92@gmail.com>, and Joe Perches <joe@perches.com> reminded to apply it to rtlwifi. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>