From 232093a4f656aa2577c3c8425252e88717c1a9c2 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 5 Dec 2011 14:20:17 +0000 Subject: mac80211: update to 2011-12-01 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29436 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/850-p54spi-lock-fix.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 package/mac80211/patches/850-p54spi-lock-fix.patch (limited to 'package/mac80211/patches/850-p54spi-lock-fix.patch') 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 d19ba6170..000000000 --- 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; -- cgit v1.2.3