On Mon, 2010-02-22 at 08:38 +0200, Juuso Oikarinen wrote: > wl->rx_counter++; > drv_rx_counter = wl->rx_counter & NUM_RX_PKT_DESC_MOD_MASK; > - wl1271_write32(wl, RX_DRIVER_COUNTER_ADDRESS, wl->rx_counter); > } > + > + wl1271_write32(wl, RX_DRIVER_COUNTER_ADDRESS, wl->rx_counter); > } What if the counter overflows and you got the & to change it? johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html