Re: Please pull 'fixes-davem' branch of wireless-2.6

2007-10-16 Thread Michael Wu
is not STA, IBSS, or AP, scanning should not be permitted. This patch allows scanning on any interface if a SSID is specified. NACK. -Michael Wu signature.asc Description: This is a digitally signed message part.

Re: [PATCH] ieee80211_if_set_type: make check for master dev more explicit

2007-10-05 Thread Michael Wu
explicitly linked to master devices rather than simply checking if the value has been previously set. CC: Daniel Drake [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] Acked-by: Michael Wu [EMAIL PROTECTED] -Michael Wu pgpq0GOLj4M4L.pgp Description: PGP signature

Re: [PATCH] mac80211: Fix TX after monitor interface is converted to managed

2007-10-04 Thread Michael Wu
. + BUG_ON(netif_running(dev)); This will never happen, so there's no point. ACK with that bit removed. Thanks, -Michael Wu pgp8tWf3hoFjQ.pgp Description: PGP signature

Re: [PATCH] mac80211: Fix TX after monitor interface is converted to managed

2007-10-04 Thread Michael Wu
that this condition will never occur within the mac80211 layer, so there's no need to have it. The only thing this can catch is someone deciding to manually invoke dev-uninit, which only the unregister code should be doing. -Michael Wu pgpdJwtzOzO1V.pgp Description: PGP signature

Re: [PATCH] mac80211: Fix TX after monitor interface is converted to managed

2007-10-04 Thread Michael Wu
and the pointer is only modified while the interface is down. -Michael Wu pgpshSQvult93.pgp Description: PGP signature

Re: [PATCH] mac80211: Fix TX after monitor interface is converted to managed

2007-10-04 Thread Michael Wu
sort of protection against cosmic rays flipping bits, but down here on earth, it's bloat. -Michael Wu pgpvLIbudqBzS.pgp Description: PGP signature

Re: [PATCH] mac80211: Fix TX after monitor interface is converted to managed

2007-10-04 Thread Michael Wu
if an assumption should ever break, the code will break into pieces. However, we don't, and there's no reason to do so here other than to needlessly add code just because it makes you feel safer. -Michael Wu pgpHBxhRxxDdA.pgp Description: PGP signature

Re: [PATCH] ieee80211_if_set_type: make check for master dev more explicit

2007-10-04 Thread Michael Wu
quite follow this but that code needs to die anyway. This does look nicer than the other patch. -Michael Wu pgpN7ucTU8vgB.pgp Description: PGP signature

Re: Please pull 'adm8211' branch of wireless-2.6

2007-09-15 Thread Michael Wu
, no NDA), released their Linux driver source (under GPL), sent hardware samples, and offered an engineer's help a few months after the first release of the adm8211 driver. -Michael Wu pgpwvD8Xe1LEr.pgp Description: PGP signature

Re: Please pull 'adm8211' branch of wireless-2.6

2007-09-15 Thread Michael Wu
() AFAICS Nope, this can be called in atomic context. Admittedly, 20 ms delay is ridiculously long.. I'll find a better way to handle this. use of tab to separate type and name greatly enhances readability. look at many other net drivers, to see the positive effects Sure, will do. Thanks, -Michael

Re: Please pull 'adm8211' branch of wireless-2.6

2007-09-15 Thread Michael Wu
a difference for my code - any problems with using the wrong register bits in the wrong place is obvious due to the prefixes. I don't really see how enum type checking is even effective at all without annotations and casts all over the place. Thanks, -Michael Wu pgpKxv01TUAxV.pgp Description: PGP

Re: Please pull 'adm8211' branch of wireless-2.6

2007-09-15 Thread Michael Wu
On Sunday 16 September 2007 00:50, David Miller wrote: From: Michael Wu [EMAIL PROTECTED] Date: Sun, 16 Sep 2007 00:47:40 -0400 Huh? How does a driver use NAPI if it can't pass a struct net_device? It is now managed by a struct napi_struct which you can embed into any object you like

Re: Panic in ieee_80211_ibss_add_sta when trying to join ad-hoc network (rt2500pci)

2007-05-15 Thread Michael Wu
On Tuesday 15 May 2007 13:12, John W. Linville wrote:\ Patch below...does this work better? Looks like upstream needs it too... ACK. Looks like I forgot to set sdata after removing the code that set it. Thanks, -Michael Wu pgpG4koPmIL63.pgp Description: PGP signature

