Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 836165 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/wl/sys/wl_linux.c (-2 / +2 lines)
Lines 3244-3250 Link Here
3244
static ssize_t
3244
static ssize_t
3245
wl_proc_read(struct file *filp, char __user *buffer, size_t length, loff_t *offp)
3245
wl_proc_read(struct file *filp, char __user *buffer, size_t length, loff_t *offp)
3246
{
3246
{
3247
	wl_info_t * wl = PDE_DATA(file_inode(filp));
3247
	wl_info_t * wl = pde_data(file_inode(filp));
3248
#endif
3248
#endif
3249
	int bcmerror, len;
3249
	int bcmerror, len;
3250
	int to_user = 0;
3250
	int to_user = 0;
Lines 3301-3307 Link Here
3301
static ssize_t
3301
static ssize_t
3302
wl_proc_write(struct file *filp, const char __user *buff, size_t length, loff_t *offp)
3302
wl_proc_write(struct file *filp, const char __user *buff, size_t length, loff_t *offp)
3303
{
3303
{
3304
	wl_info_t * wl = PDE_DATA(file_inode(filp));
3304
	wl_info_t * wl = pde_data(file_inode(filp));
3305
#endif
3305
#endif
3306
	int from_user = 0;
3306
	int from_user = 0;
3307
	int bcmerror;
3307
	int bcmerror;

Return to bug 836165