lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211126173205.21352-1-martin@kaiser.cx>
Date:   Fri, 26 Nov 2021 18:31:57 +0100
From:   Martin Kaiser <martin@...ser.cx>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:     Larry Finger <Larry.Finger@...inger.net>,
        Phillip Potter <phil@...lpotter.co.uk>,
        Michael Straube <straube.linux@...il.com>,
        linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
        Martin Kaiser <martin@...ser.cx>
Subject: [PATCH 0/8] staging: r8188eu: simplify usb in ep handling

Simplify the code to detect and use usb in endpoints.

Martin Kaiser (8):
  staging: r8188eu: rtw_read_port needs no cnt parameter
  staging: r8188eu: only the bulk in ep is used for network data
  staging: r8188eu: get the rcv bulk pipe handle directly
  staging: r8188eu: remove code to get int in pipe handle
  staging: r8188eu: if2 is not used
  staging: r8188eu: remove ep_num array
  staging: r8188eu: don't store nr_endpoint in a global struct
  staging: r8188eu: require a single bulk in endpoint

 drivers/staging/r8188eu/hal/usb_halinit.c     | 24 ++++---------------
 drivers/staging/r8188eu/hal/usb_ops_linux.c   | 10 ++++----
 drivers/staging/r8188eu/include/drv_types.h   |  6 +----
 .../staging/r8188eu/include/rtl8188e_recv.h   |  2 --
 drivers/staging/r8188eu/include/rtw_io.h      |  2 +-
 drivers/staging/r8188eu/include/rtw_recv.h    |  1 -
 drivers/staging/r8188eu/os_dep/usb_intf.c     | 24 +++++++++----------
 .../staging/r8188eu/os_dep/usb_ops_linux.c    |  6 +----
 8 files changed, 24 insertions(+), 51 deletions(-)

-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