linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Chua <jeff.chua.linux@gmail.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: Ingo Molnar <mingo@elte.hu>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Adrian Bunk <bunk@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Kernel Testers List <kernel-testers@vger.kernel.org>,
	Network Development <netdev@vger.kernel.org>,
	"John W. Linville" <linville@tuxdriver.com>
Subject: Re: 2.6.29-rc8: Reported regressions from 2.6.28
Date: Thu, 19 Mar 2009 10:58:29 +0800	[thread overview]
Message-ID: <b6a2187b0903181958ke11abe7tdcbc4efeb950954d@mail.gmail.com> (raw)
In-Reply-To: <1237317742.31814.28.camel@johannes.local>

[-- Attachment #1: Type: text/plain, Size: 2238 bytes --]

On Wed, Mar 18, 2009 at 3:22 AM, Johannes Berg
<johannes@sipsolutions.net> wrote:

> I'm on 0191b62 now and cannot reproduce the problem with
> iwlwifi hardware and a linksys (broadcom-based) AP wit
> hidden SSID.

I think I know why it works on your but not mind.

I've tracked down to the sequence of iwconfig that causes it to fail.

I can now get vanilla 2.6.28-rc8 to work (7/10 times) by changing the
sequence of iwconfig.


This loop does not work at all without John's patch , but will work
100% when patched.
        iwconfig wlan0 mode Managed essid xxx key restricted xxx
        for((i = 0; i < 5; i++))
        do
                iwconfig wlan0 ap auto channel auto  # auto inside loop
                iwconfig wlan0 | grep -q "Access Point: Not-Associated"
                [ $? -ne 0 ] && break
                echo ".\c"
                sleep 1
        done


This loop only works 8 of 10 times with/without the patch.
        iwconfig wlan0 mode Managed essid xxx key restricted xxx
        iwconfig wlan0 ap auto channel auto  # auto outside loop
        for((i = 0; i < 5; i++))
        do
                iwconfig wlan0 | grep -q "Access Point: Not-Associated"
                [ $? -ne 0 ] && break
                echo ".\c"
                sleep 1
        done


The only difference is having "iwconfig wlan0 ap auto channel auto"
inside the loop.


> Then send me the relevant dmesg output from a working and a
> failed attempt. You should see something like this
> [  318.420537] ieee80211 phy4: U iwl_bg_request_scan Start
> direct scan for 'myssid'

Yes, I see it.


> 2) You do see the line with the SSID, but you don't get any reply. In
> this case, please try doing it manually:
>        iwlist wlan0 scan essid 'myssid'
> Wait about 15 seconds between each attempt of doing so, and
> report whether your AP is listed in the results or not. If it isn't
> most of the time, then your AP is broken.

Can be broken if it works with the patch? Also, it works with WinXP,
Nokia phone, and everything else.

Attached are 4 logs (all runs with the "auto" outside loop).
  nopatch.fail
  nopatch.pass
  patched.fail
  patched.pass


Thanks,
Jeff.