Re: Please pull 'upstream-rtl8187' branch of wireless-2.6

2007-05-09 Thread Michael Wu
of typechecking this has. -Michael Wu pgpAX8vfG7Nic.pgp Description: PGP signature

Re: Please pull 'upstream-rtl8187' branch of wireless-2.6

2007-05-09 Thread Michael Wu
On Thursday 10 May 2007 00:21, Jeff Garzik wrote: Michael Wu wrote: On Wednesday 09 May 2007 19:12, Jeff Garzik wrote: John W. Linville wrote: +static inline void eeprom_93cx6_pulse_high(struct eeprom_93cx6 *eeprom) +{ + eeprom-reg_data_clock = 1; + eeprom-register_write(eeprom

[PATCH 1/2] Add 93cx6 eeprom library

2007-05-07 Thread Michael Wu
From: Ivo van Doorn [EMAIL PROTECTED] This patch adds a library for reading from and writing to 93cx6 eeproms. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- drivers/misc/Kconfig |6 + drivers/misc/Makefile|1 drivers/misc/eeprom_93cx6.c | 347

Re: [PATCH 1/2] Add 93cx6 eeprom library

2007-05-07 Thread Michael Wu
On Monday 07 May 2007 10:27, Ben Dooks wrote: On Mon, May 07, 2007 at 03:46:04AM -0400, Michael Wu wrote: From: Ivo van Doorn [EMAIL PROTECTED] This patch adds a library for reading from and writing to 93cx6 eeproms. This looks remarkably like an SPI device, why not use the spi framework

Re: [PATCH v2] Add rtl8187 wireless driver

2007-05-07 Thread Michael Wu
in their own directory or all together in drivers/net/wireless. -Michael Wu pgpOSGaxbCyiw.pgp Description: PGP signature

Re: Please pull 'upstream' branch of wireless-2.6

2007-05-07 Thread Michael Wu
On Monday 07 May 2007 19:09, Jeff Garzik wrote: The general idea is everything you want in 2.6.22 should be prepared and in -mm BEFORE 2.6.21 is released, and the 2.6.22 merge window opens. rtl8187 has been in -mm since 2.6.21-rc2-mm1. -Michael Wu pgpqlzKVzSGGX.pgp Description: PGP signature

Re: [PATCH v2] Add rtl8187 wireless driver

2007-05-07 Thread Michael Wu
, which really does have support for different radios in different files. But of course, we can just make an exception for rtl8187. Would merging the files together make that much of a difference for you? -Michael Wu pgpXT8QQmP8PQ.pgp Description: PGP signature

Re: [PATCH RESEND] zd1211rw-mac80211: changed Kconfig

2007-03-11 Thread Michael Wu
would prefer that there be one patch to replace both instances of (DeviceScape stack) with (mac80211 stack). -Michael Wu pgpdfFfONCtcV.pgp Description: PGP signature

d80211-drivers pull request (week05)

2007-02-03 Thread Michael Wu
Hi John, Please pull git://git.kernel.org/pub/scm/linux/kernel/git/mwu/d80211-drivers.git for these patches: adm8211-week05 branch: Michael Wu (1): adm8211: set MAC address properly p54-week05 branch: Michael Wu (3): p54: set MAC address properly p54usb: silence warnings

Re: [PATCH 3/3] d80211-p54: Add control structure for beacontemplates

2007-02-03 Thread Michael Wu
yet. BEACON_TEMPLATE can just be turned off for now if it's causing problems, though I don't see a reason why a beacon would be generated for managed mode. -Michael Wu pgp4nEF1flQzu.pgp Description: PGP signature

Re: [PATCH 3/3] d80211-p54: Add control structure for beacontemplates

2007-02-03 Thread Michael Wu
On Saturday 03 February 2007 11:40, Ivo van Doorn wrote: It would only be generated for AP mode. In any case, the new patch: Signed-off-by Ivo van Doorn [EMAIL PROTECTED] ACK Thanks, -Michael Wu pgprYlsoEM9TR.pgp Description: PGP signature

Re: [PATCH] d80211: select CRC32 functions

2007-01-27 Thread Michael Wu
On Wednesday 24 January 2007 04:35, Marcus Better wrote: The d80211 stack requires CRC32 functions for the WEP implementation. ACK. Please CC John Linville [EMAIL PROTECTED] and Jiri Benc [EMAIL PROTECTED] on d80211 patches next time. Thanks, -Michael Wu pgp7BD1v6LTlQ.pgp Description: PGP

Re: [RFC PATCH] bcm43xx: set channel when the interface is brought up

2007-01-25 Thread Michael Wu
selection is implemented, and fixing it for users manually setting the channel should be trivial. -Michael Wu pgp5LtQxHoU24.pgp Description: PGP signature

Re: Soft lockups with dscape on wireless-dev tree

2007-01-23 Thread Michael Wu
/kernel/git/jbenc/dscape.git;a=commitdiff_plain;h=e3973cb079b24875af1f196d03569ce7eb517c92;hp=f85c9f7b6a0fe662b95595c51aed92d784e93c5e -Michael Wu pgpOMGuxIjYio.pgp Description: PGP signature

Re: dscape doesn't auto associate

2007-01-23 Thread Michael Wu
with configuration scripts. -Michael Wu pgpzpfom9PxaA.pgp Description: PGP signature

Re: dscape doesn't auto associate

2007-01-23 Thread Michael Wu
is currently supported. -Michael Wu pgpgKymarwK0A.pgp Description: PGP signature

Re: dscape doesn't auto associate

2007-01-23 Thread Michael Wu
) with wpa_supplicant 0.5.7. zd1211 has this problem too: Error for wireless request Set Encode (8B2A) : SET failed on device wlan1 ; Invalid argument. Shouldn't happen if it works for rt2570. Both use software encryption. -Michael Wu pgpGy8QeW2zFa.pgp Description: PGP signature

Re: adm8211 (from linville wireless-2.6) in xen guest

2007-01-22 Thread Michael Wu
necessary to find eachother? Have you checked? I think the bssid should stop changing once another station with the same ssid comes into range. And one more question that I don't understand... the wlan0 interface does not appear in snmp queries. Any idea about that? Nope. -Michael Wu

Re: TKIP encryption should allocate enough tailroom

2007-01-16 Thread Michael Wu
. Also, you should have a '\n' at the end of the new printks. Thanks, -Michael Wu pgpFrRiLusyw0.pgp Description: PGP signature

Re: Using 802.11x wireless usb device on MIPS platform

2007-01-09 Thread Michael Wu
. New softmac wireless drivers should be based on that stack if possible. I am working on a d80211 version of the rtl8187/rtl8185 driver right now, which is I think is the last linux 802.11g driver which needs to be ported. -Michael Wu pgpLv2C3LmE6G.pgp Description: PGP signature

[PATCH] d80211: Fix __ieee80211_if_del on live interfaces

2007-01-09 Thread Michael Wu
of the call to ieee80211_if_shutdown in ieee80211_if_reinit because ieee80211_if_reinit now will never be called while the interface is up. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- net/d80211/ieee80211.c |2 ++ net/d80211/ieee80211_iface.c |4 2 files changed, 2 insertions

Re: [PATCH] d80211: Only free WEP crypto ciphers when they have been allocated correctly.

2007-01-06 Thread Michael Wu
is registered however, so we should be able to free it safely on unregister. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- net/d80211/ieee80211.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/d80211/ieee80211.c b/net/d80211/ieee80211.c index 6e10db5..926d160

Fixes for d80211 hwmode API change

2007-01-04 Thread Michael Wu
These attached patches are a simplified version of Michael Buesch's original hwmode API patches to adm8211, p54, and zd1211rw-d80211. These will be necessary once you pull up2 from Jiri Benc's tree. Thanks, -Michael Wu adm8211: Fix compilation for d80211 hwmode API change From: Michael Wu

d80211-drivers pull request (week51)

2006-12-31 Thread Michael Wu
zd1211rw-d80211 to the new workqueue API is attached for when you pull those changes. Thanks, -Michael Wu zd1211rw-d80211: fix workqueue breakage From: Michael Wu [EMAIL PROTECTED] This allows zd1211rw-d80211 to compile with the workqueue API changes. Signed-off-by: Michael Wu [EMAIL PROTECTED

Re: d80211 constants inside d80211_common.h

2006-12-27 Thread Michael Wu
/git/jbenc/dscape.git;a=commitdiff;h=4ae94181f808da96352478c6d4102e3b0b5dfaac -Michael Wu pgpiiIQUKezSE.pgp Description: PGP signature

Re: d80211 constants inside d80211_common.h

2006-12-27 Thread Michael Wu
MODE_IEEE80211A/B/G should be all you need. Even if it does get out, constants should be in capitals. Sure. Submit a patch. :) -Michael Wu pgpT0vuMOW8nC.pgp Description: PGP signature

Re: Network drivers that don't suspend on interface down

2006-12-20 Thread Michael Wu
on, deciding that existing functionality is a bug is, well, impolite. No, it's absolutely a bug. It just so happens that some drivers incorrectly allowed it. -Michael Wu pgpc8jW7GJRT5.pgp Description: PGP signature

[PATCH] d80211: allow migration to ieee80211_dev

2006-12-19 Thread Michael Wu
d80211: allow migration to ieee80211_dev This patch allows drivers to switch from ieee80211_hw to ieee80211_dev before we really rename ieee80211_hw and break everything. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- include/net/d80211.h |3 +++ 1 files changed, 3 insertions(+), 0

Re: [PATCH] d80211: add radiotap support

2006-12-18 Thread Michael Wu
On Monday 18 December 2006 12:20, David Kimdon wrote: htons and friends can handle determining the argument is a constant on their own, so this change should be dropped. Hm, appears so. Didn't know that. I'll resend the patch without this change. Thanks, -Michael Wu pgpAgXQMS5hq0.pgp

Re: [PATCH] d80211: add radiotap support

2006-12-18 Thread Michael Wu
to fill it properly. Having drivers fill the radiotap header also avoids the problem of running out of header space. -Michael Wu pgpHliOi1pRSA.pgp Description: PGP signature

[PATCH] d80211: add radiotap support (v2)

2006-12-18 Thread Michael Wu
-by: Michael Wu [EMAIL PROTECTED] --- include/net/d80211.h |3 +++ net/d80211/ieee80211.c | 41 - net/d80211/ieee80211_iface.c |5 - 3 files changed, 39 insertions(+), 10 deletions(-) diff --git a/include/net/d80211.h b/include

[PATCH] d80211: add radiotap support

2006-12-16 Thread Michael Wu
-by: Michael Wu [EMAIL PROTECTED] --- include/net/d80211.h |3 +++ net/d80211/ieee80211.c | 43 -- net/d80211/ieee80211_iface.c |5 - 3 files changed, 40 insertions(+), 11 deletions(-) diff --git a/include/net/d80211.h b/include

Re: [PATCH] adm8211: Fix compilation for d80211 hwmode API change

2006-12-15 Thread Michael Wu
On Friday 15 December 2006 14:44, Michael Buesch wrote: This fixes compilation for the d80211 hwmode API change. Signed-off-by: Michael Buesch [EMAIL PROTECTED] ACK, looks good to me. -Michael Wu pgpxYbqaiCNCw.pgp Description: PGP signature

Re: [PATCH] p54: Fix compilation for d80211 hwmode API change

2006-12-15 Thread Michael Wu
On Friday 15 December 2006 14:45, Michael Buesch wrote: This fixes compilation for the d80211 hwmode API change. Signed-off-by: Michael Buesch [EMAIL PROTECTED] We can't specify modes before device registration now? There would be less duplicated code here if we could. -Michael Wu

Re: [PATCH] Marvell Libertas 8388 802.11b/g USB driver

2006-12-15 Thread Michael Wu
, this should be in a separate patch, but I'm guessing it's all rolled together for convenience. -Michael Wu pgpnuZGgLuAbT.pgp Description: PGP signature

Re: [PATCH 1/2] d80211: Turn PHYmode list from an array into a linked list

2006-12-15 Thread Michael Wu
instead? This would simplify the fixes for drivers a bit. -Michael Wu pgpbs9yM7GdbU.pgp Description: PGP signature

[PATCH 3/3] d80211: fix workqueue breakage (v2)

2006-12-14 Thread Michael Wu
d80211: fix workqueue breakage This patch updates d80211 to use the new workqueue API. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- net/d80211/ieee80211.c |7 --- net/d80211/ieee80211_i.h |8 +--- net/d80211/ieee80211_iface.c |2 +- net/d80211/ieee80211_sta.c

Re: [PATCH] zd1211rw-d80211: Use LED class

2006-12-13 Thread Michael Wu
, this patch is just a symptom of that issue. -Michael Wu pgp5JTyWMOqu6.pgp Description: PGP signature

Re: [PATCH 1/6] d80211: add IEEE802.11e/WMM MLMEs, Status Code and Reason Code

2006-12-13 Thread Michael Wu
; +} __attribute__ ((packed)); + Mind eliminating the bitfields? -Michael Wu pgp8Ba7jizphp.pgp Description: PGP signature

