Re: Netgear MA401 wireless cards
Gavin Cameron <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected] > with "unsubscribe freebsd-mobile" in the body of the message To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-mobile" in the body of the message