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 master

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 ipv6

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

[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 -