Re: [PATCH 3/3] d80211: fix workqueue breakage

2006-12-13 Thread Michael Wu
On Wednesday 13 December 2006 13:13, Jiri Benc wrote: On Tue, 12 Dec 2006 12:55:53 -0500, Michael Wu wrote: - schedule_work(local-scan_work); + schedule_work(local-scan_work.work); Hm, what is the preferred way here: schedule_work(some_delayed_work.work

[PATCH 0/3] Fix breakage in d80211

2006-12-12 Thread Michael Wu
. Hope you find this useful. -Michael Wu pgptTNY09pbnm.pgp Description: PGP signature

[PATCH 1/3] d80211: fix wep.c breakage

2006-12-12 Thread Michael Wu
d80211: fix wep.c breakage This patch fixes wep.c, which was broken by Al Viro's severing skbuff.h - mm.h patch. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- net/d80211/wep.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/d80211/wep.c b/net/d80211/wep.c index

[PATCH 3/3] d80211: fix workqueue breakage

2006-12-12 Thread Michael Wu
d80211: fix workqueue breakage This patch updates d80211 to use the new workqueue API. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- net/d80211/ieee80211.c |7 --- net/d80211/ieee80211_i.h |8 +--- net/d80211/ieee80211_iface.c |2 +- net/d80211/ieee80211_sta.c

Re: d80211-drivers pull request (week-48)

2006-12-12 Thread Michael Wu
zd1211rw. We could add a timeout value to each packet to make sure, that we don't ACK or NAK packets, which have been overdue. Some sort of watchdog to kick things when things stall could be useful, though I'm not sure how to go about it. -Michael Wu pgpHi8ZnfpgQg.pgp Description: PGP

Re: [PATCH] zd1211rw-d80211: Use LED class

2006-12-11 Thread Michael Wu
are testing your new RF code with zd1211rw-d80211 also, I can add the workqueue housekeeping code back as soon as things are sorted out in wireless-dev. I will also probably port the rts/cts code after wireless-dev deals with the workqueue changes. Sound tolerable to you? -Michael Wu

Re: d80211-drivers pull request (week-48)

2006-12-11 Thread Michael Wu
On Monday 11 December 2006 20:07, Daniel Drake wrote: Michael Wu wrote: zd1211rw-d80211: Use ieee80211_tx_status I've thought some more about this and I'm not so sure that this is the right approach. Can't devicescape be taught that the ZD1211 handles retries in hardware

Re: d80211-drivers pull request (week-48)

2006-12-11 Thread Michael Wu
gonna happen unless changes are made in the firmware, or there's some bit somewhere to flip that does exactly what we need. And surely, having some working rate control is better than requiring manual tx rate tuning, right? (which isn't an option in d80211 anyway) -Michael Wu pgpAau91AjvBt.pgp

