ath6kl: Add ARP offload related statistic info in tgt_stats
authorRaja Mani <rmani@qca.qualcomm.com>
Fri, 16 Mar 2012 10:24:56 +0000 (15:54 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 20 Mar 2012 08:59:45 +0000 (10:59 +0200)
commitf0446ea9c11243bcfe8559f0033a5e4790b0d95b
tree923ce439da60d371f179c954f42af9f14008358f
parent7397ddebdf88758fb671a898e9aab72fe4d4af74
ath6kl: Add ARP offload related statistic info in tgt_stats

Firmware reports the below ARP offload related information
while sending the target statistic event to the host.

     * Number of ARP packets received.
     * Number of packets matched with the device IP addr.
     * Number of ARP response packet sent to the remote.

This patch adds the additional debug prints in debugfs
entry tgt_stats. It will be useful to know the ARP offload
execution status.

Signed-off-by: Raja Mani <rmani@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/debug.c
drivers/net/wireless/ath/ath6kl/main.c