aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/850-p54spi-lock-fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-12-05 14:20:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-12-05 14:20:17 +0000
commita95157c262a1c1c75151bbda240f7c107c6a9a53 (patch)
treecc7314ba8bd7c186ce1ad1b7296964fc39c79417 /package/mac80211/patches/850-p54spi-lock-fix.patch
parenta86d2fb99b8aad2846a992c8bc08227516a7e87e (diff)
downloadmaster-187ad058-a95157c262a1c1c75151bbda240f7c107c6a9a53.tar.gz
master-187ad058-a95157c262a1c1c75151bbda240f7c107c6a9a53.tar.bz2
master-187ad058-a95157c262a1c1c75151bbda240f7c107c6a9a53.zip
mac80211: update to 2011-12-01
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29436 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/850-p54spi-lock-fix.patch')
-rw-r--r--package/mac80211/patches/850-p54spi-lock-fix.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/mac80211/patches/850-p54spi-lock-fix.patch b/package/mac80211/patches/850-p54spi-lock-fix.patch
deleted file mode 100644
index d19ba61702..0000000000
--- a/package/mac80211/patches/850-p54spi-lock-fix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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;