[PATCH 3/4] d80211: merge d80211_mgmt.h into linux/ieee80211.h

2006-12-09 Thread Michael Wu
d80211: merge d80211_mgmt.h into linux/ieee80211.h This merges d80211_mgmt.h with linux/ieee80211.h, to keep all the general 802.11 definitions in one place. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- drivers/net/wireless/d80211/bcm43xx/bcm43xx.h |1 include/linux/ieee80211.h

[PATCH 1/4] d80211: move 802.11 defines to linux/ieee80211.h

2006-12-09 Thread Michael Wu
d80211: move 802.11 defines to linux/ieee80211.h This moves 802.11 defines from net/d80211.h into linux/ieee80211.h. It also renames IEEE80211_DATA_LEN to IEEE80211_MAX_DATA_LEN to better match the other definitions. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- include/linux/Kbuild

[PATCH 4/4] d80211: move d80211_common.h to net/d80211

2006-12-09 Thread Michael Wu
d80211: move d80211_common.h to net/d80211 This moves d80211_common.h to net/d80211/ieee80211_common.h since d80211 drivers should not include this file. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- drivers/net/wireless/d80211/bcm43xx/bcm43xx.h |1 include/net/d80211_common.h

[PATCH 2/4] d80211: merge d80211_shared.h into d80211.h

