diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-04-07 22:05:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-04-07 22:05:36 +0000 |
commit | b5a27f260bb5355e9d7f1bb91849913cff6ce84e (patch) | |
tree | 704016795d359b530a350a90ae42d2622d74f237 /package/mac80211/patches/613-rt2x00-fixup-symbols.patch | |
parent | 97635d7a8e02a2fd5cdd41868e4d56d3ef62d8bb (diff) | |
download | upstream-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/613-rt2x00-fixup-symbols.patch')
-rw-r--r-- | package/mac80211/patches/613-rt2x00-fixup-symbols.patch | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/package/mac80211/patches/613-rt2x00-fixup-symbols.patch b/package/mac80211/patches/613-rt2x00-fixup-symbols.patch index 7a87cb6936..00bdbe16c7 100644 --- a/package/mac80211/patches/613-rt2x00-fixup-symbols.patch +++ b/package/mac80211/patches/613-rt2x00-fixup-symbols.patch @@ -1,8 +1,6 @@ -Index: compat-wireless-2013-02-22/drivers/net/wireless/rt2x00/rt2800pci.c -=================================================================== ---- compat-wireless-2013-02-22.orig/drivers/net/wireless/rt2x00/rt2800pci.c 2013-03-31 19:25:51.185815171 +0200 -+++ compat-wireless-2013-02-22/drivers/net/wireless/rt2x00/rt2800pci.c 2013-03-31 19:27:59.805818237 +0200 -@@ -1179,7 +1179,7 @@ +--- a/drivers/net/wireless/rt2x00/rt2800pci.c ++++ b/drivers/net/wireless/rt2x00/rt2800pci.c +@@ -1179,7 +1179,7 @@ MODULE_DEVICE_TABLE(pci, rt2800pci_devic #endif /* CONFIG_PCI */ MODULE_LICENSE("GPL"); @@ -11,7 +9,7 @@ Index: compat-wireless-2013-02-22/drivers/net/wireless/rt2x00/rt2800pci.c static int rt2800soc_probe(struct platform_device *pdev) { return rt2x00soc_probe(pdev, &rt2800pci_ops); -@@ -1203,7 +1203,7 @@ +@@ -1203,7 +1203,7 @@ static struct platform_driver rt2800soc_ .suspend = rt2x00soc_suspend, .resume = rt2x00soc_resume, }; @@ -20,7 +18,7 @@ Index: compat-wireless-2013-02-22/drivers/net/wireless/rt2x00/rt2800pci.c #ifdef CONFIG_PCI static int rt2800pci_probe(struct pci_dev *pci_dev, -@@ -1226,7 +1226,7 @@ +@@ -1226,7 +1226,7 @@ static int __init rt2800pci_init(void) { int ret = 0; @@ -29,7 +27,7 @@ Index: compat-wireless-2013-02-22/drivers/net/wireless/rt2x00/rt2800pci.c ret = platform_driver_register(&rt2800soc_driver); if (ret) return ret; -@@ -1234,7 +1234,7 @@ +@@ -1234,7 +1234,7 @@ static int __init rt2800pci_init(void) #ifdef CONFIG_PCI ret = pci_register_driver(&rt2800pci_driver); if (ret) { @@ -38,7 +36,7 @@ Index: compat-wireless-2013-02-22/drivers/net/wireless/rt2x00/rt2800pci.c platform_driver_unregister(&rt2800soc_driver); #endif return ret; -@@ -1249,7 +1249,7 @@ +@@ -1249,7 +1249,7 @@ static void __exit rt2800pci_exit(void) #ifdef CONFIG_PCI pci_unregister_driver(&rt2800pci_driver); #endif |