Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ath9k_htc: use ath9k_cmn_debug_recv

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Oleksij Rempel and committed by
John W. Linville
f14c17cc 87ea9b0b

+4 -1
+4 -1
drivers/net/wireless/ath/ath9k/htc_drv_debug.c
··· 542 542 priv, &fops_tgt_rx_stats); 543 543 debugfs_create_file("xmit", S_IRUSR, priv->debug.debugfs_phy, 544 544 priv, &fops_xmit); 545 - debugfs_create_file("recv", S_IRUSR, priv->debug.debugfs_phy, 545 + debugfs_create_file("phy_err", S_IRUSR, priv->debug.debugfs_phy, 546 546 priv, &fops_recv); 547 + 548 + ath9k_cmn_debug_recv(priv->debug.debugfs_phy, &priv->debug.rx_stats); 549 + 547 550 debugfs_create_file("slot", S_IRUSR, priv->debug.debugfs_phy, 548 551 priv, &fops_slot); 549 552 debugfs_create_file("queue", S_IRUSR, priv->debug.debugfs_phy,