Skip to content

Commit

Permalink
mt7603: remove redundant mac start
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
nbd168 committed Mar 21, 2017
1 parent e5c58f6 commit b2d0235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mt7603_main.c
Expand Up @@ -26,7 +26,6 @@ mt7603_start(struct ieee80211_hw *hw)
{
struct mt7603_dev *dev = hw->priv;

mt7603_mac_start(dev);
mt7603_mac_watchdog_reset(dev);
ieee80211_queue_delayed_work(mt76_hw(dev), &dev->mac_work,
MT7603_WATCHDOG_TIME);
Expand Down

0 comments on commit b2d0235

Please sign in to comment.