All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] rtlwifi: Removed unused define and code efuse_re_pg* from wifi.h
@ 2018-10-01  9:25 pkshih
  2018-10-05  8:32 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: pkshih @ 2018-10-01  9:25 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, joe, rickveens92, Larry.Finger

From: Ping-Ke Shih <pkshih@realtek.com>

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>
---
v2: change author to me
---
 drivers/net/wireless/realtek/rtlwifi/wifi.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/net/wireless/realtek/rtlwifi/wifi.h b/drivers/net/wireless/realtek/rtlwifi/wifi.h
index 0f3b98c5227f..87bc21bb5e8b 100644
--- a/drivers/net/wireless/realtek/rtlwifi/wifi.h
+++ b/drivers/net/wireless/realtek/rtlwifi/wifi.h
@@ -1905,10 +1905,6 @@ struct rtl_efuse {
 	u8 efuse_map[2][EFUSE_MAX_LOGICAL_SIZE];
 	u16 efuse_usedbytes;
 	u8 efuse_usedpercentage;
-#ifdef EFUSE_REPG_WORKAROUND
-	bool efuse_re_pg_sec1flag;
-	u8 efuse_re_pg_data[8];
-#endif
 
 	u8 autoload_failflag;
 	u8 autoload_status;
-- 
2.15.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] rtlwifi: Removed unused define and code efuse_re_pg* from wifi.h
  2018-10-01  9:25 [PATCH v2] rtlwifi: Removed unused define and code efuse_re_pg* from wifi.h pkshih
@ 2018-10-05  8:32 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2018-10-05  8:32 UTC (permalink / raw)
  To: pkshih; +Cc: linux-wireless, joe, rickveens92, Larry.Finger

<pkshih@realtek.com> wrote:

> From: Ping-Ke Shih <pkshih@realtek.com>
> 
> 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>

Patch applied to wireless-drivers-next.git, thanks.

9c22211e1d71 rtlwifi: Removed unused define and code efuse_re_pg* from wifi.h

-- 
https://patchwork.kernel.org/patch/10621717/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-05  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-01  9:25 [PATCH v2] rtlwifi: Removed unused define and code efuse_re_pg* from wifi.h pkshih
2018-10-05  8:32 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.