Skip to content

Commit

Permalink
wifi: mt76: connac: update struct sta_rec_phy
Browse files Browse the repository at this point in the history
For connac3 generation, max_ampdu_len should be filled in
struct sta_rec_phy.
This is a preliminary patch to add mt7996 chipset support.

Signed-off-by: Peter Chiu <chui-hao.chiu@mediatek.com>
Signed-off-by: Shayne Chen <shayne.chen@mediatek.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
csyuanc authored and nbd168 committed Nov 19, 2022
1 parent 7962005 commit 3b2882c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mt76_connac_mcu.h
Expand Up @@ -393,7 +393,8 @@ struct sta_rec_phy {
u8 ampdu;
u8 rts_policy;
u8 rcpi;
u8 rsv[2];
u8 max_ampdu_len; /* connac3 */
u8 rsv[1];
} __packed;

struct sta_rec_he_6g_capa {
Expand Down

0 comments on commit 3b2882c

Please sign in to comment.