Home
last modified time | relevance | path

Searched refs:dbg_stats (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/net/mac80211/
Drc80211_minstrel_debugfs.c133 mi->dbg_stats = debugfs_create_file("rc_stats", S_IRUGO, dir, mi, in minstrel_add_sta_debugfs()
142 debugfs_remove(mi->dbg_stats); in minstrel_remove_sta_debugfs()
Drc80211_minstrel_ht_debugfs.c109 msp->dbg_stats = debugfs_create_file("rc_stats", S_IRUGO, dir, msp, in minstrel_ht_add_sta_debugfs()
118 debugfs_remove(msp->dbg_stats); in minstrel_ht_remove_sta_debugfs()
Drc80211_minstrel.h66 struct dentry *dbg_stats; member
Drc80211_minstrel_ht.h120 struct dentry *dbg_stats; member