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/851-p54spi-mutex-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/851-p54spi-mutex-fix.patch')
-rw-r--r-- | package/mac80211/patches/851-p54spi-mutex-fix.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/mac80211/patches/851-p54spi-mutex-fix.patch b/package/mac80211/patches/851-p54spi-mutex-fix.patch index 27019de654..e974e9ddae 100644 --- a/package/mac80211/patches/851-p54spi-mutex-fix.patch +++ b/package/mac80211/patches/851-p54spi-mutex-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-16 22:12:03.648829886 +0100 -+++ compat-wireless-2011-11-04/drivers/net/wireless/p54/p54spi.c 2011-11-16 22:15:28.931976935 +0100 +--- a/drivers/net/wireless/p54/p54spi.c ++++ b/drivers/net/wireless/p54/p54spi.c @@ -581,11 +581,7 @@ static void p54spi_op_stop(struct ieee80 struct p54s_priv *priv = dev->priv; unsigned long flags; |