mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
wifi: mt76: check sta rx control frame to multibss capability
Add CAP3_RX_CTRL_FRAME_TO_MULTIBSS check when setting sta_muru_tlv, which is used to get stations's capability of receiving control frames when running OFDMA with MBSSIDs. Signed-off-by: Allen Ye <allen.ye@mediatek.com> Signed-off-by: Shayne Chen <shayne.chen@mediatek.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
de869f81f9
commit
aad094be9f
|
|
@ -906,6 +906,8 @@ mt7915_mcu_sta_muru_tlv(struct mt7915_dev *dev, struct sk_buff *skb,
|
|||
HE_MAC(CAP2_MU_CASCADING, elem->mac_cap_info[2]);
|
||||
muru->ofdma_ul.uo_ra =
|
||||
HE_MAC(CAP3_OFDMA_RA, elem->mac_cap_info[3]);
|
||||
muru->ofdma_ul.rx_ctrl_frame_to_mbss =
|
||||
HE_MAC(CAP3_RX_CTRL_FRAME_TO_MULTIBSS, elem->mac_cap_info[3]);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
|
|
@ -1173,6 +1173,8 @@ mt7996_mcu_sta_muru_tlv(struct mt7996_dev *dev, struct sk_buff *skb,
|
|||
HE_MAC(CAP2_MU_CASCADING, elem->mac_cap_info[2]);
|
||||
muru->ofdma_ul.uo_ra =
|
||||
HE_MAC(CAP3_OFDMA_RA, elem->mac_cap_info[3]);
|
||||
muru->ofdma_ul.rx_ctrl_frame_to_mbss =
|
||||
HE_MAC(CAP3_RX_CTRL_FRAME_TO_MULTIBSS, elem->mac_cap_info[3]);
|
||||
}
|
||||
|
||||
static inline bool
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user