summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/613-rt2x00-fixup-symbols.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211/patches/613-rt2x00-fixup-symbols.patch')
-rw-r--r--package/mac80211/patches/613-rt2x00-fixup-symbols.patch16
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 7a87cb693..00bdbe16c 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