Skip to content

Commit

Permalink
Don't use the station timeout while channel scan.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Feb 6, 2017
1 parent b4ff3fc commit ea8de85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui_3/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ void RadioInterface::StationTimerTimeout(void)
StationTimer.stop();

// Reset if frame success rate is below 50 %
if(CurrentFrameErrors > 3)
if(CurrentFrameErrors > 3 && !scanMode)
{
fprintf(stderr, "Resetting tuner ...\n");

Expand Down

0 comments on commit ea8de85

Please sign in to comment.