Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2002 12:13:56 +1000
From:      Gavin Cameron <gavin@itworks.com.au>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        mobile@FreeBSD.ORG
Subject:   Re: Netgear MA401 wireless cards
Message-ID:  <20020711021356.GB45840@mercury.itworks.com.au>
In-Reply-To: <20020711010541.GA45840@mercury.itworks.com.au>
References:  <007101c227f9$c202f970$6401a8c0@bugs> <20020710.101652.113805134.imp@bsdimp.com> <20020711010541.GA45840@mercury.itworks.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Warner,

There is some strange type of interaction between debug mode in the wi0
driver and changing channels.

It seems that if I have debug turned on the driver won't pick up data
on the new channel. The second I turn debug off the data starts flowing
again.

If debug is off the channel change works immediately.

chip# ifconfig wi0 -debug
	*** data flows
chip# ifconfig wi0 channel 8
	*** data flows
chip# ifconfig wi0 debug
	*** data flows if you are lucky
chip# ifconfig wi0 channel 9
	*** data stops until the -debug command
chip# ifconfig wi0 -debug
	*** data flows again after slight pause

Hhmm...

Gavin
On Thu, Jul 11, 2002 at 11:05:42AM +1000, Gavin Cameron wrote:
> Warner,
> 
> I'll do as you suggested bit by bit.
> 
> > 
> > Turn on wi0 debug (ifconfig wi0 debug) and let me know what you see.
> > You should see some initial traffic while it associates, then you
> > shouldn't see any additional output at all, except maybe the odd
> > message about discarding traffic for some MAC addresses.
> > 
> 
> I turned on debug and here's what I get.
> 
> Jul 11 11:01:24 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth:
> Jul 11 11:01:24 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s
> eq=0x1
> Jul 11 11:01:24 chip /kernel: wihap_auth_req: returns status=0x0
> Jul 11 11:01:25 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth:
> Jul 11 11:01:25 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s
> eq=0x1
> Jul 11 11:01:25 chip /kernel: wihap_auth_req: returns status=0x0
> Jul 11 11:01:27 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth:
> Jul 11 11:01:27 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s
> eq=0x1
> Jul 11 11:01:27 chip /kernel: wihap_auth_req: returns status=0x0
> Jul 11 11:01:32 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth:
> Jul 11 11:01:32 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s
> eq=0x1
> Jul 11 11:01:32 chip /kernel: wihap_auth_req: returns status=0x0
> Jul 11 11:01:33 chip /kernel: wihap_mgmt_input: len=6 MGMT: auth:
> Jul 11 11:01:33 chip /kernel: wihap_auth_req: station 00:30:ab:1a:06:d1 algo=0x0 s
> eq=0x1
> Jul 11 11:01:33 chip /kernel: wihap_auth_req: returns status=0x0
> 
> 
> It's been doing that since I turned on debug. Do these messages show something
> that needs changing/tweaking?
> 
> I'll play around with the channels when I get home.
> 
> Thanks
> Gavin
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-mobile" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020711021356.GB45840>