linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: lorenzo.bianconi@redhat.com, linux-wireless@vger.kernel.org
Subject: [PATCH 0/3] wifi: mt76: move mib_stats structure in mt76.h
Date: Sat, 13 May 2023 00:29:52 +0200	[thread overview]
Message-ID: <cover.1683930235.git.lorenzo@kernel.org> (raw)

Move mib_stats structure in mt76.h and get rid of private drivers copy.

Lorenzo Bianconi (3):
  wifi: mt76: mt7915: move mib_stats structure in mt76.h
  wifi: mt76: mt7996: rely on mib_stats shared definition
  wifi: mt76: mt7921: rely on mib_stats shared definition

 drivers/net/wireless/mediatek/mt76/mt76.h     | 63 +++++++++++++++++++
 .../wireless/mediatek/mt76/mt7915/debugfs.c   |  4 +-
 .../net/wireless/mediatek/mt76/mt7915/mac.c   |  2 +-
 .../net/wireless/mediatek/mt76/mt7915/main.c  |  4 +-
 .../wireless/mediatek/mt76/mt7915/mt7915.h    | 63 +------------------
 .../wireless/mediatek/mt76/mt7921/debugfs.c   |  2 +-
 .../net/wireless/mediatek/mt76/mt7921/mac.c   |  2 +-
 .../net/wireless/mediatek/mt76/mt7921/main.c  |  4 +-
 .../wireless/mediatek/mt76/mt7921/mt7921.h    | 31 +--------
 .../wireless/mediatek/mt76/mt7996/debugfs.c   |  4 +-
 .../net/wireless/mediatek/mt76/mt7996/mac.c   |  2 +-
 .../net/wireless/mediatek/mt76/mt7996/main.c  |  4 +-
 .../wireless/mediatek/mt76/mt7996/mt7996.h    | 56 +----------------
 13 files changed, 80 insertions(+), 161 deletions(-)

-- 
2.40.1


             reply	other threads:[~2023-05-12 22:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-12 22:29 Lorenzo Bianconi [this message]
2023-05-12 22:29 ` [PATCH 1/3] wifi: mt76: mt7915: move mib_stats structure in mt76.h Lorenzo Bianconi
2023-05-16 15:03   ` Simon Horman
2023-07-14 16:00   ` Ben Greear
2023-07-15 11:54     ` Lorenzo Bianconi
2023-07-16  0:00       ` Ben Greear
2023-07-16  2:39         ` Ryder Lee
2023-05-12 22:29 ` [PATCH 2/3] wifi: mt76: mt7996: rely on mib_stats shared definition Lorenzo Bianconi
2023-05-16 15:03   ` Simon Horman
2023-05-12 22:29 ` [PATCH 3/3] wifi: mt76: mt7921: " Lorenzo Bianconi
2023-05-16 15:04   ` Simon Horman

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=cover.1683930235.git.lorenzo@kernel.org \
    --to=lorenzo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lorenzo.bianconi@redhat.com \
    --cc=nbd@nbd.name \
    /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 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).