linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] staging: rtl8188eu: clean-up struct recv_buf
@ 2014-05-03 11:45 navin patidar
  2014-05-03 11:45 ` [PATCH 01/15] staging: rtl8188eu: Remove function rtw_dequeue_recvbuf() navin patidar
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: navin patidar @ 2014-05-03 11:45 UTC (permalink / raw)
  To: gregkh, Larry.Finger; +Cc: devel, linux-kernel, navin patidar

Following patches remove unnecessary member variables of struct recv_buf.

navin patidar (15):
  staging: rtl8188eu: Remove function rtw_dequeue_recvbuf()
  staging: rtl8188eu: Remove function rtw_enqueue_recvbuf_to_head()
  staging: rtl8188eu: Remove function rtw_enqueue_recvbuf()
  staging: rtl8188eu: Remove 'struct list_head list' from struct
    recv_buf
  staging: rtl8188eu: Remove 'spinlock_t recvbuf_lock' from struct
    recv_buf
  staging: rtl8188eu: Remove 'dma_addr_t dma_transfer_addr' from struct
    recv_buf
  staging: rtl8188eu: Remove 'int transfer_len' from struct recv_buf
  staging: rtl8188eu: Remove pdata, phead, ptail and pend from struct
    recv_buf
  staging: rtl8188eu: Remove 'irp_pending' from struct recv_buf
  staging: rtl8188eu: Remove 'pallocated_buf' from struct recv_buf
  staging: rtl8188eu: Remove 'alloc_sz' from struct recv_buf
  staging: rtl8188eu: Remove 'u32 len' from struct recv_buf
  staging: rtl8188eu: Remove 'u32 ref_cnt' from struct recv_buf
  staging: rtl8188eu: Remove rtl8188eu_init_recvbuf() function
  staging: rtl8188eu: Remove 'u8 *pbuf' from struct recv_buf

 drivers/staging/rtl8188eu/core/rtw_recv.c         |   49 ---------------------
 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c    |   20 ---------
 drivers/staging/rtl8188eu/hal/usb_ops_linux.c     |   17 +------
 drivers/staging/rtl8188eu/include/rtl8188e_recv.h |    1 -
 drivers/staging/rtl8188eu/include/rtw_recv.h      |   17 -------
 drivers/staging/rtl8188eu/os_dep/recv_linux.c     |   15 +------
 6 files changed, 3 insertions(+), 116 deletions(-)

--
1.7.10.4


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

end of thread, other threads:[~2014-05-03 11:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-03 11:45 [PATCH 00/15] staging: rtl8188eu: clean-up struct recv_buf navin patidar
2014-05-03 11:45 ` [PATCH 01/15] staging: rtl8188eu: Remove function rtw_dequeue_recvbuf() navin patidar
2014-05-03 11:45 ` [PATCH 02/15] staging: rtl8188eu: Remove function rtw_enqueue_recvbuf_to_head() navin patidar
2014-05-03 11:45 ` [PATCH 03/15] staging: rtl8188eu: Remove function rtw_enqueue_recvbuf() navin patidar
2014-05-03 11:45 ` [PATCH 04/15] staging: rtl8188eu: Remove 'struct list_head list' from struct recv_buf navin patidar
2014-05-03 11:45 ` [PATCH 05/15] staging: rtl8188eu: Remove 'spinlock_t recvbuf_lock' " navin patidar
2014-05-03 11:45 ` [PATCH 06/15] staging: rtl8188eu: Remove 'dma_addr_t dma_transfer_addr' " navin patidar
2014-05-03 11:45 ` [PATCH 07/15] staging: rtl8188eu: Remove 'int transfer_len' " navin patidar
2014-05-03 11:45 ` [PATCH 08/15] staging: rtl8188eu: Remove pdata, phead, ptail and pend " navin patidar
2014-05-03 11:45 ` [PATCH 09/15] staging: rtl8188eu: Remove 'irp_pending' " navin patidar
2014-05-03 11:45 ` [PATCH 10/15] staging: rtl8188eu: Remove 'pallocated_buf' " navin patidar
2014-05-03 11:45 ` [PATCH 11/15] staging: rtl8188eu: Remove 'alloc_sz' " navin patidar
2014-05-03 11:45 ` [PATCH 12/15] staging: rtl8188eu: Remove 'u32 len' " navin patidar
2014-05-03 11:45 ` [PATCH 13/15] staging: rtl8188eu: Remove 'u32 ref_cnt' " navin patidar
2014-05-03 11:45 ` [PATCH 14/15] staging: rtl8188eu: Remove rtl8188eu_init_recvbuf() function navin patidar
2014-05-03 11:45 ` [PATCH 15/15] staging: rtl8188eu: Remove 'u8 *pbuf' from struct recv_buf navin patidar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).