]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/net/wireless/orinoco/orinoco_cs.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[linux.git] / drivers / net / wireless / orinoco / orinoco_cs.c
index 88e3c0ebcaadb119f92e33eacd23f4abc1950735..3f7fc4a0b43d4c961ce489ada47763721c6666fa 100644 (file)
@@ -65,7 +65,7 @@ static void orinoco_cs_release(struct pcmcia_device *link);
 static void orinoco_cs_detach(struct pcmcia_device *p_dev);
 
 /********************************************************************/
-/* Device methods                                                  */
+/* Device methods                                                  */
 /********************************************************************/
 
 static int
@@ -89,7 +89,7 @@ orinoco_cs_hard_reset(struct orinoco_private *priv)
 }
 
 /********************************************************************/
-/* PCMCIA stuff                                                    */
+/* PCMCIA stuff                                                            */
 /********************************************************************/
 
 static int
@@ -134,7 +134,7 @@ static int
 orinoco_cs_config(struct pcmcia_device *link)
 {
        struct orinoco_private *priv = link->priv;
-       hermes_t *hw = &priv->hw;
+       struct hermes *hw = &priv->hw;
        int ret;
        void __iomem *mem;