From: Johan Hovold <johan@kernel.org>
To: linux-wireless@vger.kernel.org
Cc: Johannes Berg <johannes@sipsolutions.net>,
libertas-dev@lists.infradead.org, linux-kernel@vger.kernel.org,
Johan Hovold <johan@kernel.org>
Subject: [PATCH v2 0/3] wifi: refactor USB endpoint lookups
Date: Tue, 7 Apr 2026 17:11:08 +0200 [thread overview]
Message-ID: <20260407151111.3187826-1-johan@kernel.org> (raw)
Use the common USB helper for looking up bulk and interrupt endpoints
instead of open coding.
Johan
Changes in v2:
- rebase on wireless-next
Johan Hovold (3):
wifi: at76c50x: refactor endpoint lookup
wifi: libertas: refactor endpoint lookup
wifi: libertas_tf: refactor endpoint lookup
drivers/net/wireless/atmel/at76c50x-usb.c | 22 ++-------
.../net/wireless/marvell/libertas/if_usb.c | 33 +++++++------
.../net/wireless/marvell/libertas_tf/if_usb.c | 46 +++++++++----------
3 files changed, 41 insertions(+), 60 deletions(-)
--
2.52.0
next reply other threads:[~2026-04-07 15:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-07 15:11 Johan Hovold [this message]
2026-04-07 15:11 ` [PATCH v2 1/3] wifi: at76c50x: refactor endpoint lookup Johan Hovold
2026-04-07 15:11 ` [PATCH v2 2/3] wifi: libertas: " Johan Hovold
2026-04-07 15:11 ` [PATCH v2 3/3] wifi: libertas_tf: " Johan Hovold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260407151111.3187826-1-johan@kernel.org \
--to=johan@kernel.org \
--cc=johannes@sipsolutions.net \
--cc=libertas-dev@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.