commit | 93f8d4223163c6ba4f2ec8ade4832ef40e2b1d0c | [log] [tgz] |
---|---|---|
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | Fri Apr 24 03:49:19 2020 +0300 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Apr 28 12:07:12 2020 +0300 |
tree | 40d2f06dc5ae00b745f233c98985dd139ff6ac8f | |
parent | d6cae2bc195b558ba79315eae699138ebdf41b57 [diff] |
ath9k: remove needless NFCAL_PENDING flag setting The NFCAL_PENDING flag is set by the ath9k_hw_start_nfcal() routine, so there is no reason to set it manually after calling it during the AR9002 calibrations initialization. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200424004923.17129-3-ryazanov.s.a@gmail.com