[-- Attachment #2: nopatch.pass --]
[-- Type: application/octet-stream, Size: 12687 bytes --]

2009-03-19T10:20:02.572499+08:00 boston kernel: iwlagn: index 0 not used in uCode key table.
2009-03-19T10:20:02.572535+08:00 boston kernel: mac80211-phy0: failed to remove key (0, ff:ff:ff:ff:ff:ff) from hardware (-16)
2009-03-19T10:20:03.147536+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:20:03.147553+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=1 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147561+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=2 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147567+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=3 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147572+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=4 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147578+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=5 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147584+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=6 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147589+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=7 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147597+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=8 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147605+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=9 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147612+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=10 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147619+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=11 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147627+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 11 
2009-03-19T10:20:03.148489+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 1 [802.11bg] (TSF: 0x00000000:00001B47) - 1 (beacon timer 95417)
2009-03-19T10:20:03.148503+08:00 boston kernel: ieee80211 phy0: U iwl_scan_cancel Queuing scan abort.
2009-03-19T10:20:03.152533+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 0 channels (TSF 0x000026F8:00000000) - 2
2009-03-19T10:20:03.152547+08:00 boston kernel: ieee80211 phy0: U iwl_bg_scan_completed SCAN complete scan
2009-03-19T10:20:03.152555+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:20:03.152563+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=1 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152571+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=2 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152578+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=3 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152585+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=4 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152593+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=5 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152600+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=6 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152608+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=7 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152615+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=8 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152622+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=9 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152629+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=10 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152637+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=11 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152644+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 11 
2009-03-19T10:20:03.156497+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 1 [802.11bg] (TSF: 0x00000000:0000365B) - 1 (beacon timer 88484)
2009-03-19T10:20:03.172496+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 1 [802.11bg] (TSF: 0x00000000:00006D96) - 0 elapsed=14139 usec (20ms since last)
2009-03-19T10:20:03.172511+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 2 [802.11bg] (TSF: 0x00000000:00006F21) - 1 (beacon timer 73951)
2009-03-19T10:20:03.183500+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 2 [802.11bg] (TSF: 0x00000000:0000A568) - 0 elapsed=13895 usec (12ms since last)
2009-03-19T10:20:03.183514+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 3 [802.11bg] (TSF: 0x00000000:0000A6F2) - 1 (beacon timer 59661)
2009-03-19T10:20:03.199514+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 3 [802.11bg] (TSF: 0x00000000:0000DF15) - 1 elapsed=14371 usec (16ms since last)
2009-03-19T10:20:03.199527+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 4 [802.11bg] (TSF: 0x00000000:0000E0A0) - 1 (beacon timer 44896)
2009-03-19T10:20:03.215498+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 4 [802.11bg] (TSF: 0x00000000:0001188C) - 0 elapsed=14316 usec (16ms since last)
2009-03-19T10:20:03.215511+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 5 [802.11bg] (TSF: 0x00000000:00011A17) - 1 (beacon timer 30185)
2009-03-19T10:20:03.252490+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 4 channels (TSF 0x000001EE:00000000) - 2
2009-03-19T10:20:03.252512+08:00 boston kernel: iwlagn: Error sending TX power (-11)
2009-03-19T10:20:03.256580+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:20:03.256594+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=36 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256603+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=40 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256610+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=44 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256618+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=48 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256625+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=52 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256632+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=56 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256639+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=60 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256646+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=64 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256653+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=149 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256666+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=153 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256673+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=157 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256680+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=161 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256686+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=165 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256693+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 13 
2009-03-19T10:20:03.256700+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 36 [802.11a] (TSF: 0x00000000:000015E5) - 1 (beacon timer 96795)
2009-03-19T10:20:03.371535+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 36 [802.11a] (TSF: 0x00000000:0001CE12) - 0 elapsed=112685 usec (156ms since last)
2009-03-19T10:20:03.371582+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 40 [802.11a] (TSF: 0x00000000:0001CF9D) - 1 (beacon timer 4280419)
2009-03-19T10:20:03.483530+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 40 [802.11a] (TSF: 0x00000000:000387CD) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:20:03.483565+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 44 [802.11a] (TSF: 0x00000000:00038957) - 1 (beacon timer 8464041)
2009-03-19T10:20:03.595508+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 44 [802.11a] (TSF: 0x00000000:00054188) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:20:03.595522+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 48 [802.11a] (TSF: 0x00000000:00054312) - 1 (beacon timer 12647662)
2009-03-19T10:20:03.707522+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 48 [802.11a] (TSF: 0x00000000:0006FB43) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:20:03.707536+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 52 [802.11a] (TSF: 0x00000000:0006FCCE) - 1 (beacon timer 16831282)
2009-03-19T10:20:03.823503+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 52 [802.11a] (TSF: 0x00000000:0008B4FE) - 0 elapsed=112688 usec (116ms since last)
2009-03-19T10:20:03.823523+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 56 [802.11a] (TSF: 0x00000000:0008B689) - 1 (beacon timer 21014903)
2009-03-19T10:20:03.935504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 56 [802.11a] (TSF: 0x00000000:000A6EB9) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:20:03.935518+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 60 [802.11a] (TSF: 0x00000000:000A7044) - 1 (beacon timer 25198524)
2009-03-19T10:20:04.047526+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 60 [802.11a] (TSF: 0x00000000:000C2874) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:20:04.047540+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 64 [802.11a] (TSF: 0x00000000:000C29FF) - 1 (beacon timer 29382145)
2009-03-19T10:20:04.163504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 64 [802.11a] (TSF: 0x00000000:000DE230) - 0 elapsed=112689 usec (116ms since last)
2009-03-19T10:20:04.163518+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 149 [802.11a] (TSF: 0x00000000:000DE3BD) - 1 (beacon timer 33565763)
2009-03-19T10:20:04.276496+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 149 [802.11a] (TSF: 0x00000000:000F9BED) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:20:04.276510+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 153 [802.11a] (TSF: 0x00000000:000F9D7A) - 1 (beacon timer 37749382)
2009-03-19T10:20:04.387504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 153 [802.11a] (TSF: 0x00000000:001155AB) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:20:04.387519+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 157 [802.11a] (TSF: 0x00000000:00115738) - 1 (beacon timer 46229704)
2009-03-19T10:20:04.499503+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 157 [802.11a] (TSF: 0x00000000:00130F69) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:20:04.499518+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 161 [802.11a] (TSF: 0x00000000:001310F6) - 1 (beacon timer 50413322)
2009-03-19T10:20:04.615504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 161 [802.11a] (TSF: 0x00000000:0014C927) - 0 elapsed=112689 usec (116ms since last)
2009-03-19T10:20:04.615524+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 165 [802.11a] (TSF: 0x00000000:0014CAB4) - 1 (beacon timer 54596940)
2009-03-19T10:20:04.728542+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 165 [802.11a] (TSF: 0x00000000:001682E5) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:20:04.728556+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 13 channels (TSF 0x00168497:00000000) - 1
2009-03-19T10:20:04.728565+08:00 boston kernel: ieee80211 phy0: U iwl_bg_scan_completed SCAN complete scan

[-- Attachment #3: nopatch.fail --]
[-- Type: application/octet-stream, Size: 11275 bytes --]

2009-03-19T10:18:23.588517+08:00 boston kernel: iwlagn: index 0 not used in uCode key table.
2009-03-19T10:18:23.588532+08:00 boston kernel: mac80211-phy0: failed to remove key (0, ff:ff:ff:ff:ff:ff) from hardware (-16)
2009-03-19T10:18:24.188573+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:18:24.188667+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=1 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.188706+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=2 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.188736+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=3 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.188745+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=4 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.188770+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=5 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.188778+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=6 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.188802+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=7 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.188811+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=8 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.188835+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=9 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.188860+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=10 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.188869+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=11 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.188892+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 11 
2009-03-19T10:18:24.188901+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 1 [802.11bg] (TSF: 0x00000000:00001C9B) - 1 (beacon timer 95077)
2009-03-19T10:18:24.188925+08:00 boston kernel: ieee80211 phy0: U iwl_scan_cancel Queuing scan abort.
2009-03-19T10:18:24.192526+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 0 channels (TSF 0x0000255A:00000000) - 2
2009-03-19T10:18:24.192541+08:00 boston kernel: ieee80211 phy0: U iwl_bg_scan_completed SCAN complete scan
2009-03-19T10:18:24.195528+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:18:24.195540+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=1 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.195547+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=2 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.195553+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=3 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.195559+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=4 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.195564+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=5 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.195571+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=6 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.195577+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=7 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.195582+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=8 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.195588+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=9 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.195593+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=10 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.195604+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=11 prob=0xF [ACTIVE 42]
2009-03-19T10:18:24.195615+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 11 
2009-03-19T10:18:24.195621+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 1 [802.11bg] (TSF: 0x00000000:000037B5) - 1 (beacon timer 88139)
2009-03-19T10:18:24.200574+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 0 channels (TSF 0x00000094:00000000) - 2
2009-03-19T10:18:24.200596+08:00 boston kernel: iwlagn: Error sending TX power (-11)
2009-03-19T10:18:24.200603+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:18:24.200611+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=36 prob=0xE [PASSIVE 110]
2009-03-19T10:18:24.200619+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=40 prob=0xE [PASSIVE 110]
2009-03-19T10:18:24.200626+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=44 prob=0xE [PASSIVE 110]
2009-03-19T10:18:24.200633+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=48 prob=0xE [PASSIVE 110]
2009-03-19T10:18:24.200646+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=52 prob=0xE [PASSIVE 110]
2009-03-19T10:18:24.200653+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=56 prob=0xE [PASSIVE 110]
2009-03-19T10:18:24.200660+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=60 prob=0xE [PASSIVE 110]
2009-03-19T10:18:24.200667+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=64 prob=0xE [PASSIVE 110]
2009-03-19T10:18:24.200675+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=149 prob=0xE [PASSIVE 110]
2009-03-19T10:18:24.200682+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=153 prob=0xE [PASSIVE 110]
2009-03-19T10:18:24.200690+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=157 prob=0xE [PASSIVE 110]
2009-03-19T10:18:24.200697+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=161 prob=0xE [PASSIVE 110]
2009-03-19T10:18:24.200705+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=165 prob=0xE [PASSIVE 110]
2009-03-19T10:18:24.200712+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 13 
2009-03-19T10:18:24.204518+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 36 [802.11a] (TSF: 0x00000000:000013EA) - 1 (beacon timer 97302)
2009-03-19T10:18:24.319505+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 36 [802.11a] (TSF: 0x00000000:0001CC17) - 0 elapsed=112685 usec (128ms since last)
2009-03-19T10:18:24.319563+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 40 [802.11a] (TSF: 0x00000000:0001CDA2) - 1 (beacon timer 4280926)
2009-03-19T10:18:24.432505+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 40 [802.11a] (TSF: 0x00000000:000385D2) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:18:24.432521+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 44 [802.11a] (TSF: 0x00000000:0003875C) - 1 (beacon timer 8464548)
2009-03-19T10:18:24.543862+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 44 [802.11a] (TSF: 0x00000000:00053F8D) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:18:24.543876+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 48 [802.11a] (TSF: 0x00000000:00054118) - 1 (beacon timer 12648168)
2009-03-19T10:18:24.655504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 48 [802.11a] (TSF: 0x00000000:0006F948) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:18:24.655518+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 52 [802.11a] (TSF: 0x00000000:0006FAD3) - 1 (beacon timer 16831789)
2009-03-19T10:18:24.771529+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 52 [802.11a] (TSF: 0x00000000:0008B303) - 0 elapsed=112688 usec (116ms since last)
2009-03-19T10:18:24.771543+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 56 [802.11a] (TSF: 0x00000000:0008B48E) - 1 (beacon timer 21015410)
2009-03-19T10:18:24.883504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 56 [802.11a] (TSF: 0x00000000:000A6CBE) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:18:24.883518+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 60 [802.11a] (TSF: 0x00000000:000A6E49) - 1 (beacon timer 25199031)
2009-03-19T10:18:24.995505+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 60 [802.11a] (TSF: 0x00000000:000C2679) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:18:24.995519+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 64 [802.11a] (TSF: 0x00000000:000C2804) - 1 (beacon timer 29382652)
2009-03-19T10:18:25.107490+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 64 [802.11a] (TSF: 0x00000000:000DE035) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:18:25.107504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 149 [802.11a] (TSF: 0x00000000:000DE1C2) - 1 (beacon timer 33566270)
2009-03-19T10:18:25.224535+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 149 [802.11a] (TSF: 0x00000000:000F99F2) - 0 elapsed=112688 usec (116ms since last)
2009-03-19T10:18:25.224551+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 153 [802.11a] (TSF: 0x00000000:000F9B7F) - 1 (beacon timer 37749889)
2009-03-19T10:18:25.335504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 153 [802.11a] (TSF: 0x00000000:001153B0) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:18:25.335519+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 157 [802.11a] (TSF: 0x00000000:0011553D) - 1 (beacon timer 46230211)
2009-03-19T10:18:25.447504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 157 [802.11a] (TSF: 0x00000000:00130D6E) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:18:25.447519+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 161 [802.11a] (TSF: 0x00000000:00130EFB) - 1 (beacon timer 50413829)
2009-03-19T10:18:25.563849+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 161 [802.11a] (TSF: 0x00000000:0014C72C) - 0 elapsed=112689 usec (116ms since last)
2009-03-19T10:18:25.563863+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 165 [802.11a] (TSF: 0x00000000:0014C8BA) - 1 (beacon timer 54597446)
2009-03-19T10:18:25.676504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 165 [802.11a] (TSF: 0x00000000:001680EA) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:18:25.676519+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 13 channels (TSF 0x00168289:00000000) - 1
2009-03-19T10:18:25.676527+08:00 boston kernel: ieee80211 phy0: U iwl_bg_scan_completed SCAN complete scan

[-- Attachment #4: nopatch.pass --]
[-- Type: application/octet-stream, Size: 12687 bytes --]

2009-03-19T10:20:02.572499+08:00 boston kernel: iwlagn: index 0 not used in uCode key table.
2009-03-19T10:20:02.572535+08:00 boston kernel: mac80211-phy0: failed to remove key (0, ff:ff:ff:ff:ff:ff) from hardware (-16)
2009-03-19T10:20:03.147536+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:20:03.147553+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=1 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147561+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=2 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147567+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=3 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147572+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=4 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147578+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=5 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147584+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=6 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147589+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=7 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147597+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=8 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147605+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=9 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147612+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=10 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147619+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=11 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.147627+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 11 
2009-03-19T10:20:03.148489+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 1 [802.11bg] (TSF: 0x00000000:00001B47) - 1 (beacon timer 95417)
2009-03-19T10:20:03.148503+08:00 boston kernel: ieee80211 phy0: U iwl_scan_cancel Queuing scan abort.
2009-03-19T10:20:03.152533+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 0 channels (TSF 0x000026F8:00000000) - 2
2009-03-19T10:20:03.152547+08:00 boston kernel: ieee80211 phy0: U iwl_bg_scan_completed SCAN complete scan
2009-03-19T10:20:03.152555+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:20:03.152563+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=1 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152571+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=2 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152578+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=3 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152585+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=4 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152593+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=5 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152600+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=6 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152608+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=7 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152615+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=8 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152622+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=9 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152629+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=10 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152637+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=11 prob=0xF [ACTIVE 42]
2009-03-19T10:20:03.152644+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 11 
2009-03-19T10:20:03.156497+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 1 [802.11bg] (TSF: 0x00000000:0000365B) - 1 (beacon timer 88484)
2009-03-19T10:20:03.172496+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 1 [802.11bg] (TSF: 0x00000000:00006D96) - 0 elapsed=14139 usec (20ms since last)
2009-03-19T10:20:03.172511+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 2 [802.11bg] (TSF: 0x00000000:00006F21) - 1 (beacon timer 73951)
2009-03-19T10:20:03.183500+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 2 [802.11bg] (TSF: 0x00000000:0000A568) - 0 elapsed=13895 usec (12ms since last)
2009-03-19T10:20:03.183514+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 3 [802.11bg] (TSF: 0x00000000:0000A6F2) - 1 (beacon timer 59661)
2009-03-19T10:20:03.199514+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 3 [802.11bg] (TSF: 0x00000000:0000DF15) - 1 elapsed=14371 usec (16ms since last)
2009-03-19T10:20:03.199527+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 4 [802.11bg] (TSF: 0x00000000:0000E0A0) - 1 (beacon timer 44896)
2009-03-19T10:20:03.215498+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 4 [802.11bg] (TSF: 0x00000000:0001188C) - 0 elapsed=14316 usec (16ms since last)
2009-03-19T10:20:03.215511+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 5 [802.11bg] (TSF: 0x00000000:00011A17) - 1 (beacon timer 30185)
2009-03-19T10:20:03.252490+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 4 channels (TSF 0x000001EE:00000000) - 2
2009-03-19T10:20:03.252512+08:00 boston kernel: iwlagn: Error sending TX power (-11)
2009-03-19T10:20:03.256580+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:20:03.256594+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=36 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256603+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=40 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256610+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=44 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256618+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=48 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256625+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=52 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256632+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=56 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256639+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=60 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256646+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=64 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256653+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=149 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256666+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=153 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256673+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=157 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256680+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=161 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256686+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=165 prob=0xE [PASSIVE 110]
2009-03-19T10:20:03.256693+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 13 
2009-03-19T10:20:03.256700+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 36 [802.11a] (TSF: 0x00000000:000015E5) - 1 (beacon timer 96795)
2009-03-19T10:20:03.371535+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 36 [802.11a] (TSF: 0x00000000:0001CE12) - 0 elapsed=112685 usec (156ms since last)
2009-03-19T10:20:03.371582+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 40 [802.11a] (TSF: 0x00000000:0001CF9D) - 1 (beacon timer 4280419)
2009-03-19T10:20:03.483530+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 40 [802.11a] (TSF: 0x00000000:000387CD) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:20:03.483565+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 44 [802.11a] (TSF: 0x00000000:00038957) - 1 (beacon timer 8464041)
2009-03-19T10:20:03.595508+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 44 [802.11a] (TSF: 0x00000000:00054188) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:20:03.595522+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 48 [802.11a] (TSF: 0x00000000:00054312) - 1 (beacon timer 12647662)
2009-03-19T10:20:03.707522+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 48 [802.11a] (TSF: 0x00000000:0006FB43) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:20:03.707536+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 52 [802.11a] (TSF: 0x00000000:0006FCCE) - 1 (beacon timer 16831282)
2009-03-19T10:20:03.823503+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 52 [802.11a] (TSF: 0x00000000:0008B4FE) - 0 elapsed=112688 usec (116ms since last)
2009-03-19T10:20:03.823523+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 56 [802.11a] (TSF: 0x00000000:0008B689) - 1 (beacon timer 21014903)
2009-03-19T10:20:03.935504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 56 [802.11a] (TSF: 0x00000000:000A6EB9) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:20:03.935518+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 60 [802.11a] (TSF: 0x00000000:000A7044) - 1 (beacon timer 25198524)
2009-03-19T10:20:04.047526+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 60 [802.11a] (TSF: 0x00000000:000C2874) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:20:04.047540+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 64 [802.11a] (TSF: 0x00000000:000C29FF) - 1 (beacon timer 29382145)
2009-03-19T10:20:04.163504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 64 [802.11a] (TSF: 0x00000000:000DE230) - 0 elapsed=112689 usec (116ms since last)
2009-03-19T10:20:04.163518+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 149 [802.11a] (TSF: 0x00000000:000DE3BD) - 1 (beacon timer 33565763)
2009-03-19T10:20:04.276496+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 149 [802.11a] (TSF: 0x00000000:000F9BED) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:20:04.276510+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 153 [802.11a] (TSF: 0x00000000:000F9D7A) - 1 (beacon timer 37749382)
2009-03-19T10:20:04.387504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 153 [802.11a] (TSF: 0x00000000:001155AB) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:20:04.387519+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 157 [802.11a] (TSF: 0x00000000:00115738) - 1 (beacon timer 46229704)
2009-03-19T10:20:04.499503+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 157 [802.11a] (TSF: 0x00000000:00130F69) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:20:04.499518+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 161 [802.11a] (TSF: 0x00000000:001310F6) - 1 (beacon timer 50413322)
2009-03-19T10:20:04.615504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 161 [802.11a] (TSF: 0x00000000:0014C927) - 0 elapsed=112689 usec (116ms since last)
2009-03-19T10:20:04.615524+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 165 [802.11a] (TSF: 0x00000000:0014CAB4) - 1 (beacon timer 54596940)
2009-03-19T10:20:04.728542+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 165 [802.11a] (TSF: 0x00000000:001682E5) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:20:04.728556+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 13 channels (TSF 0x00168497:00000000) - 1
2009-03-19T10:20:04.728565+08:00 boston kernel: ieee80211 phy0: U iwl_bg_scan_completed SCAN complete scan

[-- Attachment #5: patched.fail --]
[-- Type: application/octet-stream, Size: 11275 bytes --]

2009-03-19T10:23:02.031482+08:00 boston kernel: iwlagn: index 0 not used in uCode key table.
2009-03-19T10:23:02.031496+08:00 boston kernel: mac80211-phy0: failed to remove key (0, ff:ff:ff:ff:ff:ff) from hardware (-16)
2009-03-19T10:23:02.603534+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:23:02.603592+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=1 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.603626+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=2 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.603653+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=3 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.603676+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=4 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.603683+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=5 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.603705+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=6 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.603712+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=7 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.603717+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=8 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.603739+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=9 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.603746+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=10 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.603768+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=11 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.603775+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 11 
2009-03-19T10:23:02.603780+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 1 [802.11bg] (TSF: 0x00000000:00001BD3) - 1 (beacon timer 95277)
2009-03-19T10:23:02.603802+08:00 boston kernel: ieee80211 phy0: U iwl_scan_cancel Queuing scan abort.
2009-03-19T10:23:02.608536+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 0 channels (TSF 0x000027C0:00000000) - 2
2009-03-19T10:23:02.608551+08:00 boston kernel: ieee80211 phy0: U iwl_bg_scan_completed SCAN complete scan
2009-03-19T10:23:02.612565+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:23:02.612577+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=1 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.612584+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=2 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.612590+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=3 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.612597+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=4 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.612604+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=5 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.612611+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=6 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.612619+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=7 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.612627+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=8 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.612634+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=9 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.612643+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=10 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.612656+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=11 prob=0xF [ACTIVE 42]
2009-03-19T10:23:02.612670+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 11 
2009-03-19T10:23:02.612678+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 1 [802.11bg] (TSF: 0x00000000:00003A93) - 1 (beacon timer 87405)
2009-03-19T10:23:02.616483+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 0 channels (TSF 0x00000094:00000000) - 2
2009-03-19T10:23:02.616500+08:00 boston kernel: iwlagn: Error sending TX power (-11)
2009-03-19T10:23:02.619560+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:23:02.619574+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=36 prob=0xE [PASSIVE 110]
2009-03-19T10:23:02.619583+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=40 prob=0xE [PASSIVE 110]
2009-03-19T10:23:02.619591+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=44 prob=0xE [PASSIVE 110]
2009-03-19T10:23:02.619599+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=48 prob=0xE [PASSIVE 110]
2009-03-19T10:23:02.619606+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=52 prob=0xE [PASSIVE 110]
2009-03-19T10:23:02.619631+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=56 prob=0xE [PASSIVE 110]
2009-03-19T10:23:02.619638+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=60 prob=0xE [PASSIVE 110]
2009-03-19T10:23:02.619646+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=64 prob=0xE [PASSIVE 110]
2009-03-19T10:23:02.619654+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=149 prob=0xE [PASSIVE 110]
2009-03-19T10:23:02.619662+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=153 prob=0xE [PASSIVE 110]
2009-03-19T10:23:02.619669+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=157 prob=0xE [PASSIVE 110]
2009-03-19T10:23:02.619682+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=161 prob=0xE [PASSIVE 110]
2009-03-19T10:23:02.619689+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=165 prob=0xE [PASSIVE 110]
2009-03-19T10:23:02.619696+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 13 
2009-03-19T10:23:02.619703+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 36 [802.11a] (TSF: 0x00000000:0000148B) - 1 (beacon timer 97141)
2009-03-19T10:23:02.735529+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 36 [802.11a] (TSF: 0x00000000:0001CCB8) - 0 elapsed=112685 usec (128ms since last)
2009-03-19T10:23:02.735552+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 40 [802.11a] (TSF: 0x00000000:0001CE43) - 1 (beacon timer 4280765)
2009-03-19T10:23:02.847520+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 40 [802.11a] (TSF: 0x00000000:00038673) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:23:02.847558+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 44 [802.11a] (TSF: 0x00000000:000387FD) - 1 (beacon timer 8464387)
2009-03-19T10:23:02.959508+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 44 [802.11a] (TSF: 0x00000000:0005402E) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:23:02.959527+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 48 [802.11a] (TSF: 0x00000000:000541B9) - 1 (beacon timer 12648007)
2009-03-19T10:23:03.071504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 48 [802.11a] (TSF: 0x00000000:0006F9E9) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:23:03.071519+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 52 [802.11a] (TSF: 0x00000000:0006FB74) - 1 (beacon timer 16831628)
2009-03-19T10:23:03.187504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 52 [802.11a] (TSF: 0x00000000:0008B3A4) - 0 elapsed=112688 usec (116ms since last)
2009-03-19T10:23:03.187516+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 56 [802.11a] (TSF: 0x00000000:0008B52F) - 1 (beacon timer 21015249)
2009-03-19T10:23:03.299503+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 56 [802.11a] (TSF: 0x00000000:000A6D5F) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:23:03.299515+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 60 [802.11a] (TSF: 0x00000000:000A6EEA) - 1 (beacon timer 25198870)
2009-03-19T10:23:03.411529+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 60 [802.11a] (TSF: 0x00000000:000C271A) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:23:03.411543+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 64 [802.11a] (TSF: 0x00000000:000C28A5) - 1 (beacon timer 29382491)
2009-03-19T10:23:03.527504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 64 [802.11a] (TSF: 0x00000000:000DE0D6) - 0 elapsed=112689 usec (116ms since last)
2009-03-19T10:23:03.527518+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 149 [802.11a] (TSF: 0x00000000:000DE263) - 1 (beacon timer 33566109)
2009-03-19T10:23:03.640494+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 149 [802.11a] (TSF: 0x00000000:000F9A93) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:23:03.640508+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 153 [802.11a] (TSF: 0x00000000:000F9C20) - 1 (beacon timer 37749728)
2009-03-19T10:23:03.751521+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 153 [802.11a] (TSF: 0x00000000:00115451) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:23:03.751535+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 157 [802.11a] (TSF: 0x00000000:001155DE) - 1 (beacon timer 46230050)
2009-03-19T10:23:03.863504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 157 [802.11a] (TSF: 0x00000000:00130E0F) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:23:03.863517+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 161 [802.11a] (TSF: 0x00000000:00130F9C) - 1 (beacon timer 50413668)
2009-03-19T10:23:03.979528+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 161 [802.11a] (TSF: 0x00000000:0014C7CD) - 0 elapsed=112689 usec (116ms since last)
2009-03-19T10:23:03.979540+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 165 [802.11a] (TSF: 0x00000000:0014C95B) - 1 (beacon timer 54597285)
2009-03-19T10:23:04.092503+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 165 [802.11a] (TSF: 0x00000000:0016818B) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:23:04.092520+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 13 channels (TSF 0x0016832A:00000000) - 1
2009-03-19T10:23:04.092527+08:00 boston kernel: ieee80211 phy0: U iwl_bg_scan_completed SCAN complete scan

[-- Attachment #6: patched.pass --]
[-- Type: application/octet-stream, Size: 12686 bytes --]

2009-03-19T10:23:45.844526+08:00 boston kernel: iwlagn: index 0 not used in uCode key table.
2009-03-19T10:23:45.844555+08:00 boston kernel: mac80211-phy0: failed to remove key (0, ff:ff:ff:ff:ff:ff) from hardware (-16)
2009-03-19T10:23:46.456557+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:23:46.456620+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=1 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.456661+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=2 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.456689+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=3 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.456713+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=4 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.456720+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=5 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.456726+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=6 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.456748+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=7 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.456755+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=8 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.456777+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=9 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.456783+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=10 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.456789+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=11 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.456812+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 11 
2009-03-19T10:23:46.456822+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 1 [802.11bg] (TSF: 0x00000000:00001BE7) - 1 (beacon timer 95257)
2009-03-19T10:23:46.456844+08:00 boston kernel: ieee80211 phy0: U iwl_scan_cancel Queuing scan abort.
2009-03-19T10:23:46.459540+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 0 channels (TSF 0x00002770:00000000) - 2
2009-03-19T10:23:46.459553+08:00 boston kernel: ieee80211 phy0: U iwl_bg_scan_completed SCAN complete scan
2009-03-19T10:23:46.459563+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:23:46.459569+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=1 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.459574+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=2 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.459581+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=3 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.459586+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=4 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.459592+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=5 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.459597+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=6 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.459604+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=7 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.459610+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=8 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.459615+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=9 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.459622+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=10 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.459628+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=11 prob=0xF [ACTIVE 42]
2009-03-19T10:23:46.459633+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 11 
2009-03-19T10:23:46.464489+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 1 [802.11bg] (TSF: 0x00000000:000030CF) - 1 (beacon timer 89905)
2009-03-19T10:23:46.476520+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 1 [802.11bg] (TSF: 0x00000000:00006768) - 0 elapsed=13977 usec (16ms since last)
2009-03-19T10:23:46.476535+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 2 [802.11bg] (TSF: 0x00000000:000068F3) - 1 (beacon timer 75533)
2009-03-19T10:23:46.491512+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 2 [802.11bg] (TSF: 0x00000000:0000A013) - 0 elapsed=14112 usec (16ms since last)
2009-03-19T10:23:46.491525+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 3 [802.11bg] (TSF: 0x00000000:0000A19E) - 1 (beacon timer 61026)
2009-03-19T10:23:46.535527+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 3 [802.11bg] (TSF: 0x00000000:000149AD) - 1 elapsed=43023 usec (44ms since last)
2009-03-19T10:23:46.535540+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 4 [802.11bg] (TSF: 0x00000000:00014B39) - 1 (beacon timer 17607)
2009-03-19T10:23:46.551529+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 4 [802.11bg] (TSF: 0x00000000:000183DE) - 0 elapsed=14501 usec (16ms since last)
2009-03-19T10:23:46.551543+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 5 [802.11bg] (TSF: 0x00000000:00018569) - 1 (beacon timer 2711)
2009-03-19T10:23:46.564484+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 4 channels (TSF 0x000001EE:00000000) - 2
2009-03-19T10:23:46.564507+08:00 boston kernel: iwlagn: Error sending TX power (-11)
2009-03-19T10:23:46.568554+08:00 boston kernel: ieee80211 phy0: U iwl_bg_request_scan Start direct scan for 'sdg2088a88'
2009-03-19T10:23:46.568568+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=36 prob=0xE [PASSIVE 110]
2009-03-19T10:23:46.568576+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=40 prob=0xE [PASSIVE 110]
2009-03-19T10:23:46.568584+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=44 prob=0xE [PASSIVE 110]
2009-03-19T10:23:46.568591+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=48 prob=0xE [PASSIVE 110]
2009-03-19T10:23:46.568598+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=52 prob=0xE [PASSIVE 110]
2009-03-19T10:23:46.568605+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=56 prob=0xE [PASSIVE 110]
2009-03-19T10:23:46.568612+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=60 prob=0xE [PASSIVE 110]
2009-03-19T10:23:46.568620+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=64 prob=0xE [PASSIVE 110]
2009-03-19T10:23:46.568627+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=149 prob=0xE [PASSIVE 110]
2009-03-19T10:23:46.568634+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=153 prob=0xE [PASSIVE 110]
2009-03-19T10:23:46.568641+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=157 prob=0xE [PASSIVE 110]
2009-03-19T10:23:46.568648+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=161 prob=0xE [PASSIVE 110]
2009-03-19T10:23:46.568655+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan Scanning ch=165 prob=0xE [PASSIVE 110]
2009-03-19T10:23:46.568662+08:00 boston kernel: ieee80211 phy0: U iwl_get_channels_for_scan total channels to scan 13 
2009-03-19T10:23:46.568670+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 36 [802.11a] (TSF: 0x00000000:000015E5) - 1 (beacon timer 96795)
2009-03-19T10:23:46.683505+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 36 [802.11a] (TSF: 0x00000000:0001CE12) - 0 elapsed=112685 usec (132ms since last)
2009-03-19T10:23:46.683565+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 40 [802.11a] (TSF: 0x00000000:0001CF9D) - 1 (beacon timer 4280419)
2009-03-19T10:23:46.795504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 40 [802.11a] (TSF: 0x00000000:000387CD) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:23:46.795542+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 44 [802.11a] (TSF: 0x00000000:00038957) - 1 (beacon timer 8464041)
2009-03-19T10:23:46.907528+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 44 [802.11a] (TSF: 0x00000000:00054188) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:23:46.907563+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 48 [802.11a] (TSF: 0x00000000:00054312) - 1 (beacon timer 12647662)
2009-03-19T10:23:47.019504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 48 [802.11a] (TSF: 0x00000000:0006FB43) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:23:47.019523+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 52 [802.11a] (TSF: 0x00000000:0006FCCE) - 1 (beacon timer 16831282)
2009-03-19T10:23:47.135503+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 52 [802.11a] (TSF: 0x00000000:0008B4FE) - 0 elapsed=112688 usec (116ms since last)
2009-03-19T10:23:47.135523+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 56 [802.11a] (TSF: 0x00000000:0008B689) - 1 (beacon timer 21014903)
2009-03-19T10:23:47.247504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 56 [802.11a] (TSF: 0x00000000:000A6EB9) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:23:47.247524+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 60 [802.11a] (TSF: 0x00000000:000A7044) - 1 (beacon timer 25198524)
2009-03-19T10:23:47.359504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 60 [802.11a] (TSF: 0x00000000:000C2874) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:23:47.359518+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 64 [802.11a] (TSF: 0x00000000:000C29FF) - 1 (beacon timer 29382145)
2009-03-19T10:23:47.475504+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 64 [802.11a] (TSF: 0x00000000:000DE230) - 0 elapsed=112689 usec (116ms since last)
2009-03-19T10:23:47.475519+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 149 [802.11a] (TSF: 0x00000000:000DE3BD) - 1 (beacon timer 33565763)
2009-03-19T10:23:47.588526+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 149 [802.11a] (TSF: 0x00000000:000F9BED) - 0 elapsed=112688 usec (112ms since last)
2009-03-19T10:23:47.588542+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 153 [802.11a] (TSF: 0x00000000:000F9D7A) - 1 (beacon timer 37749382)
2009-03-19T10:23:47.699506+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 153 [802.11a] (TSF: 0x00000000:001155AB) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:23:47.699521+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 157 [802.11a] (TSF: 0x00000000:00115738) - 1 (beacon timer 46229704)
2009-03-19T10:23:47.811525+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 157 [802.11a] (TSF: 0x00000000:00130F69) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:23:47.811539+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 161 [802.11a] (TSF: 0x00000000:001310F6) - 1 (beacon timer 50413322)
2009-03-19T10:23:47.927503+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 161 [802.11a] (TSF: 0x00000000:0014C927) - 0 elapsed=112689 usec (116ms since last)
2009-03-19T10:23:47.927517+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_start_notif Scan start: 165 [802.11a] (TSF: 0x00000000:0014CAB4) - 1 (beacon timer 54596940)
2009-03-19T10:23:48.039556+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_results_notif Scan ch.res: 165 [802.11a] (TSF: 0x00000000:001682E5) - 0 elapsed=112689 usec (112ms since last)
2009-03-19T10:23:48.039572+08:00 boston kernel: ieee80211 phy0: I iwl_rx_scan_complete_notif Scan complete: 13 channels (TSF 0x00168498:00000000) - 1
2009-03-19T10:23:48.039581+08:00 boston kernel: ieee80211 phy0: U iwl_bg_scan_completed SCAN complete scan

  reply	other threads:[~2009-03-19  2:58 UTC|newest]

Thread overview: 106+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-14 19:01 2.6.29-rc8: Reported regressions from 2.6.28 Rafael J. Wysocki
2009-03-14 19:01 ` [Bug #12414] iwl4965 cannot use "ap auto" on latest 2.6.28/29? Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12444] X hangs following switch from radeonfb console - Bisected Rafael J. Wysocki
2009-03-15 10:08   ` Graham Murray
2009-03-15 10:45     ` Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12490] ath5k related kernel panic in 2.6.29-rc1 Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12418] Repeated ioctl(4, 0x40046445, ..) loop in glxgears Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12419] possible circular locking dependency on i915 dma Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12667] Badness at kernel/time/timekeeping.c:98 in pmud (timekeeping_suspended) Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12668] USB flash disk surprise disconnect Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12499] Problem with using bluetooth adaper connected to usb port Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12574] possible circular locking dependency detected Rafael J. Wysocki
2009-03-16  0:24   ` Michael S. Tsirkin
2009-03-19 13:03     ` Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12680] Entropy pool problem Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12670] BUG: unable to handle kernel paging request at pin_to_kill+0x21 Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12681] s2ram: fails to wake up on Acer Extensa 4220 (SMP disabled) Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12671] uvc_status_cleanup(): undefined reference to `input_unregister_device' Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12758] ACPI exception with 2.6.29-rc6 Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12705] X200: Brightness broken since 2.6.29-rc4-58-g4c098bc Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12763] Different cpu MHz values for processor0 and processor1 Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12765] i915 VT switch with AIGLX causes X lock up Rafael J. Wysocki
2009-03-16 17:54   ` Sitsofe Wheeler
2009-03-19 13:02     ` Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12771] Oops in i915_gem_flush Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12778] suspend regression from 29rc5 to 29rc6 Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12800] x86 PAT invalid vm_insert_pfn assumptions Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12792] 2.6.29-rc6-git4 boot failure Rafael J. Wysocki
2009-03-15  8:32   ` Sachin Sant
2009-03-15 10:48     ` Rafael J. Wysocki
2009-03-15 11:51       ` Sachin Sant
2009-03-14 19:05 ` [Bug #12805] QinQ vlan trunking regression Rafael J. Wysocki
2009-03-14 22:04   ` David Miller
2009-03-14 22:26     ` Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12808] Suspend regression with 2.6.29-rc Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12809] iozone regression with 2.6.29-rc6 Rafael J. Wysocki
2009-03-15  0:27   ` Linus Torvalds
2009-03-15  7:55     ` Wu Fengguang
2009-03-16  5:03     ` Lin Ming
2009-03-16  7:30       ` Wu Fengguang
2009-03-14 19:05 ` [Bug #12806] i915 broken STR Rafael J. Wysocki
2009-03-15  3:35   ` Harvey Harrison
2009-03-15 10:35     ` Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12831] Hot/Fn Keys do not work EEEPC 1000HE (eeepc_laptop) Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12846] Regression issue with kernel 2.6.29-rc6-git1: high power consumption during sleep Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12842] CCMP: replay detected Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12856] Thinkpad freezes with X.org and acpi=rsdt Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12836] 2.6.29-rc breaks STD using Intel 945 Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12861] Xorg fails to start "Failed to allocate space for kernel memory manager" Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12867] 2.6.29-rc7 broke r8169 MAC on Thecus n2100 ARM board Rafael J. Wysocki
2009-03-14 19:05 ` [Bug #12869] BUG when disabled ipv6 module is unloaded Rafael J. Wysocki
2009-03-14 22:04   ` Thomas Backlund
2009-03-14 22:05     ` David Miller
2009-03-14 19:05 ` [Bug #12870] 2.6.29-rc "TKIP: replay detected" regression Rafael J. Wysocki
2009-03-16 21:53   ` Hugh Dickins
2009-03-16 21:57     ` Rafael J. Wysocki
2009-03-17  0:11       ` John W. Linville
2009-03-14 19:05 ` [Bug #12871] usb bluetooth crashes system Rafael J. Wysocki
2009-03-15  5:01   ` Greg KH
2009-03-14 19:05 ` [Bug #12872] pwc mmap always fails with EAGAIN Rafael J. Wysocki
2009-03-15  2:58 ` 2.6.29-rc8: Reported regressions from 2.6.28 Jeff Chua
2009-03-15  3:06   ` Jeff Chua
2009-03-15 10:41     ` Rafael J. Wysocki
2009-03-15 18:11     ` Johannes Berg
2009-03-15 18:44       ` Linus Torvalds
2009-03-15 19:01         ` Johannes Berg
2009-03-15 20:26           ` Ingo Molnar
2009-03-16 13:24             ` Jeff Chua
2009-03-16 19:57               ` Linus Torvalds
2009-03-16 23:55                 ` Jeff Chua
2009-03-17  7:50                   ` Johannes Berg
2009-03-17 17:21                     ` Jeff Chua
2009-03-17 14:48                   ` John W. Linville
2009-03-17 15:28                     ` John W. Linville
2009-03-17 15:39                       ` Ingo Molnar
2009-03-17 16:05                         ` John W. Linville
2009-03-17 16:24                           ` Jeff Chua
2009-03-17 17:10                             ` John W. Linville
2009-03-17 17:27                               ` Jeff Chua
2009-03-17 17:31                                 ` Jeff Chua
2009-03-17 18:26                                   ` Jeff Chua
2009-03-17 19:22               ` Johannes Berg
2009-03-19  2:58                 ` Jeff Chua [this message]
2009-03-19  3:25                   ` Jeff Chua
2009-03-19  4:23                     ` Jeff Chua
2009-03-19 16:59                       ` Johannes Berg
2009-03-20 17:19                         ` Jeff Chua
2009-03-19  4:49                   ` Jeff Chua
2009-03-19  9:38                     ` Johannes Berg
2009-03-19 14:13                       ` John W. Linville
2009-03-19 15:02                         ` Required sequence to set wireless parameters? (was: 2.6.29-rc8: Reported regressions from 2.6.28) Frans Pop
2009-03-19 15:24                           ` John W. Linville
2009-03-19 16:45                             ` Jeff Chua
2009-03-19 16:53                           ` Johannes Berg
2009-03-19 19:24                             ` Required sequence to set wireless parameters? Frans Pop
2009-03-19 19:27                               ` Johannes Berg
2009-03-20  4:55                       ` 2.6.29-rc8: Reported regressions from 2.6.28 Jeff Chua
2009-03-20  5:20                         ` Jeff Chua
2009-03-20  8:32                         ` Johannes Berg
2009-03-20 10:04                           ` Jeff Chua
2009-03-20 10:13                             ` Johannes Berg
2009-03-20 16:14                               ` Jeff Chua
2009-03-21 12:09                                 ` Johannes Berg
2009-03-21 15:08                                   ` Jeff Chua
2009-03-21 15:11                                     ` Johannes Berg
2009-03-16  1:02 ` Zhang Rui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b6a2187b0903181958ke11abe7tdcbc4efeb950954d@mail.gmail.com \
    --to=jeff.chua.linux@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=bunk@kernel.org \
    --cc=johannes@sipsolutions.net \
    --cc=kernel-testers@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=mingo@elte.hu \
    --cc=netdev@vger.kernel.org \
    --cc=rjw@sisk.pl \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).