|
@@ -1577,6 +1577,8 @@ int ath9k_init_debug(struct ath_hw *ah)
|
|
|
sc->debug.debugfs_phy, sc, &fops_tx_chainmask);
|
|
|
debugfs_create_file("disable_ani", S_IRUSR | S_IWUSR,
|
|
|
sc->debug.debugfs_phy, sc, &fops_disable_ani);
|
|
|
+ debugfs_create_bool("paprd", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy,
|
|
|
+ &sc->sc_ah->config.enable_paprd);
|
|
|
debugfs_create_file("regidx", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy,
|
|
|
sc, &fops_regidx);
|
|
|
debugfs_create_file("regval", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy,
|