This patch propagates the inode diet changes to bcm43xx-d80211.

Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
---
This patch is required for compiling bcm43xx-d80211 after pulling the
inode diet changes that went into Linus's tree into wireless-dev, since
bcm43xx-d80211 is not in mainline it wasn't fixed up along with the
changes.

I've compiled this but couldn't test because the kernel currently
doesn't boot on my powerbook, it hangs very early.

--- wireless-dev.orig/drivers/net/wireless/d80211/bcm43xx/bcm43xx_debugfs.c     
2006-10-01 11:30:18.040555764 +0200
+++ wireless-dev/drivers/net/wireless/d80211/bcm43xx/bcm43xx_debugfs.c  
2006-10-01 11:50:01.780555764 +0200
@@ -54,7 +54,7 @@ static ssize_t write_file_dummy(struct f
 
 static int open_file_generic(struct inode *inode, struct file *file)
 {
-       file->private_data = inode->u.generic_ip;
+       file->private_data = inode->i_private;
        return 0;
 }
 

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to