/[orinoco]/orinoco/airport.c
ViewVC logotype

Diff of /orinoco/airport.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.23.2.1 by dgibson, Thu Sep 11 05:58:01 2003 UTC revision 1.1.1.23.2.2 by dgibson, Mon Sep 29 05:17:54 2003 UTC
# Line 47  struct airport { Line 47  struct airport {
47  };  };
48    
49  static int  static int
50  airport_suspend(struct macio_dev *mdev, u32 state)  airport_suspend(struct macio_dev *mdev, u32 state, u32 level)
51  {  {
52          struct net_device *dev = dev_get_drvdata(&mdev->ofdev.dev);          struct net_device *dev = dev_get_drvdata(&mdev->ofdev.dev);
53          struct orinoco_private *priv = dev->priv;          struct orinoco_private *priv = dev->priv;
# Line 82  airport_suspend(struct macio_dev *mdev, Line 82  airport_suspend(struct macio_dev *mdev,
82  }  }
83    
84  static int  static int
85  airport_resume(struct macio_dev *mdev)  airport_resume(struct macio_dev *mdev, u32 level)
86  {  {
87          struct net_device *dev = dev_get_drvdata(&mdev->ofdev.dev);          struct net_device *dev = dev_get_drvdata(&mdev->ofdev.dev);
88          struct orinoco_private *priv = dev->priv;          struct orinoco_private *priv = dev->priv;

Legend:
Removed from v.1.1.1.23.2.1  
changed lines
  Added in v.1.1.1.23.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26