]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p initialisation
authorOleksij Rempel <linux@rempel-privat.de>
Tue, 12 Apr 2016 17:37:44 +0000 (19:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 May 2016 09:21:30 +0000 (11:21 +0200)
commit8010bbdf5d0aa35b9dfa598f41d837c2f987e05c
treee26f3aee14e6198cc36fa2b4d4d34f5b4508bc41
parentb9a9e4a4f79e801d638786c81a4fdba827c378a2
ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p initialisation

commit de478a61389cacafe94dc8b035081b681b878f9d upstream.

by moving common code to ar5008_hw_cmn_spur_mitigate i forgot to move
mask_m & mask_p initialisation. This coused a performance regression
on ar9281.

Fixes: f911085ffa88 ("ath9k: split ar5008_hw_spur_mitigate and reuse common code in ar9002_hw_spur_mitigate.")
Reported-by: Gustav Frederiksen <lkml2017@openmailbox.org>
Tested-by: Gustav Frederiksen <lkml2017@openmailbox.org>
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/ath/ath9k/ar5008_phy.c
drivers/net/wireless/ath/ath9k/ar9002_phy.c