public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 1/2] staging: r8188eu: remove rtl8188e_PHY_ConfigRFWithHeaderFile()
@ 2021-08-28 17:08 Michael Straube
  2021-08-28 17:08 ` [PATCH 2/2] staging: r8188eu: remove rtl8188e_PHY_ConfigRFWithParaFile() Michael Straube
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Straube @ 2021-08-28 17:08 UTC (permalink / raw)
  To: gregkh
  Cc: Larry.Finger, phil, martin, fmdefrancesco, linux-staging,
	linux-kernel, Michael Straube

Function rtl8188e_PHY_ConfigRFWithHeaderFile() is not implemented,
remove the declaration from Hal8188EPhyCfg.h.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
---
 drivers/staging/r8188eu/include/Hal8188EPhyCfg.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/r8188eu/include/Hal8188EPhyCfg.h b/drivers/staging/r8188eu/include/Hal8188EPhyCfg.h
index 4370ec2fa981..d15ff69b8485 100644
--- a/drivers/staging/r8188eu/include/Hal8188EPhyCfg.h
+++ b/drivers/staging/r8188eu/include/Hal8188EPhyCfg.h
@@ -188,8 +188,6 @@ int PHY_RFConfig8188E(struct adapter *adapter);
 /* RF config */
 int rtl8188e_PHY_ConfigRFWithParaFile(struct adapter *adapter, u8 *filename,
 				      enum rf_radio_path rfpath);
-int rtl8188e_PHY_ConfigRFWithHeaderFile(struct adapter *adapter,
-					enum rf_radio_path rfpath);
 
 /* Read initi reg value for tx power setting. */
 void rtl8192c_PHY_GetHWRegOriginalValue(struct adapter *adapter);
-- 
2.32.0


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

end of thread, other threads:[~2021-08-28 17:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-28 17:08 [PATCH 1/2] staging: r8188eu: remove rtl8188e_PHY_ConfigRFWithHeaderFile() Michael Straube
2021-08-28 17:08 ` [PATCH 2/2] staging: r8188eu: remove rtl8188e_PHY_ConfigRFWithParaFile() Michael Straube

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox