Skip to content

Commit

Permalink
mt76x2: init: disable APCLI by default
Browse files Browse the repository at this point in the history
It is no longer necessary for client mode operation, vif index entries
8-16 are no longer used

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
LorenzoBianconi authored and nbd168 committed Dec 7, 2017
1 parent 9de77e1 commit a6a6e25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mt76x2_init.c
Expand Up @@ -307,8 +307,6 @@ int mt76x2_mac_reset(struct mt76x2_dev *dev, bool hard)
for (i = 0; i < 16; i++)
mt76_rr(dev, MT_TX_STAT_FIFO);

mt76_set(dev, MT_MAC_APC_BSSID_H(0), MT_MAC_APC_BSSID0_H_EN);

mt76_wr(dev, MT_CH_TIME_CFG,
MT_CH_TIME_CFG_TIMER_EN |
MT_CH_TIME_CFG_TX_AS_BUSY |
Expand Down

0 comments on commit a6a6e25

Please sign in to comment.