aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2022-08-19 20:23:59 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-08-23 15:40:50 +0200
commit54096ef58119edca677cbd0d772910ef6bfb6066 (patch)
tree44d937f8b1063ee576bf883ee76d2a4e85b8b8ee /drivers/staging/r8188eu/include
parentstaging: r8188eu: remove unused function parameter (diff)
downloadlinux-dev-54096ef58119edca677cbd0d772910ef6bfb6066.tar.xz
linux-dev-54096ef58119edca677cbd0d772910ef6bfb6066.zip
staging: r8188eu: remove ODM_ConfigRFWithHeaderFile()
The function ODM_ConfigRFWithHeaderFile() is just a wrapper around ODM_ReadAndConfig_RadioA_1T_8188E(). Remove the wrapper and call ODM_ReadAndConfig_RadioA_1T_8188E() directly. Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150 Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20220819182359.24141-1-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/include')
-rw-r--r--drivers/staging/r8188eu/include/odm_HWConfig.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/include/odm_HWConfig.h b/drivers/staging/r8188eu/include/odm_HWConfig.h
index b37962edb2ed..3f7185780e87 100644
--- a/drivers/staging/r8188eu/include/odm_HWConfig.h
+++ b/drivers/staging/r8188eu/include/odm_HWConfig.h
@@ -66,5 +66,4 @@ void ODM_PhyStatusQuery(struct odm_dm_struct *pDM_Odm,
struct odm_per_pkt_info *pPktinfo,
struct adapter *adapt);
-enum HAL_STATUS ODM_ConfigRFWithHeaderFile(struct odm_dm_struct *pDM_Odm);
#endif