2006-12-09 Thread Michael Wu
merge d80211_shared.h into d80211.h This merges d80211_shared.h into d80211.h. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- include/net/d80211.h| 32 +- include/net/d80211_shared.h | 46 --- 2 files changed, 31

Re: [PATCH 04/26] rt2x00: EEPROM 93Cx6

2006-12-08 Thread Michael Wu
at drivers/scsi/aic7xxx/aic7xxx_93cx6.c I'm not sure who the maintainer for this is. Should be okay to just have adm8211 and rt2x00 using eeprom_93cx6 for now, unless you have a spare aic7xxx supported device lying around. ;) Thanks, -Michael Wu pgp1CpsZWtBaz.pgp Description: PGP signature

[PATCH] d80211: remove pkt_type/pkt_probe_resp

2006-12-08 Thread Michael Wu
d80211: remove pkt_type/pkt_probe_resp Nobody uses pkt_type, and the information can be obtained from the header. This removes it and the associated code that keeps tracks of it. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- include/net/d80211.h |1 - net/d80211/ieee80211.c

[PATCH] zd1211rw-d80211: check IEEE80211_TXCTL_USE_CTS_PROTECT

2006-12-05 Thread Michael Wu
zd1211rw-d80211: check IEEE80211_TXCTL_USE_CTS_PROTECT This makes zd1211 check for IEEE80211_TXCTL_USE_CTS_PROTECT and set things appropriately in the hardware TX header. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- drivers/net/wireless/d80211/zd1211rw/zd_mac.c | 14 +- 1

