rt2x00: Merge PCI and USB versions of write_tx_data into single function.
[deliverable/linux.git] / drivers / net / wireless / rt2x00 / rt2x00pci.h
index 00528b8a754daf166f084c7d676fdf9ee1ab5b7c..2dca18532f2ecc479f1ef86e9ba05a0179f286e7 100644 (file)
@@ -85,16 +85,6 @@ int rt2x00pci_regbusy_read(struct rt2x00_dev *rt2x00dev,
                           const struct rt2x00_field32 field,
                           u32 *reg);
 
-/**
- * rt2x00pci_write_tx_data - Initialize data for TX operation
- * @entry: The entry where the frame is located
- *
- * This function will initialize the DMA and skb descriptor
- * to prepare the entry for the actual TX operation.
- */
-int rt2x00pci_write_tx_data(struct queue_entry *entry,
-                           struct txentry_desc *txdesc);
-
 /**
  * struct queue_entry_priv_pci: Per entry PCI specific information
  *
This page took 0.024501 seconds and 5 git commands to generate.