orinoco: allow driver to specify netdev_ops
[deliverable/linux.git] / drivers / net / wireless / orinoco / airport.c
index ea23c4fdbf62374e1c92eded04ec9ffa93c0773a..7dac5adb6c1c9e73689d817b6739d3ce8956ae86 100644 (file)
@@ -210,7 +210,7 @@ airport_attach(struct macio_dev *mdev, const struct of_device_id *match)
        }
 
        /* Register an interface with the stack */
-       if (orinoco_if_add(priv, phys_addr, card->irq) != 0) {
+       if (orinoco_if_add(priv, phys_addr, card->irq, NULL) != 0) {
                printk(KERN_ERR PFX "orinoco_if_add() failed\n");
                goto failed;
        }
This page took 0.024708 seconds and 5 git commands to generate.