Re: d80211 sysfs

2006-07-11 Thread Ivo Van Doorn
Hi, [snip] > EIP: 0060:[] Tainted: P VLI ^^^ Just out of curiosity, what's tainting your kernel? Hmm, no idea actually. This trace came from a user who submitted a bugreport. But I had a lot of traces for this bug, so I just selected one to indicate what the probl

d80211 sysfs

2006-07-11 Thread Alex Davis
Ivo Van Doorn wrote: [snip] > EIP: 0060:[] Tainted: P VLI ^^^ Just out of curiosity, what's tainting your kernel? -Alex I code, therefore I am __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protectio

Re: d80211 sysfs

2006-07-11 Thread Ivo Van Doorn
Hi, > Since I didn't want to loose any tested because of the new field in > the net_device structure, > I have used the base_addr field instead and used the following access functions: This will horribly fail when you send something to master device (wmaster0) directly. For example, having ipv

Fwd: d80211 sysfs

2006-07-11 Thread Ivo Van Doorn
Sorry for the double mail. Forgot to CC netdev list. Hi, > Since I didn't want to loose any tested because of the new field in > the net_device structure, > I have used the base_addr field instead and used the following access functions: This will horribly fail when you send something to mast

Re: d80211 sysfs

2006-07-10 Thread Jiri Benc
On Sat, 8 Jul 2006 14:05:08 +0200, Ivo Van Doorn wrote: > Since I didn't want to loose any tested because of the new field in > the net_device structure, > I have used the base_addr field instead and used the following access > functions: This will horribly fail when you send something to master

d80211 sysfs

2006-07-08 Thread Ivo Van Doorn
Hi, I have recently updated the 80211 stack located in the rt2x00 CVS tree to use the latest version of the stack from the dscape#devel git tree. I also added the scanning patch from GertJan that was only available in the dscape#main tree. Since I didn't want to loose any tested because of the n

[PATCH 8/12] d80211: sysfs attributes for associated stations

2006-06-08 Thread Jiri Benc
Add /sys/class/ieee80211/phyX/sta/* attributes. Signed-off-by: Jiri Benc <[EMAIL PROTECTED]> --- net/d80211/Makefile |1 net/d80211/ieee80211.c |5 + net/d80211/ieee80211_i.h | 14 ++ net/d80211/ieee80211_proc.c |3 - net/d80211/ieee80211_sysfs