Skip to content

Commit

Permalink
mt7603: drop the PSE reset on init, it happens too early
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 committed Mar 21, 2017
1 parent 040c736 commit d1769e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mt7603_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ mt7603_init_hardware(struct mt7603_dev *dev)
if (ret < 0)
return ret;

mt7603_mac_reset(dev);
ret = mt7603_dma_init(dev);
if (ret)
return ret;
Expand Down

0 comments on commit d1769e3

Please sign in to comment.