[PATCH] zd1211rw-d80211: Use ieee80211_tx_status

2006-12-05 Thread Michael Wu
to guess which ACKs match up with which frames we're trying to send. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- drivers/net/wireless/d80211/zd1211rw/zd_chip.h |3 + drivers/net/wireless/d80211/zd1211rw/zd_mac.c | 96 drivers/net/wireless/d80211/zd1211rw/zd_mac.h

Re: d80211-drivers updated (zd1211rw-d80211 synced with zd1211rw)

2006-12-04 Thread Michael Wu
On Monday 04 December 2006 07:51, John W. Linville wrote: On Mon, Dec 04, 2006 at 02:50:39AM -0500, Michael Wu wrote: Other (d80211) wireless drivers are welcome to send patches this way if they do not have their own git tree for Linville to pull. Please don't do this. It adds to my pain

Re: [PATCH 04/26] rt2x00: EEPROM 93Cx6

2006-12-03 Thread Michael Wu
too. I'll have to try it.. -Michael Wu pgpjt3tLYG0s7.pgp Description: PGP signature

d80211-drivers updated (zd1211rw-d80211 synced with zd1211rw)

2006-12-03 Thread Michael Wu
their own git tree for Linville to pull. Currently, patches are going into the week-48 branch, but I will switch to putting patches in the master branch and branching off master before every pull request for next week. -Michael Wu pgpLsagXFtkaN.pgp Description: PGP signature

zd1211 ported to Devicescape stack

2006-12-02 Thread Michael Wu
api. Not too worried about this issue though. I will push this to wireless-dev soon if there are no major problems. Thanks, -Michael Wu zd1211-kconfig.bz2 Description: BZip2 compressed data zd1211-port-to-d80211.bz2 Description: BZip2 compressed data pgpsQqp0cDSeo.pgp Description: PGP

Re: zd1211 ported to Devicescape stack

2006-12-02 Thread Michael Wu
the exactly the same features that zd1211 needs. Also, the limited support for regulatory domains that d80211 does have restricts it to channels 1-11 (FCC) regardless, so the code would not be effective. Thanks, -Michael Wu pgpMQ7cClQqGX.pgp Description: PGP signature

Re: zd1211 ported to Devicescape stack

2006-12-02 Thread Michael Wu
should not care to much for backports and backport compatibility. I avoided cleanups in the patch to make any patch porting from the mainline driver easier, but if it's okay with you, I might make a few zd1211-d80211 specific clean up patches. Thanks, -Michael Wu pgpTXgNY8kbdB.pgp Description

d80211-drivers pull request

