diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1251.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1251.c b/drivers/net/wireless/wl12xx/wl1251.c index 1a352cf8c3e..e484a231e6e 100644 --- a/drivers/net/wireless/wl12xx/wl1251.c +++ b/drivers/net/wireless/wl12xx/wl1251.c | |||
@@ -415,8 +415,8 @@ static void wl1251_irq_work(struct work_struct *work) | |||
415 | wl12xx_debug(DEBUG_IRQ, "intr: 0x%x", intr); | 415 | wl12xx_debug(DEBUG_IRQ, "intr: 0x%x", intr); |
416 | 416 | ||
417 | if (wl->data_path) { | 417 | if (wl->data_path) { |
418 | wl12xx_spi_mem_read(wl, wl->data_path->rx_control_addr, | 418 | wl->rx_counter = |
419 | &wl->rx_counter, sizeof(u32)); | 419 | wl12xx_mem_read32(wl, wl->data_path->rx_control_addr); |
420 | 420 | ||
421 | /* We handle a frmware bug here */ | 421 | /* We handle a frmware bug here */ |
422 | switch ((wl->rx_counter - wl->rx_handled) & 0xf) { | 422 | switch ((wl->rx_counter - wl->rx_handled) & 0xf) { |