Home
last modified time | relevance | path

Searched refs:dot11FCSErrorCount (Results 1 – 10 of 10) sorted by relevance

/linux/net/mac80211/
H A Ddebugfs.c667 DEBUGFS_DEVSTATS_FILE(dot11FCSErrorCount);
731 DEBUGFS_DEVSTATS_ADD(dot11FCSErrorCount); in debugfs_hw_add()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00link.c306 rt2x00dev->low_level_stats.dot11FCSErrorCount += qual->rx_failed; in rt2x00link_tuner_sta()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.c447 dev->wl->ieee_stats.dot11FCSErrorCount++; in b43legacy_rx()
/linux/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c567 stats->dot11FCSErrorCount = ah->stats.fcs_error; in ath5k_get_stats()
/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.c638 stats->dot11FCSErrorCount = 0; in plfxlc_get_stats()
/linux/drivers/net/wireless/broadcom/b43/
H A Dxmit.c665 dev->wl->ieee_stats.dot11FCSErrorCount++; in b43_rx()
/linux/drivers/net/wireless/ath/carl9170/
H A Dmain.c1682 stats->dot11FCSErrorCount = ar->tx_fcs_errors; in carl9170_op_get_stats()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c1818 stats->dot11FCSErrorCount = mib_stats->fcs_bad; in ath9k_htc_get_stats()
H A Dmain.c2302 stats->dot11FCSErrorCount = mib_stats->fcs_bad; in ath9k_get_stats()
/linux/include/net/
H A Dmac80211.h205 unsigned int dot11FCSErrorCount; member