diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-11-20 09:29:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-11-20 09:29:34 +0000 |
commit | c893863d31306320fb1efad0db21bea822ccfba9 (patch) | |
tree | bb6c951a31a303a91601fc5b11dc07934d38ddab /package/mac80211/patches/850-p54spi-lock-fix.patch | |
parent | e49b39486a166bc348e7f055cc558af2181884a9 (diff) | |
download | upstream-c893863d31306320fb1efad0db21bea822ccfba9.tar.gz upstream-c893863d31306320fb1efad0db21bea822ccfba9.tar.bz2 upstream-c893863d31306320fb1efad0db21bea822ccfba9.zip |
mac80211: refresh p54spi patches
SVN-Revision: 29272
Diffstat (limited to 'package/mac80211/patches/850-p54spi-lock-fix.patch')
-rw-r--r-- | package/mac80211/patches/850-p54spi-lock-fix.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/mac80211/patches/850-p54spi-lock-fix.patch b/package/mac80211/patches/850-p54spi-lock-fix.patch index 9ab15dd555..d19ba61702 100644 --- a/package/mac80211/patches/850-p54spi-lock-fix.patch +++ b/package/mac80211/patches/850-p54spi-lock-fix.patch @@ -1,7 +1,5 @@ -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 +--- 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); |