ieee802154: Fix possible NULL pointer dereference in wpan_phy_alloc
[safe/jmp/linux-2.6] / net / mac80211 / rc80211_minstrel.h
index 9372656..0f5a833 100644 (file)
@@ -85,7 +85,13 @@ struct minstrel_debugfs_info {
        char buf[];
 };
 
+extern struct rate_control_ops mac80211_minstrel;
 void minstrel_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir);
 void minstrel_remove_sta_debugfs(void *priv, void *priv_sta);
 
+/* debugfs */
+int minstrel_stats_open(struct inode *inode, struct file *file);
+ssize_t minstrel_stats_read(struct file *file, char __user *buf, size_t len, loff_t *ppos);
+int minstrel_stats_release(struct inode *inode, struct file *file);
+
 #endif