compat-wireless: refresh patches
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 11 Dec 2010 00:57:34 +0000 (16:57 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 11 Dec 2010 00:57:34 +0000 (16:57 -0800)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
patches/11-dev-pm-ops.patch

index 5800f2e282210ee2cc292ec40df9948131ccfe70..b49433ab3a7b12347c263f67f71d06c62d8a8aeb 100644 (file)
@@ -167,7 +167,7 @@ calls on compat code with only slight modifications.
  static int __init iwl3945_init(void)
 --- a/drivers/net/wireless/ath/ath5k/pci.c
 +++ b/drivers/net/wireless/ath/ath5k/pci.c
-@@ -285,6 +285,34 @@ static int ath5k_pci_resume(struct devic
+@@ -286,6 +286,34 @@ static int ath5k_pci_resume(struct devic
        return 0;
  }
  
@@ -202,7 +202,7 @@ calls on compat code with only slight modifications.
  static SIMPLE_DEV_PM_OPS(ath5k_pm_ops, ath5k_pci_suspend, ath5k_pci_resume);
  #define ATH5K_PM_OPS  (&ath5k_pm_ops)
  #else
-@@ -296,7 +324,12 @@ static struct pci_driver ath5k_pci_drive
+@@ -297,7 +325,12 @@ static struct pci_driver ath5k_pci_drive
        .id_table       = ath5k_pci_id_table,
        .probe          = ath5k_pci_probe,
        .remove         = __devexit_p(ath5k_pci_remove),