Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1181752
| From | Jakub Sitnicki <jsitnicki@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] staging: rtl8188eu: Clean up rtl8188e_read_chip_version() |
| Date | 2015-07-10 19:00 +0200 |
| Message-ID | <pKJOy-8s9-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series of clean-up patches is a result of a review of
rtl8188e_read_chip_version().
The motivation for getting it in shape is that this function could
serve as read_chip_version function callback in struct rtl_hal_ops,
if this driver gets converted to use rtl_usb (rtlwifi).
Jakub Sitnicki (5):
staging: rtl8188eu: remove RegulatorMode from struct hal_data_8188e
staging: rtl8188eu: remove ICtype from struct HAL_VERSION
staging: rtl8188eu: remove RFtype from struct HAL_VERSION
staging: rtl8188eu: remove ROMVer from struct HAL_VERSION
staging: rtl8188eu: fold rtl8188e_read_chip_version() into
rtl8188e_SetHalODMVar()
drivers/staging/rtl8188eu/hal/hal_com.c | 27 +-------
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 32 ++-------
drivers/staging/rtl8188eu/hal/usb_halinit.c | 2 +-
drivers/staging/rtl8188eu/include/HalVerDef.h | 84 -----------------------
drivers/staging/rtl8188eu/include/rtl8188e_hal.h | 7 --
5 files changed, 8 insertions(+), 144 deletions(-)
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] staging: rtl8188eu: Clean up rtl8188e_read_chip_version() Jakub Sitnicki <jsitnicki@gmail.com> - 2015-07-10 19:00 +0200 [PATCH 3/5] staging: rtl8188eu: remove RFtype from struct HAL_VERSION Jakub Sitnicki <jsitnicki@gmail.com> - 2015-07-10 19:00 +0200 [PATCH 2/5] staging: rtl8188eu: remove ICtype from struct HAL_VERSION Jakub Sitnicki <jsitnicki@gmail.com> - 2015-07-10 19:00 +0200 [PATCH 1/5] staging: rtl8188eu: remove RegulatorMode from struct hal_data_8188e Jakub Sitnicki <jsitnicki@gmail.com> - 2015-07-10 19:00 +0200
csiph-web