mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 01:49:20 -04:00
mt76x2: init: set default value for MT_TX_LINK_CFG
Update default value for MT_TX_LINK_CFG according to vendor driver Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
committed by
Felix Fietkau
parent
35c572818c
commit
3fd612df8a
@@ -143,6 +143,7 @@ void mt76_write_mac_initvals(struct mt76x02_dev *dev)
|
||||
{ MT_VHT_HT_FBK_CFG1, 0xedcba980 },
|
||||
{ MT_PROT_AUTO_TX_CFG, 0x00830083 },
|
||||
{ MT_HT_CTRL_CFG, 0x000001ff },
|
||||
{ MT_TX_LINK_CFG, 0x00001020 },
|
||||
};
|
||||
struct mt76_reg_pair prot_vals[] = {
|
||||
{ MT_CCK_PROT_CFG, DEFAULT_PROT_CFG_CCK },
|
||||
|
||||
Reference in New Issue
Block a user