diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00lib.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00lib.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00lib.h b/drivers/net/wireless/rt2x00/rt2x00lib.h index 7540d29c47a0..5c835f42a455 100644 --- a/drivers/net/wireless/rt2x00/rt2x00lib.h +++ b/drivers/net/wireless/rt2x00/rt2x00lib.h | |||
@@ -59,6 +59,16 @@ void rt2x00lib_config(struct rt2x00_dev *rt2x00dev, | |||
59 | struct ieee80211_conf *conf, const int force_config); | 59 | struct ieee80211_conf *conf, const int force_config); |
60 | 60 | ||
61 | /* | 61 | /* |
62 | * Queue handlers. | ||
63 | */ | ||
64 | void rt2x00queue_init_rx(struct rt2x00_dev *rt2x00dev); | ||
65 | void rt2x00queue_init_tx(struct rt2x00_dev *rt2x00dev); | ||
66 | int rt2x00queue_initialize(struct rt2x00_dev *rt2x00dev); | ||
67 | void rt2x00queue_uninitialize(struct rt2x00_dev *rt2x00dev); | ||
68 | int rt2x00queue_allocate(struct rt2x00_dev *rt2x00dev); | ||
69 | void rt2x00queue_free(struct rt2x00_dev *rt2x00dev); | ||
70 | |||
71 | /* | ||
62 | * Firmware handlers. | 72 | * Firmware handlers. |
63 | */ | 73 | */ |
64 | #ifdef CONFIG_RT2X00_LIB_FIRMWARE | 74 | #ifdef CONFIG_RT2X00_LIB_FIRMWARE |