Message ID | cover.1690863143.git.deren.wu@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | wifi: mt76: mt792x: add mt7925 support | expand |
Hi, For the whole series, Reviewed-by: Sean Wang <sean.wang@mediatek.com> On Tue, Aug 1, 2023 at 7:38 AM Deren Wu <deren.wu@mediatek.com> wrote: > > This patch set adds more functionalities for mt7925 to reuse common layer, > connac and mt792x. This is a preliminary patch to add mt7925 chipset support. > > Deren Wu (8): > wifi: mt76: connac: introduce helper for mt7925 chipset > wifi: mt76: mt792x: support mt7925 chip init > wifi: mt76: connac: export functions for mt7925 > wifi: mt76: connac: add eht support for phy mode config > wifi: mt76: connac: add eht support for tx power > wifi: mt76: connac: add data field in struct tlv > wifi: mt76: connac: add more unified command IDs > wifi: mt76: connac: add more unified event IDs > > drivers/net/wireless/mediatek/mt76/mt76.h | 1 + > .../net/wireless/mediatek/mt76/mt76_connac.h | 6 ++ > .../wireless/mediatek/mt76/mt76_connac_mac.c | 4 +- > .../wireless/mediatek/mt76/mt76_connac_mcu.c | 60 +++++++++++++------ > .../wireless/mediatek/mt76/mt76_connac_mcu.h | 33 +++++++++- > drivers/net/wireless/mediatek/mt76/mt792x.h | 6 ++ > .../net/wireless/mediatek/mt76/mt792x_dma.c | 49 ++++++++++----- > 7 files changed, 123 insertions(+), 36 deletions(-) > > -- > 2.18.0 >