Skip to content

Commit

Permalink
mt7603: remove watchdog reset on interface stop
Browse files Browse the repository at this point in the history
It can be harmful in some cases

Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
nbd168 committed Dec 1, 2017
1 parent 8026638 commit c4dd32a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mt7603_main.c
Expand Up @@ -41,7 +41,6 @@ mt7603_stop(struct ieee80211_hw *hw)

clear_bit(MT76_STATE_RUNNING, &dev->mt76.state);
cancel_delayed_work_sync(&dev->mac_work);
mt7603_mac_watchdog_reset(dev);
mt7603_mac_stop(dev);
}

Expand Down

0 comments on commit c4dd32a

Please sign in to comment.