mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/9] staging: rtl8188eu: Remove unused member MultiFunc from struct hal_data_8188e
@ 2014-07-28 17:41 navin patidar
  2014-07-28 17:41 ` [PATCH 2/9] staging: rtl8188eu: Remove wrapper function rtw_join_timeout_handler() navin patidar
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: navin patidar @ 2014-07-28 17:41 UTC (permalink / raw)
  To: gregkh; +Cc: Larry.Finger, devel, linux-kernel, navin patidar


Signed-off-by: navin patidar <navin.patidar@gmail.com>
---
 drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |    1 -
 drivers/staging/rtl8188eu/include/rtl8188e_hal.h  |    1 -
 2 files changed, 2 deletions(-)

diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c b/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
index 161138f..fbf70f6 100644
--- a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
+++ b/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
@@ -517,7 +517,6 @@ static struct HAL_VERSION ReadChipVersion8188E(struct adapter *padapter)
 	pHalData->RegulatorMode = ((value32 & TRP_BT_EN) ? RT_LDO_REGULATOR : RT_SWITCHING_REGULATOR);
 
 	ChipVersion.ROMVer = 0;	/*  ROM code version. */
-	pHalData->MultiFunc = RT_MULTI_FUNC_NONE;
 
 	dump_chip_info(ChipVersion);
 
diff --git a/drivers/staging/rtl8188eu/include/rtl8188e_hal.h b/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
index 4b7b069..fb20653 100644
--- a/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
+++ b/drivers/staging/rtl8188eu/include/rtl8188e_hal.h
@@ -240,7 +240,6 @@ enum rt_regulator_mode {
 
 struct hal_data_8188e {
 	struct HAL_VERSION	VersionID;
-	enum rt_multi_func MultiFunc; /*  For multi-function consideration. */
 	enum rt_regulator_mode RegulatorMode; /*  switching regulator or LDO */
 	u16	CustomerID;
 
-- 
1.7.10.4


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

end of thread, other threads:[~2014-07-28 17:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-28 17:41 [PATCH 1/9] staging: rtl8188eu: Remove unused member MultiFunc from struct hal_data_8188e navin patidar
2014-07-28 17:41 ` [PATCH 2/9] staging: rtl8188eu: Remove wrapper function rtw_join_timeout_handler() navin patidar
2014-07-28 17:41 ` [PATCH 3/9] staging: rtl8188eu: Remove wrapper function _rtw_scan_timeout_handler() navin patidar
2014-07-28 17:41 ` [PATCH 4/9] staging: rtl8188eu: Remove wrapper function _dynamic_check_timer_handlder() navin patidar
2014-07-28 17:41 ` [PATCH 5/9] staging: rtl8188eu: Remove wrapper function _survey_timer_hdl() navin patidar
2014-07-28 17:41 ` [PATCH 6/9] staging: rtl8188eu: Remove wrapper function _link_timer_hdl() navin patidar
2014-07-28 17:41 ` [PATCH 7/9] staging: rtl8188eu: Remove wrapper function _addba_timer_hdl() navin patidar
2014-07-28 17:41 ` [PATCH 8/9] staging: rtl81888eu: Remove unused function rtw_os_read_port() navin patidar
2014-07-28 17:41 ` [PATCH 9/9] staging:rtl8188eu:Remove wrapper function _rtw_reordering_ctrl_timeout_handler() navin patidar

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

all inboxes | Powered by JetHome®