1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-16 00:23:41 +03:00
openwrt-xburst/package/mac80211/patches/850-p54spi-lock-fix.patch
nbd ba3ef5325d mac80211: refresh p54spi patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29272 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-20 09:29:34 +00:00

11 lines
388 B
Diff

--- a/drivers/net/wireless/p54/p54spi.c
+++ b/drivers/net/wireless/p54/p54spi.c
@@ -656,6 +656,7 @@ static int __devinit p54spi_probe(struct
init_completion(&priv->fw_comp);
INIT_LIST_HEAD(&priv->tx_pending);
mutex_init(&priv->mutex);
+ spin_lock_init(&priv->tx_lock);
SET_IEEE80211_DEV(hw, &spi->dev);
priv->common.open = p54spi_op_start;
priv->common.stop = p54spi_op_stop;