rt2x00: Split of TXWI writing to write_tx_data callback in rt2800usb.
Align with the way PCI devices are handled, even though it is not strictly necessary. Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
76dd5ddf23
commit
9cf4cb05c9
@@ -648,7 +648,9 @@ static int rt2800pci_set_device_state(struct rt2x00_dev *rt2x00dev,
|
||||
static void rt2800pci_write_tx_data(struct queue_entry* entry,
|
||||
struct txentry_desc *txdesc)
|
||||
{
|
||||
rt2800_write_txwi((__le32 *) entry->skb->data, txdesc);
|
||||
__le32 *txwi = (__le32 *) entry->skb->data;
|
||||
|
||||
rt2800_write_txwi(txwi, txdesc);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user