aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/612-rt2x00-make-wmac-loadable-via-OF-on-rt288x-305x-SoC.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-04-07 22:05:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-04-07 22:05:36 +0000
commitb5a27f260bb5355e9d7f1bb91849913cff6ce84e (patch)
tree704016795d359b530a350a90ae42d2622d74f237 /package/mac80211/patches/612-rt2x00-make-wmac-loadable-via-OF-on-rt288x-305x-SoC.patch
parent97635d7a8e02a2fd5cdd41868e4d56d3ef62d8bb (diff)
downloadupstream-b5a27f260bb5355e9d7f1bb91849913cff6ce84e.tar.gz
upstream-b5a27f260bb5355e9d7f1bb91849913cff6ce84e.tar.bz2
upstream-b5a27f260bb5355e9d7f1bb91849913cff6ce84e.zip
mac80211: merge an idle handling fix (fixes ath9k_htc client mode), refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36265
Diffstat (limited to 'package/mac80211/patches/612-rt2x00-make-wmac-loadable-via-OF-on-rt288x-305x-SoC.patch')
-rw-r--r--package/mac80211/patches/612-rt2x00-make-wmac-loadable-via-OF-on-rt288x-305x-SoC.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/mac80211/patches/612-rt2x00-make-wmac-loadable-via-OF-on-rt288x-305x-SoC.patch b/package/mac80211/patches/612-rt2x00-make-wmac-loadable-via-OF-on-rt288x-305x-SoC.patch
index 00855f6b54..bb682ff1fd 100644
--- a/package/mac80211/patches/612-rt2x00-make-wmac-loadable-via-OF-on-rt288x-305x-SoC.patch
+++ b/package/mac80211/patches/612-rt2x00-make-wmac-loadable-via-OF-on-rt288x-305x-SoC.patch
@@ -11,11 +11,9 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
drivers/net/wireless/rt2x00/rt2800pci.c | 7 +++++++
1 file changed, 7 insertions(+)
-diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
-index ded73da..e5deb9e 100644
--- a/drivers/net/wireless/rt2x00/rt2800pci.c
+++ b/drivers/net/wireless/rt2x00/rt2800pci.c
-@@ -1183,11 +1183,18 @@ static int rt2800soc_probe(struct platform_device *pdev)
+@@ -1185,11 +1185,18 @@ static int rt2800soc_probe(struct platfo
return rt2x00soc_probe(pdev, &rt2800pci_ops);
}
@@ -34,6 +32,3 @@ index ded73da..e5deb9e 100644
},
.probe = rt2800soc_probe,
.remove = rt2x00soc_remove,
---
-1.7.10.4
-