|
@@ -2368,6 +2368,7 @@ static int b44_init_one(struct ssb_device *sdev,
|
|
bp->msg_enable = netif_msg_init(b44_debug, B44_DEF_MSG_ENABLE);
|
|
bp->msg_enable = netif_msg_init(b44_debug, B44_DEF_MSG_ENABLE);
|
|
|
|
|
|
spin_lock_init(&bp->lock);
|
|
spin_lock_init(&bp->lock);
|
|
|
|
+ u64_stats_init(&bp->hw_stats.syncp);
|
|
|
|
|
|
bp->rx_pending = B44_DEF_RX_RING_PENDING;
|
|
bp->rx_pending = B44_DEF_RX_RING_PENDING;
|
|
bp->tx_pending = B44_DEF_TX_RING_PENDING;
|
|
bp->tx_pending = B44_DEF_TX_RING_PENDING;
|