Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ath9k: return when short FFT frame was handled
With the loop break like this, there are false "FFT report truncated" messages because the iterator is not advanced as the check expects. Instead, just return, for a single frame there is nothing left to be done anyways. Cc: Nick Kossifidis <[email protected]> Signed-off-by: Simon Wunderlich <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
- Loading branch information