All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mt76: move rx connac2 shared code in connac module
@ 2022-06-08 17:30 Lorenzo Bianconi
  2022-06-08 17:30 ` [PATCH 1/3] mt76: connac: move HE radiotap parsing " Lorenzo Bianconi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lorenzo Bianconi @ 2022-06-08 17:30 UTC (permalink / raw)
  To: nbd; +Cc: linux-wireless, lorenzo.bianconi, ryder.lee, sean.wang

Similar to tx counterpart, move mac rx shared code between mt7921 and mt7915 in
mt76-connac module.

Lorenzo Bianconi (3):
  mt76: connac: move HE radiotap parsing in connac module
  mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac
    module
  mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac module

 .../net/wireless/mediatek/mt76/mt76_connac.h  |   9 +
 .../wireless/mediatek/mt76/mt76_connac2_mac.h | 142 +++++++
 .../wireless/mediatek/mt76/mt76_connac_mac.c  | 368 +++++++++++++++++
 .../net/wireless/mediatek/mt76/mt7915/mac.c   | 381 +-----------------
 .../net/wireless/mediatek/mt76/mt7915/mac.h   | 139 -------
 .../net/wireless/mediatek/mt76/mt7921/mac.c   | 360 +----------------
 .../net/wireless/mediatek/mt76/mt7921/mac.h   | 136 -------
 7 files changed, 554 insertions(+), 981 deletions(-)

-- 
2.35.3


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

end of thread, other threads:[~2022-06-08 17:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-08 17:30 [PATCH 0/3] mt76: move rx connac2 shared code in connac module Lorenzo Bianconi
2022-06-08 17:30 ` [PATCH 1/3] mt76: connac: move HE radiotap parsing " Lorenzo Bianconi
2022-06-08 17:30 ` [PATCH 2/3] mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac module Lorenzo Bianconi
2022-06-08 17:30 ` [PATCH 3/3] mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac module Lorenzo Bianconi

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.