|
@@ -27,8 +27,6 @@
|
|
#ifndef RT2X00LIB_H
|
|
#ifndef RT2X00LIB_H
|
|
#define RT2X00LIB_H
|
|
#define RT2X00LIB_H
|
|
|
|
|
|
-#include "rt2x00dump.h"
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* Interval defines
|
|
* Interval defines
|
|
*/
|
|
*/
|
|
@@ -296,8 +294,6 @@ static inline void rt2x00lib_free_firmware(struct rt2x00_dev *rt2x00dev)
|
|
#ifdef CONFIG_RT2X00_LIB_DEBUGFS
|
|
#ifdef CONFIG_RT2X00_LIB_DEBUGFS
|
|
void rt2x00debug_register(struct rt2x00_dev *rt2x00dev);
|
|
void rt2x00debug_register(struct rt2x00_dev *rt2x00dev);
|
|
void rt2x00debug_deregister(struct rt2x00_dev *rt2x00dev);
|
|
void rt2x00debug_deregister(struct rt2x00_dev *rt2x00dev);
|
|
-void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev,
|
|
|
|
- enum rt2x00_dump_type type, struct sk_buff *skb);
|
|
|
|
void rt2x00debug_update_crypto(struct rt2x00_dev *rt2x00dev,
|
|
void rt2x00debug_update_crypto(struct rt2x00_dev *rt2x00dev,
|
|
struct rxdone_entry_desc *rxdesc);
|
|
struct rxdone_entry_desc *rxdesc);
|
|
#else
|
|
#else
|
|
@@ -309,12 +305,6 @@ static inline void rt2x00debug_deregister(struct rt2x00_dev *rt2x00dev)
|
|
{
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
-static inline void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev,
|
|
|
|
- enum rt2x00_dump_type type,
|
|
|
|
- struct sk_buff *skb)
|
|
|
|
-{
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
static inline void rt2x00debug_update_crypto(struct rt2x00_dev *rt2x00dev,
|
|
static inline void rt2x00debug_update_crypto(struct rt2x00_dev *rt2x00dev,
|
|
struct rxdone_entry_desc *rxdesc)
|
|
struct rxdone_entry_desc *rxdesc)
|
|
{
|
|
{
|