Merge /spare/repo/linux-2.6/
authorJeff Garzik <jgarzik@pretzel.yyz.us>
Mon, 27 Jun 2005 03:38:58 +0000 (23:38 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Mon, 27 Jun 2005 03:38:58 +0000 (23:38 -0400)
1  2 
drivers/net/wireless/orinoco.c

@@@ -2265,10 -2278,10 +2279,10 @@@ static int orinoco_init(struct net_devi
  
        /* No need to lock, the hw_unavailable flag is already set in
         * alloc_orinocodev() */
 -      priv->nicbuf_size = IEEE802_11_FRAME_LEN + ETH_HLEN;
 +      priv->nicbuf_size = IEEE80211_FRAME_LEN + ETH_HLEN;
  
        /* Initialize the firmware */
-       err = hermes_init(hw);
+       err = orinoco_reinit_firmware(dev);
        if (err != 0) {
                printk(KERN_ERR "%s: failed to initialize firmware (err = %d)\n",
                       dev->name, err);