Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e94610cc authored by Eduardo Abinader's avatar Eduardo Abinader Committed by Kalle Valo
Browse files

ath9k: allow tx99 for ar9002 based cards



As there is current support for ar9002 tx99 mode, just allow
to init debugfs and enable tx99.

Signed-off-by: default avatarEduardo Abinader <eduardo.abinader@riverbed.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent ceda5153
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ static const struct file_operations fops_tx99_power = {

void ath9k_tx99_init_debug(struct ath_softc *sc)
{
	if (!AR_SREV_9300_20_OR_LATER(sc->sc_ah))
	if (!AR_SREV_9280_20_OR_LATER(sc->sc_ah))
		return;

	debugfs_create_file("tx99", S_IRUSR | S_IWUSR,