Skip to content

Commit

Permalink
Revert "mt76x2: init: disable APCLI by default"
Browse files Browse the repository at this point in the history
This reverts commit a6a6e25.
  • Loading branch information
nbd168 committed Dec 17, 2017
1 parent bf90dd2 commit 860b185
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mt76x2_init.c
Expand Up @@ -307,6 +307,8 @@ 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 860b185

Please sign in to comment.