提交 e94610cc 编写于 作者: E Eduardo Abinader 提交者: Kalle Valo

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: NEduardo Abinader <eduardo.abinader@riverbed.com>
Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
上级 ceda5153
...@@ -266,7 +266,7 @@ static const struct file_operations fops_tx99_power = { ...@@ -266,7 +266,7 @@ static const struct file_operations fops_tx99_power = {
void ath9k_tx99_init_debug(struct ath_softc *sc) 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; return;
debugfs_create_file("tx99", S_IRUSR | S_IWUSR, debugfs_create_file("tx99", S_IRUSR | S_IWUSR,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册