2006-12-02 Thread Michael Wu
Hi John, Please pull git://git.kernel.org/pub/scm/linux/kernel/git/mwu/d80211-drivers.git up for these patches: Michael Wu (4): zd1211-d80211: Copy zd1211 driver to d80211 directory zd1211-d80211: Hook up Kconfig and Makefiles zd1211-d80211: Port zd1211 to Devicescape stack

Re: d80211: RFC: divide by zero when hw-maxssi not set

2006-11-17 Thread Michael Wu
mind adding a dummy maxssi just to make sure we don't divide by zero. In fact, I'm going to come up with a patch for p54 to do that soon. -Michael Wu pgp67DV8dGnpA.pgp Description: PGP signature

Re: [PATCH 0/6] rework d80211 cookie pointer

2006-11-03 Thread Michael Wu
printk messages with now that I can't access dev-name? It seems like the other d80211 drivers have a habit of prefixing their messages with the driver name (wrong thing to do, IMHO), which is different from pretty much all other network drivers. -Michael Wu pgpdUJlLkwozo.pgp Description: PGP

Re: [PATCH 3/6] d80211: add a perm_addr hardware property

2006-11-03 Thread Michael Wu
we need to update interfaces associated with the master interface when the master MAC address changes? -Michael Wu pgpGDCT9RsJnl.pgp Description: PGP signature

Re: [PATCH 0/6] rework d80211 cookie pointer

2006-11-03 Thread Michael Wu
it into sysfs. Is that good enough? I still prefer obtaining the name of the master interface because well.. all other network drivers prefix their messages with the name of their interface. The master interface name should be as good as the wiphy index to enumerate attached devices. -Michael Wu

Re: [PATCH 4/6] d80211: add a struct device* hardware property

2006-11-03 Thread Michael Wu
. + local-mdev-class_dev.dev = hw-dev; Why not use SET_NETDEV_DEV? -Michael Wu pgpED2SctxFK0.pgp Description: PGP signature

Re: [PATCH 5/6] d80211: add a ethtool_ops hardware property

2006-11-03 Thread Michael Wu
? Then we won't have to go through all the trouble of adding things to ieee80211_hw and ieee80211_register_hw to set things in net_device. This would work out pretty well for SET_NETDEV_DEV too. -Michael Wu pgpIZyGVpJaIw.pgp Description: PGP signature

Re: [PATCH 0/6] rework d80211 cookie pointer

2006-11-02 Thread Michael Wu
properly when I ported to d80211. The fix is easy - the code just needs to call the adm8211_open/stop functions directly. I'll send a patch later tonight. -Michael Wu pgpQYkVQJIbQS.pgp Description: PGP signature

[PATCH wireless-dev] adm8211: fix suspend code

2006-11-02 Thread Michael Wu
adm8211: fix suspend code Apparently, I forgot to port the suspend and resume code in the d80211 port of adm8211. Thanks to Johannes Berg for finding this. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- drivers/net/wireless/d80211/adm8211/adm8211.c | 19 --- 1 files changed

Re: [PATCH 1/6] d80211: change the cookie to be opaque

2006-11-02 Thread Michael Wu
, what's so bad about letting drivers update some statistics if it is possible? If you remove ieee80211_dev_stats, please provide some other way for drivers to access struct net_device_stats. -Michael Wu pgpSXbD257dOW.pgp Description: PGP signature

Re: [PATCH 3/4] adm8211-d80211: Add wireless statistics (compile tested only)

2006-11-02 Thread Michael Wu
On Thursday 02 November 2006 13:47, Larry Finger wrote: These patches modify adm8211-d80211 to use the wireless statics added in patch 1. Signed-Off-By: Larry [EMAIL PROTECTED] ACK. I can put better values in later. Thanks, -Michael Wu pgpduYKxxEeea.pgp Description: PGP signature

Re: New stuff in wireless-dev, wireless developers please pull...

2006-11-02 Thread Michael Wu
] Error 1 This is with cfg80211 turned off. Thanks, -Michael Wu pgpDYhLuuGOBL.pgp Description: PGP signature

Re: [RFC] [PATCH 0/3] Add Regulatory Domain support to d80211

2006-10-24 Thread Michael Wu
be dealt with later, IMHO. -Michael Wu pgpWGSngKV0AL.pgp Description: PGP signature

[PATCH wireless-dev] set freq in ieee80211_rx_status

