aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/850-p54spi-lock-fix.patch
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2011-11-16 22:26:12 +0000
committerMichael Büsch <mb@bu3sch.de>2011-11-16 22:26:12 +0000
commit6aac54298b88050bfff7789baa88cbf12a6b5c61 (patch)
treee7bb3d3d643dd4eb79aee2b12506399e28283ef2 /package/mac80211/patches/850-p54spi-lock-fix.patch
parent0f03e17bd0ccc25fe26b4763ecad67d5a52d371a (diff)
downloadupstream-6aac54298b88050bfff7789baa88cbf12a6b5c61.tar.gz
upstream-6aac54298b88050bfff7789baa88cbf12a6b5c61.tar.bz2
upstream-6aac54298b88050bfff7789baa88cbf12a6b5c61.zip
p54spi: Lock fixes
SVN-Revision: 29200
Diffstat (limited to 'package/mac80211/patches/850-p54spi-lock-fix.patch')
-rw-r--r--package/mac80211/patches/850-p54spi-lock-fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/mac80211/patches/850-p54spi-lock-fix.patch b/package/mac80211/patches/850-p54spi-lock-fix.patch
new file mode 100644
index 0000000000..9ab15dd555
--- /dev/null
+++ b/package/mac80211/patches/850-p54spi-lock-fix.patch
@@ -0,0 +1,12 @@
+Index: compat-wireless-2011-11-04/drivers/net/wireless/p54/p54spi.c
+===================================================================
+--- compat-wireless-2011-11-04.orig/drivers/net/wireless/p54/p54spi.c 2011-11-05 20:30:04.000000000 +0100
++++ compat-wireless-2011-11-04/drivers/net/wireless/p54/p54spi.c 2011-11-16 22:12:03.648829886 +0100
+@@ -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;