diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00pci.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00pci.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00pci.h b/drivers/net/wireless/rt2x00/rt2x00pci.h index 00528b8a754d..b854d62ff99b 100644 --- a/drivers/net/wireless/rt2x00/rt2x00pci.h +++ b/drivers/net/wireless/rt2x00/rt2x00pci.h | |||
@@ -86,16 +86,6 @@ int rt2x00pci_regbusy_read(struct rt2x00_dev *rt2x00dev, | |||
86 | u32 *reg); | 86 | u32 *reg); |
87 | 87 | ||
88 | /** | 88 | /** |
89 | * rt2x00pci_write_tx_data - Initialize data for TX operation | ||
90 | * @entry: The entry where the frame is located | ||
91 | * | ||
92 | * This function will initialize the DMA and skb descriptor | ||
93 | * to prepare the entry for the actual TX operation. | ||
94 | */ | ||
95 | int rt2x00pci_write_tx_data(struct queue_entry *entry, | ||
96 | struct txentry_desc *txdesc); | ||
97 | |||
98 | /** | ||
99 | * struct queue_entry_priv_pci: Per entry PCI specific information | 89 | * struct queue_entry_priv_pci: Per entry PCI specific information |
100 | * | 90 | * |
101 | * @desc: Pointer to device descriptor | 91 | * @desc: Pointer to device descriptor |
@@ -109,14 +99,6 @@ struct queue_entry_priv_pci { | |||
109 | }; | 99 | }; |
110 | 100 | ||
111 | /** | 101 | /** |
112 | * rt2x00pci_txdone - Handle TX done events. | ||
113 | * @entry: The queue entry for which a TX done event was received. | ||
114 | * @txdesc: The TX done descriptor for the entry. | ||
115 | */ | ||
116 | void rt2x00pci_txdone(struct queue_entry *entry, | ||
117 | struct txdone_entry_desc *txdesc); | ||
118 | |||
119 | /** | ||
120 | * rt2x00pci_rxdone - Handle RX done events | 102 | * rt2x00pci_rxdone - Handle RX done events |
121 | * @rt2x00dev: Device pointer, see &struct rt2x00_dev. | 103 | * @rt2x00dev: Device pointer, see &struct rt2x00_dev. |
122 | */ | 104 | */ |