diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2800pci.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c index 6f11760117da..faf71e2aeb64 100644 --- a/drivers/net/wireless/rt2x00/rt2800pci.c +++ b/drivers/net/wireless/rt2x00/rt2800pci.c | |||
@@ -805,7 +805,7 @@ static void rt2800pci_fill_rxdone(struct queue_entry *entry, | |||
805 | /* | 805 | /* |
806 | * Process the RXWI structure that is at the start of the buffer. | 806 | * Process the RXWI structure that is at the start of the buffer. |
807 | */ | 807 | */ |
808 | rt2800_process_rxwi(entry->skb, rxdesc); | 808 | rt2800_process_rxwi(entry, rxdesc); |
809 | 809 | ||
810 | /* | 810 | /* |
811 | * Set RX IDX in register to inform hardware that we have handled | 811 | * Set RX IDX in register to inform hardware that we have handled |