hostap_cs: support cards with "Version 01.02" as third product ID
[pandora-kernel.git] / Documentation / networking / driver.txt
index ea72d2e..03283da 100644 (file)
@@ -13,7 +13,7 @@ Transmit path guidelines:
        static int drv_hard_start_xmit(struct sk_buff *skb,
                                       struct net_device *dev)
        {
-               struct drv *dp = dev->priv;
+               struct drv *dp = netdev_priv(dev);
 
                lock_tx(dp);
                ...