2006-10-19 Thread Michael Wu
-off-by: Michael Wu [EMAIL PROTECTED] --- drivers/net/wireless/d80211/adm8211/adm8211.c |3 ++ drivers/net/wireless/d80211/adm8211/adm8211.h | 42 --- drivers/net/wireless/d80211/p54/prism54.h |1 + drivers/net/wireless/d80211/p54/prism54common.c |6

[PATCH wireless-dev] p54: fix stalling in TX queue

2006-10-19 Thread Michael Wu
for p54_assign_address. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- drivers/net/wireless/d80211/p54/prism54common.c | 10 +- drivers/net/wireless/d80211/p54/prism54common.h |2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/net/wireless/d80211/p54

[PATCH wireless-dev] add p54 driver

2006-10-17 Thread Michael Wu
on. Thanks, -Michael Wu p54patch.bz2 Description: BZip2 compressed data p54usb: remove struct pt_regs * This patch is necessary to compile once the changes from 2.6.19-rc2 are merged. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- drivers/net/wireless/d80211/p54/prism54usb.c |6 +++--- 1

Re: [PATCH wireless-dev] add p54 driver

2006-10-17 Thread Michael Wu
On Tuesday 17 October 2006 11:43, Dan Williams wrote: On Tue, 2006-10-17 at 11:05 -0400, Michael Wu wrote: The attached patch adds support for 3887 based prism54 usb wireless adaptors. It is partially based on the islsm driver by Jean-Baptiste Note, but most of the code is new (and uses

[PATCH wireless-dev] adm8211: small cleanups in adm8211_probe

2006-10-13 Thread Michael Wu
adm8211: small cleanups in adm8211_probe This patch adds a KERN_INFO to a printk that didn't have anything, and shortens another line. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- drivers/net/wireless/d80211/adm8211/adm8211.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

[PATCH wireless-dev] Remove struct pt_regs * from d80211 drivers

2006-10-13 Thread Michael Wu
Remove struct pt_regs * from d80211 drivers This patch will be necessary once wireless-dev pulls the 2.6.19-rc2 changes which include the removal of the struct pt_regs * argument in interrupt handler callbacks. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- drivers/net/wireless/d80211

[PATCH wireless-dev] Remove struct pt_regs * from d80211 drivers

2006-10-13 Thread Michael Wu
that called the irq handler manually. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- drivers/net/wireless/d80211/adm8211/adm8211.c |3 +-- drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c |4 ++-- drivers/net/wireless/d80211/rt2x00/rt2400pci.c |3 +-- drivers/net/wireless

Re: [patch 2/3] d80211: remove poorly documented ieee80211_hw extra_hdr_room flag

2006-10-10 Thread Michael Wu
) Thanks, -Michael Wu pgpiP72HgORhM.pgp Description: PGP signature

Re: [RFC] cfg80211 and nl80211

2006-09-29 Thread Michael Wu
that the number of people who would do that is a bit smaller than the number of people who travel between different countries frequently (and would benefit from easy/automatic regulatory domain switching). -Michael Wu pgpx43ngepnZZ.pgp Description: PGP signature

Re: [RFC] cfg80211 and nl80211

2006-09-29 Thread Michael Wu
of validation on the regulatory data the daemon gives it as well? Probably just minimal sanity checks if needed. -Michael Wu pgpu6ZAkTUdqL.pgp Description: PGP signature

Re: [PATCH] softmac: Fix WX and association related races

2006-09-28 Thread Michael Wu
when I had a v3 WRT54G. I made sure the old adm8211 softmac stack had a very good set of printks to report these sort of things. :) Many APs do funny things.. -Michael Wu pgpar98uW1wrk.pgp Description: PGP signature

Re: [d80211] connecting to B-mode AP

2006-09-15 Thread Michael Wu
rate information element, though I don't know if forcing 802.11b on the AP will cause it to stop sending that. (but it might still be okay if it doesn't - it's still a 802.11g AP, with the faster speeds turned off..) -Michael Wu pgpcbfmVQ6iNo.pgp Description: PGP signature

Re: [patch] d80211: fix WEP on big endian cpus

2006-09-10 Thread Michael Wu
This patch fixes the endian issues with the ICV in WEP, as pointed out by David Kimdon [EMAIL PROTECTED], and uses __le32 where appropriate to make things clear. Signed-off-by: Michael Wu [EMAIL PROTECTED] --- net/d80211/wep.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions

  1   2   >