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

Commit f14c17cc authored by Oleksij Rempel's avatar Oleksij Rempel Committed by John W. Linville
Browse files

ath9k_htc: use ath9k_cmn_debug_recv

parent 87ea9b0b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -542,8 +542,11 @@ int ath9k_htc_init_debug(struct ath_hw *ah)
			    priv, &fops_tgt_rx_stats);
	debugfs_create_file("xmit", S_IRUSR, priv->debug.debugfs_phy,
			    priv, &fops_xmit);
	debugfs_create_file("recv", S_IRUSR, priv->debug.debugfs_phy,
	debugfs_create_file("phy_err", S_IRUSR, priv->debug.debugfs_phy,
			    priv, &fops_recv);

	ath9k_cmn_debug_recv(priv->debug.debugfs_phy, &priv->debug.rx_stats);

	debugfs_create_file("slot", S_IRUSR, priv->debug.debugfs_phy,
			    priv, &fops_slot);
	debugfs_create_file("queue", S_IRUSR, priv->debug.debugfs_phy,