From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleksij Rempel Date: Wed, 08 Jan 2014 10:18:54 +0100 Subject: [ath9k-devel] ath: phy0: unsupported hw bitrate detected 0x1b using 1 Mbit In-Reply-To: <21196.45858.877639.854078@gargle.gargle.HOWL> References: <52B09758.9070801@rempel-privat.de> <21170.25746.772628.529123@gargle.gargle.HOWL> <52B2A15F.7030208@rempel-privat.de> <21196.10937.962241.311049@gargle.gargle.HOWL> <52CC6896.1090909@rempel-privat.de> <21196.45858.877639.854078@gargle.gargle.HOWL> Message-ID: <52CD17FE.7010806@rempel-privat.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Am 08.01.2014 03:08, schrieb Sujith Manoharan: > Oleksij Rempel wrote: >> Am 07.01.2014 17:26, schrieb Sujith Manoharan: >>> Oleksij Rempel wrote: >>>>> Does this happen a lot ? >>>> >>>> It depends on how intensively WiFi is used. >>>> >>>> See attachment >>>> >>>> [ 657.383048] ath: phy0: unsupported hw bitrate detected 0x1b using 1 Mbit >>>> [ 657.703201] ath: phy0: unsupported hw bitrate detected 0x1b using 1 Mbit >>> >>> Can you load the driver with debug=0x200 (with latest wireless-testing) and >>> post the kernel log when the issue happens ? >> >> looks like happens at scan time: >> [ 3161.475583] ath: phy3: Reset to 2442 MHz, HT40: 0 fastcc: 1 >> [ 3161.540259] ath: phy3: Set channel: 5180 MHz width: 2 >> [ 3161.540394] ath: phy3: unsupported hw bitrate detected 0x1b using 1 Mbit >> [ 3161.540414] ath: phy3: Reset to 5180 MHz, HT40: 1 fastcc: 0 >> [ 3161.744603] ath: phy3: Set channel: 2447 MHz width: 0 >> [ 3161.744748] ath: phy3: Reset to 2447 MHz, HT40: 0 fastcc: 1 > > Yes, that was my suspicion. > > Can you try this patch ? > > diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c > index 6d643ca..a638f3a 100644 > --- a/drivers/net/wireless/ath/ath9k/recv.c > +++ b/drivers/net/wireless/ath/ath9k/recv.c > @@ -850,8 +850,9 @@ static int ath9k_process_rate(struct ath_common *common, > enum ieee80211_band band; > unsigned int i = 0; > struct ath_softc __maybe_unused *sc = common->priv; > + struct ath_hw *ah = common->ah; > > - band = hw->conf.chandef.chan->band; > + band = ah->curchan->chan->band; > sband = hw->wiphy->bands[band]; > > switch (hw->conf.chandef.width) { seems to be fixed with this change. thank you :) in attachment is demsg for BB_WATCHDOG -- Regards, Oleksij -------------- next part -------------- [ 2645.245014] ath: phy1: Set HW RX filter: 0x417 [ 2645.245029] ath: phy1: Set channel: 2412 MHz width: 0 [ 2645.245167] ath: phy1: Reset to 2412 MHz, HT40: 0 fastcc: 1 [ 2645.245184] ath: phy1: FastChannelChange for 5180 -> 2412 [ 2645.309779] ath: phy1: Set channel: 2417 MHz width: 0 [ 2645.309930] ath: phy1: Reset to 2417 MHz, HT40: 0 fastcc: 1 [ 2645.309940] ath: phy1: FastChannelChange for 2412 -> 2417 [ 2645.370802] ath: phy1: Set channel: 5180 MHz width: 2 [ 2645.370941] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2645.371604] ath: phy1: ah->misc_mode 0x10000004 [ 2645.375295] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2645.575019] ath: phy1: Set channel: 2422 MHz width: 0 [ 2645.575155] ath: phy1: Reset to 2422 MHz, HT40: 0 fastcc: 1 [ 2645.575169] ath: phy1: FastChannelChange for 5180 -> 2422 [ 2645.639754] ath: phy1: Set channel: 2427 MHz width: 0 [ 2645.639892] ath: phy1: Reset to 2427 MHz, HT40: 0 fastcc: 1 [ 2645.639903] ath: phy1: FastChannelChange for 2422 -> 2427 [ 2645.700705] ath: phy1: Set channel: 5180 MHz width: 2 [ 2645.700852] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2645.701482] ath: phy1: ah->misc_mode 0x10000004 [ 2645.705189] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2645.905035] ath: phy1: Set channel: 2432 MHz width: 0 [ 2645.905169] ath: phy1: Reset to 2432 MHz, HT40: 0 fastcc: 1 [ 2645.905183] ath: phy1: FastChannelChange for 5180 -> 2432 [ 2645.969708] ath: phy1: Set channel: 2437 MHz width: 0 [ 2645.969864] ath: phy1: Reset to 2437 MHz, HT40: 0 fastcc: 1 [ 2645.969876] ath: phy1: FastChannelChange for 2432 -> 2437 [ 2646.030679] ath: phy1: Set channel: 5180 MHz width: 2 [ 2646.030829] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2646.031501] ath: phy1: ah->misc_mode 0x10000004 [ 2646.035236] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2646.234960] ath: phy1: Set channel: 2442 MHz width: 0 [ 2646.235102] ath: phy1: Reset to 2442 MHz, HT40: 0 fastcc: 1 [ 2646.235118] ath: phy1: FastChannelChange for 5180 -> 2442 [ 2646.299699] ath: phy1: Set channel: 2447 MHz width: 0 [ 2646.299838] ath: phy1: Reset to 2447 MHz, HT40: 0 fastcc: 1 [ 2646.299849] ath: phy1: FastChannelChange for 2442 -> 2447 [ 2646.360717] ath: phy1: Set channel: 5180 MHz width: 2 [ 2646.360851] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2646.361522] ath: phy1: ah->misc_mode 0x10000004 [ 2646.365285] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2646.564983] ath: phy1: Set channel: 2452 MHz width: 0 [ 2646.565130] ath: phy1: Reset to 2452 MHz, HT40: 0 fastcc: 1 [ 2646.565142] ath: phy1: FastChannelChange for 5180 -> 2452 [ 2646.629714] ath: phy1: Set channel: 2457 MHz width: 0 [ 2646.629855] ath: phy1: Reset to 2457 MHz, HT40: 0 fastcc: 1 [ 2646.629866] ath: phy1: FastChannelChange for 2452 -> 2457 [ 2646.690768] ath: phy1: Set channel: 5180 MHz width: 2 [ 2646.690937] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2646.691621] ath: phy1: ah->misc_mode 0x10000004 [ 2646.695412] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2646.895043] ath: phy1: Set channel: 2462 MHz width: 0 [ 2646.895193] ath: phy1: Reset to 2462 MHz, HT40: 0 fastcc: 1 [ 2646.895211] ath: phy1: FastChannelChange for 5180 -> 2462 [ 2646.959765] ath: phy1: Set channel: 5180 MHz width: 2 [ 2646.959938] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2646.960610] ath: phy1: ah->misc_mode 0x10000004 [ 2646.964373] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2647.163939] ath: phy1: Set channel: 2467 MHz width: 0 [ 2647.164080] ath: phy1: Reset to 2467 MHz, HT40: 0 fastcc: 1 [ 2647.164095] ath: phy1: FastChannelChange for 5180 -> 2467 [ 2647.279748] ath: phy1: Set channel: 5180 MHz width: 2 [ 2647.279900] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2647.280577] ath: phy1: ah->misc_mode 0x10000004 [ 2647.284372] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2647.484004] ath: phy1: Set channel: 2472 MHz width: 0 [ 2647.484150] ath: phy1: Reset to 2472 MHz, HT40: 0 fastcc: 1 [ 2647.484167] ath: phy1: FastChannelChange for 5180 -> 2472 [ 2647.599784] ath: phy1: Set channel: 5180 MHz width: 2 [ 2647.599941] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2647.600622] ath: phy1: ah->misc_mode 0x10000004 [ 2647.604368] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2647.803908] ath: phy1: Set channel: 5180 MHz width: 2 [ 2647.804048] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2647.804705] ath: phy1: ah->misc_mode 0x10000004 [ 2647.808405] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2647.918727] ath: phy1: Set channel: 5180 MHz width: 2 [ 2647.918870] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2647.919517] ath: phy1: ah->misc_mode 0x10000004 [ 2647.923278] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2648.122998] ath: phy1: Set channel: 5200 MHz width: 0 [ 2648.123179] ath: phy1: Reset to 5200 MHz, HT40: 0 fastcc: 1 [ 2648.123198] ath: phy1: FastChannelChange for 5180 -> 5200 [ 2648.238699] ath: phy1: Set channel: 5180 MHz width: 2 [ 2648.238862] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2648.239541] ath: phy1: ah->misc_mode 0x10000004 [ 2648.243329] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2648.442995] ath: phy1: Set channel: 5220 MHz width: 0 [ 2648.443166] ath: phy1: Reset to 5220 MHz, HT40: 0 fastcc: 1 [ 2648.443186] ath: phy1: FastChannelChange for 5180 -> 5220 [ 2648.558678] ath: phy1: Set channel: 5180 MHz width: 2 [ 2648.558830] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2648.559497] ath: phy1: ah->misc_mode 0x10000004 [ 2648.563255] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2648.762973] ath: phy1: Set channel: 5240 MHz width: 0 [ 2648.763149] ath: phy1: Reset to 5240 MHz, HT40: 0 fastcc: 1 [ 2648.763170] ath: phy1: FastChannelChange for 5180 -> 5240 [ 2648.878674] ath: phy1: Set channel: 5180 MHz width: 2 [ 2648.878836] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2648.879517] ath: phy1: ah->misc_mode 0x10000004 [ 2648.883305] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2649.082934] ath: phy1: Set channel: 5260 MHz width: 0 [ 2649.083079] ath: phy1: Reset to 5260 MHz, HT40: 0 fastcc: 1 [ 2649.083095] ath: phy1: FastChannelChange for 5180 -> 5260 [ 2649.198653] ath: phy1: Set channel: 5180 MHz width: 2 [ 2649.198813] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2649.199490] ath: phy1: ah->misc_mode 0x10000004 [ 2649.203260] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2649.402911] ath: phy1: Set channel: 5280 MHz width: 0 [ 2649.403057] ath: phy1: Reset to 5280 MHz, HT40: 0 fastcc: 1 [ 2649.403073] ath: phy1: FastChannelChange for 5180 -> 5280 [ 2649.518701] ath: phy1: Set channel: 5180 MHz width: 2 [ 2649.518873] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2649.519562] ath: phy1: ah->misc_mode 0x10000004 [ 2649.523319] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2649.722921] ath: phy1: Set channel: 5300 MHz width: 0 [ 2649.723069] ath: phy1: Reset to 5300 MHz, HT40: 0 fastcc: 1 [ 2649.723084] ath: phy1: FastChannelChange for 5180 -> 5300 [ 2649.838690] ath: phy1: Set channel: 5180 MHz width: 2 [ 2649.838839] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2649.839503] ath: phy1: ah->misc_mode 0x10000004 [ 2649.843262] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2650.042906] ath: phy1: Set channel: 5320 MHz width: 0 [ 2650.043093] ath: phy1: Reset to 5320 MHz, HT40: 0 fastcc: 1 [ 2650.043114] ath: phy1: FastChannelChange for 5180 -> 5320 [ 2650.158618] ath: phy1: Set channel: 5180 MHz width: 2 [ 2650.158781] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2650.159465] ath: phy1: ah->misc_mode 0x10000004 [ 2650.163250] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2650.362871] ath: phy1: Set channel: 5500 MHz width: 0 [ 2650.363033] ath: phy1: Reset to 5500 MHz, HT40: 0 fastcc: 1 [ 2650.363052] ath: phy1: FastChannelChange for 5180 -> 5500 [ 2650.478588] ath: phy1: Set channel: 5180 MHz width: 2 [ 2650.478752] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2650.479426] ath: phy1: ah->misc_mode 0x10000004 [ 2650.483192] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2650.682878] ath: phy1: Set channel: 5520 MHz width: 0 [ 2650.683040] ath: phy1: Reset to 5520 MHz, HT40: 0 fastcc: 1 [ 2650.683058] ath: phy1: FastChannelChange for 5180 -> 5520 [ 2650.798545] ath: phy1: Set channel: 5180 MHz width: 2 [ 2650.798683] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2650.799345] ath: phy1: ah->misc_mode 0x10000004 [ 2650.803088] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2651.002782] ath: phy1: Set channel: 5540 MHz width: 0 [ 2651.002921] ath: phy1: Reset to 5540 MHz, HT40: 0 fastcc: 1 [ 2651.002936] ath: phy1: FastChannelChange for 5180 -> 5540 [ 2651.118541] ath: phy1: Set channel: 5180 MHz width: 2 [ 2651.118680] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2651.119342] ath: phy1: ah->misc_mode 0x10000004 [ 2651.123086] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2651.322805] ath: phy1: Set channel: 5560 MHz width: 0 [ 2651.322948] ath: phy1: Reset to 5560 MHz, HT40: 0 fastcc: 1 [ 2651.322964] ath: phy1: FastChannelChange for 5180 -> 5560 [ 2651.438535] ath: phy1: Set channel: 5180 MHz width: 2 [ 2651.438673] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2651.439343] ath: phy1: ah->misc_mode 0x10000004 [ 2651.443109] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2651.642864] ath: phy1: Set channel: 5580 MHz width: 0 [ 2651.643008] ath: phy1: Reset to 5580 MHz, HT40: 0 fastcc: 1 [ 2651.643023] ath: phy1: FastChannelChange for 5180 -> 5580 [ 2651.758573] ath: phy1: Set channel: 5180 MHz width: 2 [ 2651.758738] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2651.759412] ath: phy1: ah->misc_mode 0x10000004 [ 2651.763182] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2651.962777] ath: phy1: Set channel: 5600 MHz width: 0 [ 2651.962918] ath: phy1: Reset to 5600 MHz, HT40: 0 fastcc: 1 [ 2651.962935] ath: phy1: FastChannelChange for 5180 -> 5600 [ 2652.078518] ath: phy1: Set channel: 5180 MHz width: 2 [ 2652.078668] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2652.079338] ath: phy1: ah->misc_mode 0x10000004 [ 2652.083088] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2652.106600] ath: phy1: Set HW RX filter: 0x417 [ 2652.282828] ath: phy1: Set channel: 5620 MHz width: 0 [ 2652.282983] ath: phy1: Reset to 5620 MHz, HT40: 0 fastcc: 1 [ 2652.283001] ath: phy1: FastChannelChange for 5180 -> 5620 [ 2652.398625] ath: phy1: Set channel: 5180 MHz width: 2 [ 2652.398780] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2652.399470] ath: phy1: ah->misc_mode 0x10000004 [ 2652.403240] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2652.602818] ath: phy1: Set channel: 5640 MHz width: 0 [ 2652.602957] ath: phy1: Reset to 5640 MHz, HT40: 0 fastcc: 1 [ 2652.602972] ath: phy1: FastChannelChange for 5180 -> 5640 [ 2652.718529] ath: phy1: Set channel: 5180 MHz width: 2 [ 2652.718691] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2652.719362] ath: phy1: ah->misc_mode 0x10000004 [ 2652.723128] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2652.922735] ath: phy1: Set channel: 5660 MHz width: 0 [ 2652.922884] ath: phy1: Reset to 5660 MHz, HT40: 0 fastcc: 1 [ 2652.922901] ath: phy1: FastChannelChange for 5180 -> 5660 [ 2653.038485] ath: phy1: Set channel: 5180 MHz width: 2 [ 2653.038636] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2653.039307] ath: phy1: ah->misc_mode 0x10000004 [ 2653.043074] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2653.242777] ath: phy1: Set channel: 5680 MHz width: 0 [ 2653.242921] ath: phy1: Reset to 5680 MHz, HT40: 0 fastcc: 1 [ 2653.242937] ath: phy1: FastChannelChange for 5180 -> 5680 [ 2653.358566] ath: phy1: Set channel: 5180 MHz width: 2 [ 2653.358726] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2653.359425] ath: phy1: ah->misc_mode 0x10000004 [ 2653.363210] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2653.562747] ath: phy1: Set channel: 5700 MHz width: 0 [ 2653.562912] ath: phy1: Reset to 5700 MHz, HT40: 0 fastcc: 1 [ 2653.562932] ath: phy1: FastChannelChange for 5180 -> 5700 [ 2653.678502] ath: phy1: Set channel: 5180 MHz width: 2 [ 2653.678680] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2653.679434] ath: phy1: ah->misc_mode 0x10000004 [ 2653.683198] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2653.683297] ath: phy1: Set HW RX filter: 0x607 [ 2653.845828] ath: phy1: Set HW RX filter: 0x607 [ 2688.249284] ath: phy1: Set HW RX filter: 0x417 [ 2688.249327] ath: phy1: Set channel: 2412 MHz width: 0 [ 2688.249470] ath: phy1: Reset to 2412 MHz, HT40: 0 fastcc: 1 [ 2688.249487] ath: phy1: FastChannelChange for 5180 -> 2412 [ 2688.314136] ath: phy1: Set channel: 2417 MHz width: 0 [ 2688.314284] ath: phy1: Reset to 2417 MHz, HT40: 0 fastcc: 1 [ 2688.314295] ath: phy1: FastChannelChange for 2412 -> 2417 [ 2688.375134] ath: phy1: Set channel: 5180 MHz width: 2 [ 2688.375286] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2688.375960] ath: phy1: ah->misc_mode 0x10000004 [ 2688.379725] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2688.579416] ath: phy1: Set channel: 2422 MHz width: 0 [ 2688.579563] ath: phy1: Reset to 2422 MHz, HT40: 0 fastcc: 1 [ 2688.579579] ath: phy1: FastChannelChange for 5180 -> 2422 [ 2688.644102] ath: phy1: Set channel: 2427 MHz width: 0 [ 2688.644253] ath: phy1: Reset to 2427 MHz, HT40: 0 fastcc: 1 [ 2688.644264] ath: phy1: FastChannelChange for 2422 -> 2427 [ 2688.705109] ath: phy1: Set channel: 5180 MHz width: 2 [ 2688.705262] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2688.705934] ath: phy1: ah->misc_mode 0x10000004 [ 2688.709691] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2688.909462] ath: phy1: Set channel: 2432 MHz width: 0 [ 2688.909607] ath: phy1: Reset to 2432 MHz, HT40: 0 fastcc: 1 [ 2688.909625] ath: phy1: FastChannelChange for 5180 -> 2432 [ 2688.974108] ath: phy1: Set channel: 2437 MHz width: 0 [ 2688.974266] ath: phy1: Reset to 2437 MHz, HT40: 0 fastcc: 1 [ 2688.974279] ath: phy1: FastChannelChange for 2432 -> 2437 [ 2689.035083] ath: phy1: Set channel: 5180 MHz width: 2 [ 2689.035235] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2689.035908] ath: phy1: ah->misc_mode 0x10000004 [ 2689.039665] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2689.239371] ath: phy1: Set channel: 2442 MHz width: 0 [ 2689.239531] ath: phy1: Reset to 2442 MHz, HT40: 0 fastcc: 1 [ 2689.239550] ath: phy1: FastChannelChange for 5180 -> 2442 [ 2689.304100] ath: phy1: Set channel: 2447 MHz width: 0 [ 2689.304242] ath: phy1: Reset to 2447 MHz, HT40: 0 fastcc: 1 [ 2689.304253] ath: phy1: FastChannelChange for 2442 -> 2447 [ 2689.365100] ath: phy1: Set channel: 5180 MHz width: 2 [ 2689.365245] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2689.365892] ath: phy1: ah->misc_mode 0x10000004 [ 2689.369587] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2689.569424] ath: phy1: Set channel: 2452 MHz width: 0 [ 2689.569571] ath: phy1: Reset to 2452 MHz, HT40: 0 fastcc: 1 [ 2689.569589] ath: phy1: FastChannelChange for 5180 -> 2452 [ 2689.634074] ath: phy1: Set channel: 2457 MHz width: 0 [ 2689.634220] ath: phy1: Reset to 2457 MHz, HT40: 0 fastcc: 1 [ 2689.634231] ath: phy1: FastChannelChange for 2452 -> 2457 [ 2689.695076] ath: phy1: Set channel: 5180 MHz width: 2 [ 2689.695228] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2689.695891] ath: phy1: ah->misc_mode 0x10000004 [ 2689.699631] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2689.899422] ath: phy1: Set channel: 2462 MHz width: 0 [ 2689.899570] ath: phy1: Reset to 2462 MHz, HT40: 0 fastcc: 1 [ 2689.899587] ath: phy1: FastChannelChange for 5180 -> 2462 [ 2689.964112] ath: phy1: Set channel: 5180 MHz width: 2 [ 2689.964268] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2689.964939] ath: phy1: ah->misc_mode 0x10000004 [ 2689.968717] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2690.168338] ath: phy1: Set channel: 2467 MHz width: 0 [ 2690.168515] ath: phy1: Reset to 2467 MHz, HT40: 0 fastcc: 1 [ 2690.168534] ath: phy1: FastChannelChange for 5180 -> 2467 [ 2690.223270] ath: phy1: [ 2690.223270] ==== BB update: BB status=0x13000609 ==== [ 2690.223288] ath: phy1: ** BB state: wd=1 det=1 rdar=0 rOFDM=6 rCCK=0 tOFDM=0 tCCK=0 agc=3 src=1 ** [ 2690.223298] ath: phy1: ** BB WD cntl: cntl1=0xffff010d cntl2=0x00000004 ** [ 2690.223303] ath: phy1: ** BB mode: BB_gen_controls=0x01318bc0 ** [ 2690.223307] ath: phy1: ** BB busy times: rx_clear=0%, rx_frame=0%, tx_frame=0% ** [ 2690.223309] ath: phy1: ==== BB update: done ==== [ 2690.223309] [ 2690.223320] ath: phy1: BB_WATCHDOG: Skipping interrupts [ 2690.223496] ath: phy1: Reset to 2467 MHz, HT40: 0 fastcc: 0 [ 2690.224276] ath: phy1: ah->misc_mode 0x10000004 [ 2690.228431] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2690.284050] ath: phy1: Set channel: 5180 MHz width: 2 [ 2690.284209] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2690.284886] ath: phy1: ah->misc_mode 0x10000004 [ 2690.288649] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2690.488328] ath: phy1: Set channel: 2472 MHz width: 0 [ 2690.488510] ath: phy1: Reset to 2472 MHz, HT40: 0 fastcc: 1 [ 2690.488530] ath: phy1: FastChannelChange for 5180 -> 2472 [ 2690.604035] ath: phy1: Set channel: 5180 MHz width: 2 [ 2690.604196] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2690.604878] ath: phy1: ah->misc_mode 0x10000004 [ 2690.608648] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2690.808349] ath: phy1: Set channel: 5180 MHz width: 2 [ 2690.808527] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2690.809219] ath: phy1: ah->misc_mode 0x10000004 [ 2690.813008] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2690.924091] ath: phy1: Set channel: 5180 MHz width: 2 [ 2690.924237] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2690.924888] ath: phy1: ah->misc_mode 0x10000004 [ 2690.928658] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2691.128363] ath: phy1: Set channel: 5200 MHz width: 0 [ 2691.128507] ath: phy1: Reset to 5200 MHz, HT40: 0 fastcc: 1 [ 2691.128524] ath: phy1: FastChannelChange for 5180 -> 5200 [ 2691.243991] ath: phy1: Set channel: 5180 MHz width: 2 [ 2691.244139] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2691.244810] ath: phy1: ah->misc_mode 0x10000004 [ 2691.248567] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2691.448274] ath: phy1: Set channel: 5220 MHz width: 0 [ 2691.448413] ath: phy1: Reset to 5220 MHz, HT40: 0 fastcc: 1 [ 2691.448427] ath: phy1: FastChannelChange for 5180 -> 5220 [ 2691.564069] ath: phy1: Set channel: 5180 MHz width: 2 [ 2691.564217] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2691.564880] ath: phy1: ah->misc_mode 0x10000004 [ 2691.568625] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2691.768289] ath: phy1: Set channel: 5240 MHz width: 0 [ 2691.768465] ath: phy1: Reset to 5240 MHz, HT40: 0 fastcc: 1 [ 2691.768486] ath: phy1: FastChannelChange for 5180 -> 5240 [ 2691.884003] ath: phy1: Set channel: 5180 MHz width: 2 [ 2691.884151] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2691.884818] ath: phy1: ah->misc_mode 0x10000004 [ 2691.888573] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2692.088292] ath: phy1: Set channel: 5260 MHz width: 0 [ 2692.088440] ath: phy1: Reset to 5260 MHz, HT40: 0 fastcc: 1 [ 2692.088456] ath: phy1: FastChannelChange for 5180 -> 5260 [ 2692.203945] ath: phy1: Set channel: 5180 MHz width: 2 [ 2692.204097] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2692.204758] ath: phy1: ah->misc_mode 0x10000004 [ 2692.208503] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2692.408259] ath: phy1: Set channel: 5280 MHz width: 0 [ 2692.408405] ath: phy1: Reset to 5280 MHz, HT40: 0 fastcc: 1 [ 2692.408420] ath: phy1: FastChannelChange for 5180 -> 5280 [ 2692.523997] ath: phy1: Set channel: 5180 MHz width: 2 [ 2692.524143] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2692.524805] ath: phy1: ah->misc_mode 0x10000004 [ 2692.528549] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2692.728221] ath: phy1: Set channel: 5300 MHz width: 0 [ 2692.728357] ath: phy1: Reset to 5300 MHz, HT40: 0 fastcc: 1 [ 2692.728372] ath: phy1: FastChannelChange for 5180 -> 5300 [ 2692.843956] ath: phy1: Set channel: 5180 MHz width: 2 [ 2692.844119] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2692.844791] ath: phy1: ah->misc_mode 0x10000004 [ 2692.848548] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2693.048226] ath: phy1: Set channel: 5320 MHz width: 0 [ 2693.048370] ath: phy1: Reset to 5320 MHz, HT40: 0 fastcc: 1 [ 2693.048387] ath: phy1: FastChannelChange for 5180 -> 5320 [ 2693.163997] ath: phy1: Set channel: 5180 MHz width: 2 [ 2693.164168] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2693.164867] ath: phy1: ah->misc_mode 0x10000004 [ 2693.168648] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2693.368272] ath: phy1: Set channel: 5500 MHz width: 0 [ 2693.368423] ath: phy1: Reset to 5500 MHz, HT40: 0 fastcc: 1 [ 2693.368441] ath: phy1: FastChannelChange for 5180 -> 5500 [ 2693.483945] ath: phy1: Set channel: 5180 MHz width: 2 [ 2693.484090] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2693.484757] ath: phy1: ah->misc_mode 0x10000004 [ 2693.488521] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2693.688238] ath: phy1: Set channel: 5520 MHz width: 0 [ 2693.688392] ath: phy1: Reset to 5520 MHz, HT40: 0 fastcc: 1 [ 2693.688409] ath: phy1: FastChannelChange for 5180 -> 5520 [ 2693.803905] ath: phy1: Set channel: 5180 MHz width: 2 [ 2693.804057] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2693.804732] ath: phy1: ah->misc_mode 0x10000004 [ 2693.808497] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2694.008218] ath: phy1: Set channel: 5540 MHz width: 0 [ 2694.008368] ath: phy1: Reset to 5540 MHz, HT40: 0 fastcc: 1 [ 2694.008385] ath: phy1: FastChannelChange for 5180 -> 5540 [ 2694.123975] ath: phy1: Set channel: 5180 MHz width: 2 [ 2694.124119] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2694.124803] ath: phy1: ah->misc_mode 0x10000004 [ 2694.128557] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2694.328247] ath: phy1: Set channel: 5560 MHz width: 0 [ 2694.328411] ath: phy1: Reset to 5560 MHz, HT40: 0 fastcc: 1 [ 2694.328429] ath: phy1: FastChannelChange for 5180 -> 5560 [ 2694.443892] ath: phy1: Set channel: 5180 MHz width: 2 [ 2694.444043] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2694.444705] ath: phy1: ah->misc_mode 0x10000004 [ 2694.448467] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2694.648200] ath: phy1: Set channel: 5580 MHz width: 0 [ 2694.648348] ath: phy1: Reset to 5580 MHz, HT40: 0 fastcc: 1 [ 2694.648365] ath: phy1: FastChannelChange for 5180 -> 5580 [ 2694.763899] ath: phy1: Set channel: 5180 MHz width: 2 [ 2694.764041] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2694.764694] ath: phy1: ah->misc_mode 0x10000004 [ 2694.768456] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2694.968248] ath: phy1: Set channel: 5600 MHz width: 0 [ 2694.968441] ath: phy1: Reset to 5600 MHz, HT40: 0 fastcc: 1 [ 2694.968471] ath: phy1: FastChannelChange for 5180 -> 5600 [ 2695.083874] ath: phy1: Set channel: 5180 MHz width: 2 [ 2695.084036] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2695.084705] ath: phy1: ah->misc_mode 0x10000004 [ 2695.088475] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2695.288135] ath: phy1: Set channel: 5620 MHz width: 0 [ 2695.288305] ath: phy1: Reset to 5620 MHz, HT40: 0 fastcc: 1 [ 2695.288323] ath: phy1: FastChannelChange for 5180 -> 5620 [ 2695.403937] ath: phy1: Set channel: 5180 MHz width: 2 [ 2695.404085] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2695.404764] ath: phy1: ah->misc_mode 0x10000004 [ 2695.408517] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2695.608226] ath: phy1: Set channel: 5640 MHz width: 0 [ 2695.608388] ath: phy1: Reset to 5640 MHz, HT40: 0 fastcc: 1 [ 2695.608406] ath: phy1: FastChannelChange for 5180 -> 5640 [ 2695.723879] ath: phy1: Set channel: 5180 MHz width: 2 [ 2695.724029] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2695.724686] ath: phy1: ah->misc_mode 0x10000004 [ 2695.728459] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2695.928210] ath: phy1: Set channel: 5660 MHz width: 0 [ 2695.928364] ath: phy1: Reset to 5660 MHz, HT40: 0 fastcc: 1 [ 2695.928381] ath: phy1: FastChannelChange for 5180 -> 5660 [ 2696.043845] ath: phy1: Set channel: 5180 MHz width: 2 [ 2696.044010] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2696.044677] ath: phy1: ah->misc_mode 0x10000004 [ 2696.048463] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2696.248103] ath: phy1: Set channel: 5680 MHz width: 0 [ 2696.248276] ath: phy1: Reset to 5680 MHz, HT40: 0 fastcc: 1 [ 2696.248294] ath: phy1: FastChannelChange for 5180 -> 5680 [ 2696.363808] ath: phy1: Set channel: 5180 MHz width: 2 [ 2696.363965] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2696.364635] ath: phy1: ah->misc_mode 0x10000004 [ 2696.368396] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2696.568077] ath: phy1: Set channel: 5700 MHz width: 0 [ 2696.568232] ath: phy1: Reset to 5700 MHz, HT40: 0 fastcc: 1 [ 2696.568252] ath: phy1: FastChannelChange for 5180 -> 5700 [ 2696.683811] ath: phy1: Set channel: 5180 MHz width: 2 [ 2696.683974] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2696.684635] ath: phy1: ah->misc_mode 0x10000004 [ 2696.688411] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2696.688514] ath: phy1: Set HW RX filter: 0x607 [ 2751.243897] ath: phy1: Set HW RX filter: 0x417 [ 2751.243942] ath: phy1: Set channel: 2412 MHz width: 0 [ 2751.244083] ath: phy1: Reset to 2412 MHz, HT40: 0 fastcc: 1 [ 2751.244100] ath: phy1: FastChannelChange for 5180 -> 2412 [ 2751.308682] ath: phy1: Set channel: 2417 MHz width: 0 [ 2751.308820] ath: phy1: Reset to 2417 MHz, HT40: 0 fastcc: 1 [ 2751.308829] ath: phy1: FastChannelChange for 2412 -> 2417 [ 2751.369683] ath: phy1: Set channel: 5180 MHz width: 2 [ 2751.369824] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2751.370488] ath: phy1: ah->misc_mode 0x10000004 [ 2751.374233] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2751.573954] ath: phy1: Set channel: 2422 MHz width: 0 [ 2751.574103] ath: phy1: Reset to 2422 MHz, HT40: 0 fastcc: 1 [ 2751.574118] ath: phy1: FastChannelChange for 5180 -> 2422 [ 2751.638669] ath: phy1: Set channel: 2427 MHz width: 0 [ 2751.638827] ath: phy1: Reset to 2427 MHz, HT40: 0 fastcc: 1 [ 2751.638838] ath: phy1: FastChannelChange for 2422 -> 2427 [ 2751.699666] ath: phy1: Set channel: 5180 MHz width: 2 [ 2751.699830] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2751.700503] ath: phy1: ah->misc_mode 0x10000004 [ 2751.704272] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2751.903893] ath: phy1: Set channel: 2432 MHz width: 0 [ 2751.904070] ath: phy1: Reset to 2432 MHz, HT40: 0 fastcc: 1 [ 2751.904089] ath: phy1: FastChannelChange for 5180 -> 2432 [ 2751.968629] ath: phy1: Set channel: 2437 MHz width: 0 [ 2751.968783] ath: phy1: Reset to 2437 MHz, HT40: 0 fastcc: 1 [ 2751.968794] ath: phy1: FastChannelChange for 2432 -> 2437 [ 2752.029654] ath: phy1: Set channel: 5180 MHz width: 2 [ 2752.029806] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2752.030479] ath: phy1: ah->misc_mode 0x10000004 [ 2752.034237] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2752.233926] ath: phy1: Set channel: 2442 MHz width: 0 [ 2752.234080] ath: phy1: Reset to 2442 MHz, HT40: 0 fastcc: 1 [ 2752.234098] ath: phy1: FastChannelChange for 5180 -> 2442 [ 2752.298641] ath: phy1: Set channel: 2447 MHz width: 0 [ 2752.298789] ath: phy1: Reset to 2447 MHz, HT40: 0 fastcc: 1 [ 2752.298799] ath: phy1: FastChannelChange for 2442 -> 2447 [ 2752.359628] ath: phy1: Set channel: 5180 MHz width: 2 [ 2752.359766] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2752.360427] ath: phy1: ah->misc_mode 0x10000004 [ 2752.364170] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2752.563912] ath: phy1: Set channel: 2452 MHz width: 0 [ 2752.564070] ath: phy1: Reset to 2452 MHz, HT40: 0 fastcc: 1 [ 2752.564089] ath: phy1: FastChannelChange for 5180 -> 2452 [ 2752.628625] ath: phy1: Set channel: 2457 MHz width: 0 [ 2752.628791] ath: phy1: Reset to 2457 MHz, HT40: 0 fastcc: 1 [ 2752.628803] ath: phy1: FastChannelChange for 2452 -> 2457 [ 2752.689625] ath: phy1: Set channel: 5180 MHz width: 2 [ 2752.689776] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2752.690425] ath: phy1: ah->misc_mode 0x10000004 [ 2752.694145] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2752.893908] ath: phy1: Set channel: 2462 MHz width: 0 [ 2752.894069] ath: phy1: Reset to 2462 MHz, HT40: 0 fastcc: 1 [ 2752.894089] ath: phy1: FastChannelChange for 5180 -> 2462 [ 2752.958641] ath: phy1: Set channel: 5180 MHz width: 2 [ 2752.958799] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2752.959462] ath: phy1: ah->misc_mode 0x10000004 [ 2752.963220] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2753.162904] ath: phy1: Set channel: 2467 MHz width: 0 [ 2753.163091] ath: phy1: Reset to 2467 MHz, HT40: 0 fastcc: 1 [ 2753.163111] ath: phy1: FastChannelChange for 5180 -> 2467 [ 2753.278598] ath: phy1: Set channel: 5180 MHz width: 2 [ 2753.278757] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2753.279430] ath: phy1: ah->misc_mode 0x10000004 [ 2753.283170] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2753.482891] ath: phy1: Set channel: 2472 MHz width: 0 [ 2753.483080] ath: phy1: Reset to 2472 MHz, HT40: 0 fastcc: 1 [ 2753.483098] ath: phy1: FastChannelChange for 5180 -> 2472 [ 2753.598587] ath: phy1: Set channel: 5180 MHz width: 2 [ 2753.598744] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2753.599419] ath: phy1: ah->misc_mode 0x10000004 [ 2753.603161] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2753.802878] ath: phy1: Set channel: 5180 MHz width: 2 [ 2753.803068] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2753.803800] ath: phy1: ah->misc_mode 0x10000004 [ 2753.807596] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2753.918582] ath: phy1: Set channel: 5180 MHz width: 2 [ 2753.918735] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2753.919385] ath: phy1: ah->misc_mode 0x10000004 [ 2753.923139] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2754.122854] ath: phy1: Set channel: 5200 MHz width: 0 [ 2754.123018] ath: phy1: Reset to 5200 MHz, HT40: 0 fastcc: 1 [ 2754.123038] ath: phy1: FastChannelChange for 5180 -> 5200 [ 2754.238580] ath: phy1: Set channel: 5180 MHz width: 2 [ 2754.238742] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2754.239417] ath: phy1: ah->misc_mode 0x10000004 [ 2754.243183] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2754.442844] ath: phy1: Set channel: 5220 MHz width: 0 [ 2754.443011] ath: phy1: Reset to 5220 MHz, HT40: 0 fastcc: 1 [ 2754.443031] ath: phy1: FastChannelChange for 5180 -> 5220 [ 2754.558559] ath: phy1: Set channel: 5180 MHz width: 2 [ 2754.558723] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2754.559391] ath: phy1: ah->misc_mode 0x10000004 [ 2754.563133] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2754.762876] ath: phy1: Set channel: 5240 MHz width: 0 [ 2754.763039] ath: phy1: Reset to 5240 MHz, HT40: 0 fastcc: 1 [ 2754.763058] ath: phy1: FastChannelChange for 5180 -> 5240 [ 2754.878539] ath: phy1: Set channel: 5180 MHz width: 2 [ 2754.878696] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2754.879361] ath: phy1: ah->misc_mode 0x10000004 [ 2754.883098] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2755.082822] ath: phy1: Set channel: 5260 MHz width: 0 [ 2755.083001] ath: phy1: Reset to 5260 MHz, HT40: 0 fastcc: 1 [ 2755.083021] ath: phy1: FastChannelChange for 5180 -> 5260 [ 2755.198529] ath: phy1: Set channel: 5180 MHz width: 2 [ 2755.198690] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2755.199363] ath: phy1: ah->misc_mode 0x10000004 [ 2755.203114] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2755.402809] ath: phy1: Set channel: 5280 MHz width: 0 [ 2755.402995] ath: phy1: Reset to 5280 MHz, HT40: 0 fastcc: 1 [ 2755.403014] ath: phy1: FastChannelChange for 5180 -> 5280 [ 2755.518518] ath: phy1: Set channel: 5180 MHz width: 2 [ 2755.518678] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2755.519350] ath: phy1: ah->misc_mode 0x10000004 [ 2755.523091] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2755.722777] ath: phy1: Set channel: 5300 MHz width: 0 [ 2755.722929] ath: phy1: Reset to 5300 MHz, HT40: 0 fastcc: 1 [ 2755.722946] ath: phy1: FastChannelChange for 5180 -> 5300 [ 2755.838585] ath: phy1: Set channel: 5180 MHz width: 2 [ 2755.838740] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2755.839425] ath: phy1: ah->misc_mode 0x10000004 [ 2755.843170] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2756.042780] ath: phy1: Set channel: 5320 MHz width: 0 [ 2756.042942] ath: phy1: Reset to 5320 MHz, HT40: 0 fastcc: 1 [ 2756.042959] ath: phy1: FastChannelChange for 5180 -> 5320 [ 2756.158588] ath: phy1: Set channel: 5180 MHz width: 2 [ 2756.158746] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2756.159427] ath: phy1: ah->misc_mode 0x10000004 [ 2756.163185] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2756.362778] ath: phy1: Set channel: 5500 MHz width: 0 [ 2756.362969] ath: phy1: Reset to 5500 MHz, HT40: 0 fastcc: 1 [ 2756.362989] ath: phy1: FastChannelChange for 5180 -> 5500 [ 2756.478475] ath: phy1: Set channel: 5180 MHz width: 2 [ 2756.478633] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2756.479302] ath: phy1: ah->misc_mode 0x10000004 [ 2756.483051] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2756.682801] ath: phy1: Set channel: 5520 MHz width: 0 [ 2756.682967] ath: phy1: Reset to 5520 MHz, HT40: 0 fastcc: 1 [ 2756.682987] ath: phy1: FastChannelChange for 5180 -> 5520 [ 2756.798462] ath: phy1: Set channel: 5180 MHz width: 2 [ 2756.798621] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2756.799291] ath: phy1: ah->misc_mode 0x10000004 [ 2756.803038] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2757.002744] ath: phy1: Set channel: 5540 MHz width: 0 [ 2757.002896] ath: phy1: Reset to 5540 MHz, HT40: 0 fastcc: 1 [ 2757.002914] ath: phy1: FastChannelChange for 5180 -> 5540 [ 2757.118548] ath: phy1: Set channel: 5180 MHz width: 2 [ 2757.118703] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2757.119393] ath: phy1: ah->misc_mode 0x10000004 [ 2757.123154] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2757.322744] ath: phy1: Set channel: 5560 MHz width: 0 [ 2757.322912] ath: phy1: Reset to 5560 MHz, HT40: 0 fastcc: 1 [ 2757.322932] ath: phy1: FastChannelChange for 5180 -> 5560 [ 2757.438445] ath: phy1: Set channel: 5180 MHz width: 2 [ 2757.438608] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2757.439276] ath: phy1: ah->misc_mode 0x10000004 [ 2757.443027] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2757.642775] ath: phy1: Set channel: 5580 MHz width: 0 [ 2757.642945] ath: phy1: Reset to 5580 MHz, HT40: 0 fastcc: 1 [ 2757.642965] ath: phy1: FastChannelChange for 5180 -> 5580 [ 2757.758429] ath: phy1: Set channel: 5180 MHz width: 2 [ 2757.758589] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2757.759258] ath: phy1: ah->misc_mode 0x10000004 [ 2757.763001] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2757.962748] ath: phy1: Set channel: 5600 MHz width: 0 [ 2757.962920] ath: phy1: Reset to 5600 MHz, HT40: 0 fastcc: 1 [ 2757.962940] ath: phy1: FastChannelChange for 5180 -> 5600 [ 2758.078431] ath: phy1: Set channel: 5180 MHz width: 2 [ 2758.078594] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2758.079264] ath: phy1: ah->misc_mode 0x10000004 [ 2758.083023] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2758.282715] ath: phy1: Set channel: 5620 MHz width: 0 [ 2758.282881] ath: phy1: Reset to 5620 MHz, HT40: 0 fastcc: 1 [ 2758.282900] ath: phy1: FastChannelChange for 5180 -> 5620 [ 2758.398408] ath: phy1: Set channel: 5180 MHz width: 2 [ 2758.398567] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2758.399241] ath: phy1: ah->misc_mode 0x10000004 [ 2758.402987] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2758.602705] ath: phy1: Set channel: 5640 MHz width: 0 [ 2758.602873] ath: phy1: Reset to 5640 MHz, HT40: 0 fastcc: 1 [ 2758.602892] ath: phy1: FastChannelChange for 5180 -> 5640 [ 2758.718385] ath: phy1: Set channel: 5180 MHz width: 2 [ 2758.718541] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2758.719210] ath: phy1: ah->misc_mode 0x10000004 [ 2758.722962] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2758.922683] ath: phy1: Set channel: 5660 MHz width: 0 [ 2758.922848] ath: phy1: Reset to 5660 MHz, HT40: 0 fastcc: 1 [ 2758.922867] ath: phy1: FastChannelChange for 5180 -> 5660 [ 2759.038377] ath: phy1: Set channel: 5180 MHz width: 2 [ 2759.038540] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2759.039213] ath: phy1: ah->misc_mode 0x10000004 [ 2759.042961] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2759.242661] ath: phy1: Set channel: 5680 MHz width: 0 [ 2759.242813] ath: phy1: Reset to 5680 MHz, HT40: 0 fastcc: 1 [ 2759.242830] ath: phy1: FastChannelChange for 5180 -> 5680 [ 2759.358457] ath: phy1: Set channel: 5180 MHz width: 2 [ 2759.358616] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2759.359319] ath: phy1: ah->misc_mode 0x10000004 [ 2759.363076] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2759.562588] ath: phy1: Set channel: 5700 MHz width: 0 [ 2759.562731] ath: phy1: Reset to 5700 MHz, HT40: 0 fastcc: 1 [ 2759.562745] ath: phy1: FastChannelChange for 5180 -> 5700 [ 2759.678431] ath: phy1: Set channel: 5180 MHz width: 2 [ 2759.678588] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2759.679320] ath: phy1: ah->misc_mode 0x10000004 [ 2759.683063] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2759.683161] ath: phy1: Set HW RX filter: 0x607 [ 2774.360971] ath: phy1: Set HW Key [ 2834.238066] ath: phy1: Set HW RX filter: 0x417 [ 2834.238095] ath: phy1: Set channel: 2412 MHz width: 0 [ 2834.238239] ath: phy1: Reset to 2412 MHz, HT40: 0 fastcc: 1 [ 2834.238260] ath: phy1: FastChannelChange for 5180 -> 2412 [ 2834.303449] ath: phy1: Set channel: 5180 MHz width: 2 [ 2834.303605] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2834.304279] ath: phy1: ah->misc_mode 0x10000004 [ 2834.308034] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2834.507730] ath: phy1: Set channel: 2417 MHz width: 0 [ 2834.507870] ath: phy1: Reset to 2417 MHz, HT40: 0 fastcc: 1 [ 2834.507888] ath: phy1: FastChannelChange for 5180 -> 2417 [ 2834.572434] ath: phy1: Set channel: 2422 MHz width: 0 [ 2834.572594] ath: phy1: Reset to 2422 MHz, HT40: 0 fastcc: 1 [ 2834.572607] ath: phy1: FastChannelChange for 2417 -> 2422 [ 2834.633431] ath: phy1: Set channel: 5180 MHz width: 2 [ 2834.633589] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2834.634260] ath: phy1: ah->misc_mode 0x10000004 [ 2834.638020] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2834.837725] ath: phy1: Set channel: 2427 MHz width: 0 [ 2834.837878] ath: phy1: Reset to 2427 MHz, HT40: 0 fastcc: 1 [ 2834.837897] ath: phy1: FastChannelChange for 5180 -> 2427 [ 2834.902428] ath: phy1: Set channel: 2432 MHz width: 0 [ 2834.902573] ath: phy1: Reset to 2432 MHz, HT40: 0 fastcc: 1 [ 2834.902584] ath: phy1: FastChannelChange for 2427 -> 2432 [ 2834.963422] ath: phy1: Set channel: 5180 MHz width: 2 [ 2834.963576] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2834.964261] ath: phy1: ah->misc_mode 0x10000004 [ 2834.968018] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2835.167731] ath: phy1: Set channel: 2437 MHz width: 0 [ 2835.167884] ath: phy1: Reset to 2437 MHz, HT40: 0 fastcc: 1 [ 2835.167903] ath: phy1: FastChannelChange for 5180 -> 2437 [ 2835.232432] ath: phy1: Set channel: 2442 MHz width: 0 [ 2835.232593] ath: phy1: Reset to 2442 MHz, HT40: 0 fastcc: 1 [ 2835.232606] ath: phy1: FastChannelChange for 2437 -> 2442 [ 2835.293396] ath: phy1: Set channel: 5180 MHz width: 2 [ 2835.293546] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2835.294215] ath: phy1: ah->misc_mode 0x10000004 [ 2835.297954] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2835.497717] ath: phy1: Set channel: 2447 MHz width: 0 [ 2835.497875] ath: phy1: Reset to 2447 MHz, HT40: 0 fastcc: 1 [ 2835.497894] ath: phy1: FastChannelChange for 5180 -> 2447 [ 2835.562405] ath: phy1: Set channel: 2452 MHz width: 0 [ 2835.562564] ath: phy1: Reset to 2452 MHz, HT40: 0 fastcc: 1 [ 2835.562576] ath: phy1: FastChannelChange for 2447 -> 2452 [ 2835.623412] ath: phy1: Set channel: 5180 MHz width: 2 [ 2835.623567] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2835.624232] ath: phy1: ah->misc_mode 0x10000004 [ 2835.627958] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2835.827713] ath: phy1: Set channel: 2457 MHz width: 0 [ 2835.827881] ath: phy1: Reset to 2457 MHz, HT40: 0 fastcc: 1 [ 2835.827901] ath: phy1: FastChannelChange for 5180 -> 2457 [ 2835.892398] ath: phy1: Set channel: 2462 MHz width: 0 [ 2835.892551] ath: phy1: Reset to 2462 MHz, HT40: 0 fastcc: 1 [ 2835.892563] ath: phy1: FastChannelChange for 2457 -> 2462 [ 2835.953423] ath: phy1: Set channel: 5180 MHz width: 2 [ 2835.953571] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2835.954241] ath: phy1: ah->misc_mode 0x10000004 [ 2835.958020] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2836.157701] ath: phy1: Set channel: 2467 MHz width: 0 [ 2836.157859] ath: phy1: Reset to 2467 MHz, HT40: 0 fastcc: 1 [ 2836.157877] ath: phy1: FastChannelChange for 5180 -> 2467 [ 2836.273400] ath: phy1: Set channel: 5180 MHz width: 2 [ 2836.273558] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2836.274230] ath: phy1: ah->misc_mode 0x10000004 [ 2836.277998] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2836.477673] ath: phy1: Set channel: 2472 MHz width: 0 [ 2836.477817] ath: phy1: Reset to 2472 MHz, HT40: 0 fastcc: 1 [ 2836.477833] ath: phy1: FastChannelChange for 5180 -> 2472 [ 2836.593432] ath: phy1: Set channel: 5180 MHz width: 2 [ 2836.593590] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2836.594277] ath: phy1: ah->misc_mode 0x10000004 [ 2836.598042] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2836.797663] ath: phy1: Set channel: 5180 MHz width: 2 [ 2836.797830] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2836.798542] ath: phy1: ah->misc_mode 0x10000004 [ 2836.802358] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2836.913356] ath: phy1: Set channel: 5180 MHz width: 2 [ 2836.913510] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2836.914164] ath: phy1: ah->misc_mode 0x10000004 [ 2836.917930] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2837.117641] ath: phy1: Set channel: 5200 MHz width: 0 [ 2837.117806] ath: phy1: Reset to 5200 MHz, HT40: 0 fastcc: 1 [ 2837.117825] ath: phy1: FastChannelChange for 5180 -> 5200 [ 2837.233347] ath: phy1: Set channel: 5180 MHz width: 2 [ 2837.233509] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2837.234187] ath: phy1: ah->misc_mode 0x10000004 [ 2837.237970] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2837.437620] ath: phy1: Set channel: 5220 MHz width: 0 [ 2837.437784] ath: phy1: Reset to 5220 MHz, HT40: 0 fastcc: 1 [ 2837.437803] ath: phy1: FastChannelChange for 5180 -> 5220 [ 2837.553337] ath: phy1: Set channel: 5180 MHz width: 2 [ 2837.553502] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2837.554182] ath: phy1: ah->misc_mode 0x10000004 [ 2837.557971] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2837.757616] ath: phy1: Set channel: 5240 MHz width: 0 [ 2837.757781] ath: phy1: Reset to 5240 MHz, HT40: 0 fastcc: 1 [ 2837.757802] ath: phy1: FastChannelChange for 5180 -> 5240 [ 2837.873318] ath: phy1: Set channel: 5180 MHz width: 2 [ 2837.873481] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2837.874160] ath: phy1: ah->misc_mode 0x10000004 [ 2837.877951] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2838.077608] ath: phy1: Set channel: 5260 MHz width: 0 [ 2838.077770] ath: phy1: Reset to 5260 MHz, HT40: 0 fastcc: 1 [ 2838.077785] ath: phy1: FastChannelChange for 5180 -> 5260 [ 2838.193308] ath: phy1: Set channel: 5180 MHz width: 2 [ 2838.193469] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2838.194147] ath: phy1: ah->misc_mode 0x10000004 [ 2838.197925] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2838.397626] ath: phy1: Set channel: 5280 MHz width: 0 [ 2838.397797] ath: phy1: Reset to 5280 MHz, HT40: 0 fastcc: 1 [ 2838.397817] ath: phy1: FastChannelChange for 5180 -> 5280 [ 2838.513290] ath: phy1: Set channel: 5180 MHz width: 2 [ 2838.513450] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2838.514126] ath: phy1: ah->misc_mode 0x10000004 [ 2838.517883] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2838.717596] ath: phy1: Set channel: 5300 MHz width: 0 [ 2838.717771] ath: phy1: Reset to 5300 MHz, HT40: 0 fastcc: 1 [ 2838.717791] ath: phy1: FastChannelChange for 5180 -> 5300 [ 2838.833290] ath: phy1: Set channel: 5180 MHz width: 2 [ 2838.833452] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2838.834132] ath: phy1: ah->misc_mode 0x10000004 [ 2838.837914] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2839.037613] ath: phy1: Set channel: 5320 MHz width: 0 [ 2839.037798] ath: phy1: Reset to 5320 MHz, HT40: 0 fastcc: 1 [ 2839.037819] ath: phy1: FastChannelChange for 5180 -> 5320 [ 2839.153275] ath: phy1: Set channel: 5180 MHz width: 2 [ 2839.153439] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2839.154118] ath: phy1: ah->misc_mode 0x10000004 [ 2839.157905] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2839.357607] ath: phy1: Set channel: 5500 MHz width: 0 [ 2839.357793] ath: phy1: Reset to 5500 MHz, HT40: 0 fastcc: 1 [ 2839.357812] ath: phy1: FastChannelChange for 5180 -> 5500 [ 2839.473264] ath: phy1: Set channel: 5180 MHz width: 2 [ 2839.473426] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2839.474108] ath: phy1: ah->misc_mode 0x10000004 [ 2839.477893] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2839.677595] ath: phy1: Set channel: 5520 MHz width: 0 [ 2839.677773] ath: phy1: Reset to 5520 MHz, HT40: 0 fastcc: 1 [ 2839.677795] ath: phy1: FastChannelChange for 5180 -> 5520 [ 2839.793243] ath: phy1: Set channel: 5180 MHz width: 2 [ 2839.793407] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2839.794088] ath: phy1: ah->misc_mode 0x10000004 [ 2839.797873] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2839.997574] ath: phy1: Set channel: 5540 MHz width: 0 [ 2839.997740] ath: phy1: Reset to 5540 MHz, HT40: 0 fastcc: 1 [ 2839.997759] ath: phy1: FastChannelChange for 5180 -> 5540 [ 2840.113224] ath: phy1: Set channel: 5180 MHz width: 2 [ 2840.113385] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2840.114059] ath: phy1: ah->misc_mode 0x10000004 [ 2840.117829] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2840.317540] ath: phy1: Set channel: 5560 MHz width: 0 [ 2840.317709] ath: phy1: Reset to 5560 MHz, HT40: 0 fastcc: 1 [ 2840.317727] ath: phy1: FastChannelChange for 5180 -> 5560 [ 2840.433302] ath: phy1: Set channel: 5180 MHz width: 2 [ 2840.433460] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2840.434153] ath: phy1: ah->misc_mode 0x10000004 [ 2840.437927] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2840.637549] ath: phy1: Set channel: 5580 MHz width: 0 [ 2840.637719] ath: phy1: Reset to 5580 MHz, HT40: 0 fastcc: 1 [ 2840.637739] ath: phy1: FastChannelChange for 5180 -> 5580 [ 2840.753214] ath: phy1: Set channel: 5180 MHz width: 2 [ 2840.753377] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2840.754058] ath: phy1: ah->misc_mode 0x10000004 [ 2840.757838] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2840.957562] ath: phy1: Set channel: 5600 MHz width: 0 [ 2840.957715] ath: phy1: Reset to 5600 MHz, HT40: 0 fastcc: 1 [ 2840.957732] ath: phy1: FastChannelChange for 5180 -> 5600 [ 2841.073270] ath: phy1: Set channel: 5180 MHz width: 2 [ 2841.073427] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2841.074117] ath: phy1: ah->misc_mode 0x10000004 [ 2841.077882] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2841.277486] ath: phy1: Set channel: 5620 MHz width: 0 [ 2841.277637] ath: phy1: Reset to 5620 MHz, HT40: 0 fastcc: 1 [ 2841.277654] ath: phy1: FastChannelChange for 5180 -> 5620 [ 2841.393264] ath: phy1: Set channel: 5180 MHz width: 2 [ 2841.393426] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2841.394137] ath: phy1: ah->misc_mode 0x10000004 [ 2841.397915] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2841.597531] ath: phy1: Set channel: 5640 MHz width: 0 [ 2841.597705] ath: phy1: Reset to 5640 MHz, HT40: 0 fastcc: 1 [ 2841.597726] ath: phy1: FastChannelChange for 5180 -> 5640 [ 2841.713166] ath: phy1: Set channel: 5180 MHz width: 2 [ 2841.713326] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2841.714003] ath: phy1: ah->misc_mode 0x10000004 [ 2841.717764] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2841.917492] ath: phy1: Set channel: 5660 MHz width: 0 [ 2841.917671] ath: phy1: Reset to 5660 MHz, HT40: 0 fastcc: 1 [ 2841.917692] ath: phy1: FastChannelChange for 5180 -> 5660 [ 2842.033143] ath: phy1: Set channel: 5180 MHz width: 2 [ 2842.033308] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2842.033989] ath: phy1: ah->misc_mode 0x10000004 [ 2842.037766] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2842.237434] ath: phy1: Set channel: 5680 MHz width: 0 [ 2842.237603] ath: phy1: Reset to 5680 MHz, HT40: 0 fastcc: 1 [ 2842.237621] ath: phy1: FastChannelChange for 5180 -> 5680 [ 2842.353212] ath: phy1: Set channel: 5180 MHz width: 2 [ 2842.353367] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2842.354058] ath: phy1: ah->misc_mode 0x10000004 [ 2842.357833] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2842.557439] ath: phy1: Set channel: 5700 MHz width: 0 [ 2842.557613] ath: phy1: Reset to 5700 MHz, HT40: 0 fastcc: 1 [ 2842.557631] ath: phy1: FastChannelChange for 5180 -> 5700 [ 2842.673217] ath: phy1: Set channel: 5180 MHz width: 2 [ 2842.673401] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2842.674130] ath: phy1: ah->misc_mode 0x10000004 [ 2842.677902] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2842.678008] ath: phy1: Set HW RX filter: 0x607 [ 2937.236491] ath: phy1: Set HW RX filter: 0x417 [ 2937.236846] ath: phy1: Set channel: 2412 MHz width: 0 [ 2937.236985] ath: phy1: Reset to 2412 MHz, HT40: 0 fastcc: 1 [ 2937.237005] ath: phy1: FastChannelChange for 5180 -> 2412 [ 2937.301449] ath: phy1: Set channel: 5180 MHz width: 2 [ 2937.301602] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2937.302267] ath: phy1: ah->misc_mode 0x10000004 [ 2937.306003] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2937.505745] ath: phy1: Set channel: 2417 MHz width: 0 [ 2937.505910] ath: phy1: Reset to 2417 MHz, HT40: 0 fastcc: 1 [ 2937.505929] ath: phy1: FastChannelChange for 5180 -> 2417 [ 2937.570447] ath: phy1: Set channel: 2422 MHz width: 0 [ 2937.570608] ath: phy1: Reset to 2422 MHz, HT40: 0 fastcc: 1 [ 2937.570621] ath: phy1: FastChannelChange for 2417 -> 2422 [ 2937.631456] ath: phy1: Set channel: 5180 MHz width: 2 [ 2937.631616] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2937.632295] ath: phy1: ah->misc_mode 0x10000004 [ 2937.636115] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2937.835766] ath: phy1: Set channel: 2427 MHz width: 0 [ 2937.835922] ath: phy1: Reset to 2427 MHz, HT40: 0 fastcc: 1 [ 2937.835939] ath: phy1: FastChannelChange for 5180 -> 2427 [ 2937.900439] ath: phy1: Set channel: 2432 MHz width: 0 [ 2937.900593] ath: phy1: Reset to 2432 MHz, HT40: 0 fastcc: 1 [ 2937.900606] ath: phy1: FastChannelChange for 2427 -> 2432 [ 2937.961476] ath: phy1: Set channel: 5180 MHz width: 2 [ 2937.961632] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2937.962307] ath: phy1: ah->misc_mode 0x10000004 [ 2937.966096] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2938.165695] ath: phy1: Set channel: 2437 MHz width: 0 [ 2938.165862] ath: phy1: Reset to 2437 MHz, HT40: 0 fastcc: 1 [ 2938.165882] ath: phy1: FastChannelChange for 5180 -> 2437 [ 2938.230401] ath: phy1: Set channel: 2442 MHz width: 0 [ 2938.230563] ath: phy1: Reset to 2442 MHz, HT40: 0 fastcc: 1 [ 2938.230577] ath: phy1: FastChannelChange for 2437 -> 2442 [ 2938.291424] ath: phy1: Set channel: 5180 MHz width: 2 [ 2938.291581] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2938.292256] ath: phy1: ah->misc_mode 0x10000004 [ 2938.296030] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2938.495676] ath: phy1: Set channel: 2447 MHz width: 0 [ 2938.495829] ath: phy1: Reset to 2447 MHz, HT40: 0 fastcc: 1 [ 2938.495847] ath: phy1: FastChannelChange for 5180 -> 2447 [ 2938.560410] ath: phy1: Set channel: 2452 MHz width: 0 [ 2938.560573] ath: phy1: Reset to 2452 MHz, HT40: 0 fastcc: 1 [ 2938.560585] ath: phy1: FastChannelChange for 2447 -> 2452 [ 2938.621380] ath: phy1: Set channel: 5180 MHz width: 2 [ 2938.621532] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2938.622205] ath: phy1: ah->misc_mode 0x10000004 [ 2938.625974] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2938.825616] ath: phy1: Set channel: 2457 MHz width: 0 [ 2938.825780] ath: phy1: Reset to 2457 MHz, HT40: 0 fastcc: 1 [ 2938.825796] ath: phy1: FastChannelChange for 5180 -> 2457 [ 2938.890395] ath: phy1: Set channel: 2462 MHz width: 0 [ 2938.890537] ath: phy1: Reset to 2462 MHz, HT40: 0 fastcc: 1 [ 2938.890548] ath: phy1: FastChannelChange for 2457 -> 2462 [ 2938.951390] ath: phy1: Set channel: 5180 MHz width: 2 [ 2938.951537] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2938.952184] ath: phy1: ah->misc_mode 0x10000004 [ 2938.955910] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2939.155671] ath: phy1: Set channel: 2467 MHz width: 0 [ 2939.155815] ath: phy1: Reset to 2467 MHz, HT40: 0 fastcc: 1 [ 2939.155832] ath: phy1: FastChannelChange for 5180 -> 2467 [ 2939.271417] ath: phy1: Set channel: 5180 MHz width: 2 [ 2939.271564] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2939.272239] ath: phy1: ah->misc_mode 0x10000004 [ 2939.276021] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2939.475644] ath: phy1: Set channel: 2472 MHz width: 0 [ 2939.475782] ath: phy1: Reset to 2472 MHz, HT40: 0 fastcc: 1 [ 2939.475799] ath: phy1: FastChannelChange for 5180 -> 2472 [ 2939.591453] ath: phy1: Set channel: 5180 MHz width: 2 [ 2939.591602] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2939.592273] ath: phy1: ah->misc_mode 0x10000004 [ 2939.596014] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2939.795685] ath: phy1: Set channel: 5180 MHz width: 2 [ 2939.795848] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2939.796552] ath: phy1: ah->misc_mode 0x10000004 [ 2939.800341] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2939.911340] ath: phy1: Set channel: 5180 MHz width: 2 [ 2939.911489] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2939.912125] ath: phy1: ah->misc_mode 0x10000004 [ 2939.915869] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2940.115667] ath: phy1: Set channel: 5200 MHz width: 0 [ 2940.115832] ath: phy1: Reset to 5200 MHz, HT40: 0 fastcc: 1 [ 2940.115851] ath: phy1: FastChannelChange for 5180 -> 5200 [ 2940.231326] ath: phy1: Set channel: 5180 MHz width: 2 [ 2940.231480] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2940.232135] ath: phy1: ah->misc_mode 0x10000004 [ 2940.235880] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2940.435636] ath: phy1: Set channel: 5220 MHz width: 0 [ 2940.435798] ath: phy1: Reset to 5220 MHz, HT40: 0 fastcc: 1 [ 2940.435816] ath: phy1: FastChannelChange for 5180 -> 5220 [ 2940.551316] ath: phy1: Set channel: 5180 MHz width: 2 [ 2940.551469] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2940.552122] ath: phy1: ah->misc_mode 0x10000004 [ 2940.555863] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2940.755619] ath: phy1: Set channel: 5240 MHz width: 0 [ 2940.755785] ath: phy1: Reset to 5240 MHz, HT40: 0 fastcc: 1 [ 2940.755806] ath: phy1: FastChannelChange for 5180 -> 5240 [ 2940.871300] ath: phy1: Set channel: 5180 MHz width: 2 [ 2940.871449] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2940.872104] ath: phy1: ah->misc_mode 0x10000004 [ 2940.875851] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2941.075576] ath: phy1: Set channel: 5260 MHz width: 0 [ 2941.075730] ath: phy1: Reset to 5260 MHz, HT40: 0 fastcc: 1 [ 2941.075747] ath: phy1: FastChannelChange for 5180 -> 5260 [ 2941.191359] ath: phy1: Set channel: 5180 MHz width: 2 [ 2941.191504] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2941.192153] ath: phy1: ah->misc_mode 0x10000004 [ 2941.195870] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2941.395611] ath: phy1: Set channel: 5280 MHz width: 0 [ 2941.395786] ath: phy1: Reset to 5280 MHz, HT40: 0 fastcc: 1 [ 2941.395806] ath: phy1: FastChannelChange for 5180 -> 5280 [ 2941.511293] ath: phy1: Set channel: 5180 MHz width: 2 [ 2941.511445] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2941.512097] ath: phy1: ah->misc_mode 0x10000004 [ 2941.515801] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2941.715606] ath: phy1: Set channel: 5300 MHz width: 0 [ 2941.715783] ath: phy1: Reset to 5300 MHz, HT40: 0 fastcc: 1 [ 2941.715800] ath: phy1: FastChannelChange for 5180 -> 5300 [ 2941.831375] ath: phy1: Set channel: 5180 MHz width: 2 [ 2941.831527] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2941.832210] ath: phy1: ah->misc_mode 0x10000004 [ 2941.835945] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2942.035532] ath: phy1: Set channel: 5320 MHz width: 0 [ 2942.035677] ath: phy1: Reset to 5320 MHz, HT40: 0 fastcc: 1 [ 2942.035695] ath: phy1: FastChannelChange for 5180 -> 5320 [ 2942.151279] ath: phy1: Set channel: 5180 MHz width: 2 [ 2942.151418] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2942.152070] ath: phy1: ah->misc_mode 0x10000004 [ 2942.155779] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2942.355542] ath: phy1: Set channel: 5500 MHz width: 0 [ 2942.355682] ath: phy1: Reset to 5500 MHz, HT40: 0 fastcc: 1 [ 2942.355700] ath: phy1: FastChannelChange for 5180 -> 5500 [ 2942.471341] ath: phy1: Set channel: 5180 MHz width: 2 [ 2942.471500] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2942.472180] ath: phy1: ah->misc_mode 0x10000004 [ 2942.475907] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2942.675527] ath: phy1: Set channel: 5520 MHz width: 0 [ 2942.675664] ath: phy1: Reset to 5520 MHz, HT40: 0 fastcc: 1 [ 2942.675679] ath: phy1: FastChannelChange for 5180 -> 5520 [ 2942.791318] ath: phy1: Set channel: 5180 MHz width: 2 [ 2942.791489] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2942.792197] ath: phy1: ah->misc_mode 0x10000004 [ 2942.795913] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2942.995544] ath: phy1: Set channel: 5540 MHz width: 0 [ 2942.995703] ath: phy1: Reset to 5540 MHz, HT40: 0 fastcc: 1 [ 2942.995722] ath: phy1: FastChannelChange for 5180 -> 5540 [ 2943.111217] ath: phy1: Set channel: 5180 MHz width: 2 [ 2943.111370] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2943.112024] ath: phy1: ah->misc_mode 0x10000004 [ 2943.115738] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2943.315530] ath: phy1: Set channel: 5560 MHz width: 0 [ 2943.315695] ath: phy1: Reset to 5560 MHz, HT40: 0 fastcc: 1 [ 2943.315714] ath: phy1: FastChannelChange for 5180 -> 5560 [ 2943.431208] ath: phy1: Set channel: 5180 MHz width: 2 [ 2943.431362] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2943.432021] ath: phy1: ah->misc_mode 0x10000004 [ 2943.435739] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2943.635512] ath: phy1: Set channel: 5580 MHz width: 0 [ 2943.635679] ath: phy1: Reset to 5580 MHz, HT40: 0 fastcc: 1 [ 2943.635699] ath: phy1: FastChannelChange for 5180 -> 5580 [ 2943.751189] ath: phy1: Set channel: 5180 MHz width: 2 [ 2943.751341] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2943.751994] ath: phy1: ah->misc_mode 0x10000004 [ 2943.755712] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2943.955534] ath: phy1: Set channel: 5600 MHz width: 0 [ 2943.955695] ath: phy1: Reset to 5600 MHz, HT40: 0 fastcc: 1 [ 2943.955712] ath: phy1: FastChannelChange for 5180 -> 5600 [ 2944.071270] ath: phy1: Set channel: 5180 MHz width: 2 [ 2944.071421] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2944.072097] ath: phy1: ah->misc_mode 0x10000004 [ 2944.075816] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2944.275473] ath: phy1: Set channel: 5620 MHz width: 0 [ 2944.275639] ath: phy1: Reset to 5620 MHz, HT40: 0 fastcc: 1 [ 2944.275656] ath: phy1: FastChannelChange for 5180 -> 5620 [ 2944.391253] ath: phy1: Set channel: 5180 MHz width: 2 [ 2944.391402] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2944.392057] ath: phy1: ah->misc_mode 0x10000004 [ 2944.395790] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2944.595483] ath: phy1: Set channel: 5640 MHz width: 0 [ 2944.595645] ath: phy1: Reset to 5640 MHz, HT40: 0 fastcc: 1 [ 2944.595663] ath: phy1: FastChannelChange for 5180 -> 5640 [ 2944.711144] ath: phy1: Set channel: 5180 MHz width: 2 [ 2944.711297] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2944.711954] ath: phy1: ah->misc_mode 0x10000004 [ 2944.715660] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2944.915467] ath: phy1: Set channel: 5660 MHz width: 0 [ 2944.915633] ath: phy1: Reset to 5660 MHz, HT40: 0 fastcc: 1 [ 2944.915652] ath: phy1: FastChannelChange for 5180 -> 5660 [ 2945.031135] ath: phy1: Set channel: 5180 MHz width: 2 [ 2945.031290] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2945.031947] ath: phy1: ah->misc_mode 0x10000004 [ 2945.035661] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2945.235442] ath: phy1: Set channel: 5680 MHz width: 0 [ 2945.235601] ath: phy1: Reset to 5680 MHz, HT40: 0 fastcc: 1 [ 2945.235620] ath: phy1: FastChannelChange for 5180 -> 5680 [ 2945.351111] ath: phy1: Set channel: 5180 MHz width: 2 [ 2945.351261] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2945.351911] ath: phy1: ah->misc_mode 0x10000004 [ 2945.355617] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2945.555451] ath: phy1: Set channel: 5700 MHz width: 0 [ 2945.555620] ath: phy1: Reset to 5700 MHz, HT40: 0 fastcc: 1 [ 2945.555639] ath: phy1: FastChannelChange for 5180 -> 5700 [ 2945.671088] ath: phy1: Set channel: 5180 MHz width: 2 [ 2945.671246] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 2945.671906] ath: phy1: ah->misc_mode 0x10000004 [ 2945.675618] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 2945.675712] ath: phy1: Set HW RX filter: 0x607 [ 3057.231508] ath: phy1: Set HW RX filter: 0x417 [ 3057.231540] ath: phy1: Set channel: 2412 MHz width: 0 [ 3057.231712] ath: phy1: Reset to 2412 MHz, HT40: 0 fastcc: 1 [ 3057.231731] ath: phy1: FastChannelChange for 5180 -> 2412 [ 3057.296786] ath: phy1: Set channel: 5180 MHz width: 2 [ 3057.296945] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3057.297619] ath: phy1: ah->misc_mode 0x10000004 [ 3057.301384] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3057.501069] ath: phy1: Set channel: 2417 MHz width: 0 [ 3057.501233] ath: phy1: Reset to 2417 MHz, HT40: 0 fastcc: 1 [ 3057.501252] ath: phy1: FastChannelChange for 5180 -> 2417 [ 3057.565787] ath: phy1: Set channel: 2422 MHz width: 0 [ 3057.565951] ath: phy1: Reset to 2422 MHz, HT40: 0 fastcc: 1 [ 3057.565965] ath: phy1: FastChannelChange for 2417 -> 2422 [ 3057.626780] ath: phy1: Set channel: 5180 MHz width: 2 [ 3057.626945] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3057.627626] ath: phy1: ah->misc_mode 0x10000004 [ 3057.631423] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3057.831081] ath: phy1: Set channel: 2427 MHz width: 0 [ 3057.831245] ath: phy1: Reset to 2427 MHz, HT40: 0 fastcc: 1 [ 3057.831265] ath: phy1: FastChannelChange for 5180 -> 2427 [ 3057.895750] ath: phy1: Set channel: 2432 MHz width: 0 [ 3057.895908] ath: phy1: Reset to 2432 MHz, HT40: 0 fastcc: 1 [ 3057.895919] ath: phy1: FastChannelChange for 2427 -> 2432 [ 3057.956803] ath: phy1: Set channel: 5180 MHz width: 2 [ 3057.956957] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3057.957632] ath: phy1: ah->misc_mode 0x10000004 [ 3057.961422] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3058.161062] ath: phy1: Set channel: 2437 MHz width: 0 [ 3058.161212] ath: phy1: Reset to 2437 MHz, HT40: 0 fastcc: 1 [ 3058.161231] ath: phy1: FastChannelChange for 5180 -> 2437 [ 3058.225777] ath: phy1: Set channel: 2442 MHz width: 0 [ 3058.225948] ath: phy1: Reset to 2442 MHz, HT40: 0 fastcc: 1 [ 3058.225960] ath: phy1: FastChannelChange for 2437 -> 2442 [ 3058.286733] ath: phy1: Set channel: 5180 MHz width: 2 [ 3058.286892] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3058.287567] ath: phy1: ah->misc_mode 0x10000004 [ 3058.291334] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3058.491033] ath: phy1: Set channel: 2447 MHz width: 0 [ 3058.491188] ath: phy1: Reset to 2447 MHz, HT40: 0 fastcc: 1 [ 3058.491207] ath: phy1: FastChannelChange for 5180 -> 2447 [ 3058.555723] ath: phy1: Set channel: 2452 MHz width: 0 [ 3058.555874] ath: phy1: Reset to 2452 MHz, HT40: 0 fastcc: 1 [ 3058.555886] ath: phy1: FastChannelChange for 2447 -> 2452 [ 3058.616730] ath: phy1: Set channel: 5180 MHz width: 2 [ 3058.616893] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3058.617579] ath: phy1: ah->misc_mode 0x10000004 [ 3058.621354] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3058.821019] ath: phy1: Set channel: 2457 MHz width: 0 [ 3058.821182] ath: phy1: Reset to 2457 MHz, HT40: 0 fastcc: 1 [ 3058.821201] ath: phy1: FastChannelChange for 5180 -> 2457 [ 3058.885732] ath: phy1: Set channel: 2462 MHz width: 0 [ 3058.885890] ath: phy1: Reset to 2462 MHz, HT40: 0 fastcc: 1 [ 3058.885904] ath: phy1: FastChannelChange for 2457 -> 2462 [ 3058.946735] ath: phy1: Set channel: 5180 MHz width: 2 [ 3058.946888] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3058.947553] ath: phy1: ah->misc_mode 0x10000004 [ 3058.951282] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3059.151020] ath: phy1: Set channel: 2467 MHz width: 0 [ 3059.151188] ath: phy1: Reset to 2467 MHz, HT40: 0 fastcc: 1 [ 3059.151207] ath: phy1: FastChannelChange for 5180 -> 2467 [ 3059.266720] ath: phy1: Set channel: 5180 MHz width: 2 [ 3059.266879] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3059.267548] ath: phy1: ah->misc_mode 0x10000004 [ 3059.271290] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3059.470988] ath: phy1: Set channel: 2472 MHz width: 0 [ 3059.471164] ath: phy1: Reset to 2472 MHz, HT40: 0 fastcc: 1 [ 3059.471183] ath: phy1: FastChannelChange for 5180 -> 2472 [ 3059.586721] ath: phy1: Set channel: 5180 MHz width: 2 [ 3059.586876] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3059.587543] ath: phy1: ah->misc_mode 0x10000004 [ 3059.591292] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3059.791064] ath: phy1: Set channel: 5180 MHz width: 2 [ 3059.791227] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3059.791926] ath: phy1: ah->misc_mode 0x10000004 [ 3059.795706] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3059.906672] ath: phy1: Set channel: 5180 MHz width: 2 [ 3059.906817] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3059.907454] ath: phy1: ah->misc_mode 0x10000004 [ 3059.911184] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3060.110916] ath: phy1: Set channel: 5200 MHz width: 0 [ 3060.111055] ath: phy1: Reset to 5200 MHz, HT40: 0 fastcc: 1 [ 3060.111070] ath: phy1: FastChannelChange for 5180 -> 5200 [ 3060.226650] ath: phy1: Set channel: 5180 MHz width: 2 [ 3060.226797] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3060.227462] ath: phy1: ah->misc_mode 0x10000004 [ 3060.231195] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3060.431011] ath: phy1: Set channel: 5220 MHz width: 0 [ 3060.431148] ath: phy1: Reset to 5220 MHz, HT40: 0 fastcc: 1 [ 3060.431165] ath: phy1: FastChannelChange for 5180 -> 5220 [ 3060.546673] ath: phy1: Set channel: 5180 MHz width: 2 [ 3060.546816] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3060.547471] ath: phy1: ah->misc_mode 0x10000004 [ 3060.551199] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3060.750926] ath: phy1: Set channel: 5240 MHz width: 0 [ 3060.751062] ath: phy1: Reset to 5240 MHz, HT40: 0 fastcc: 1 [ 3060.751077] ath: phy1: FastChannelChange for 5180 -> 5240 [ 3060.866713] ath: phy1: Set channel: 5180 MHz width: 2 [ 3060.866879] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3060.867573] ath: phy1: ah->misc_mode 0x10000004 [ 3060.871317] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3061.070885] ath: phy1: Set channel: 5260 MHz width: 0 [ 3061.071023] ath: phy1: Reset to 5260 MHz, HT40: 0 fastcc: 1 [ 3061.071038] ath: phy1: FastChannelChange for 5180 -> 5260 [ 3061.186643] ath: phy1: Set channel: 5180 MHz width: 2 [ 3061.186771] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3061.187451] ath: phy1: ah->misc_mode 0x10000004 [ 3061.191169] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3061.390886] ath: phy1: Set channel: 5280 MHz width: 0 [ 3061.391025] ath: phy1: Reset to 5280 MHz, HT40: 0 fastcc: 1 [ 3061.391039] ath: phy1: FastChannelChange for 5180 -> 5280 [ 3061.506612] ath: phy1: Set channel: 5180 MHz width: 2 [ 3061.506741] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3061.507445] ath: phy1: ah->misc_mode 0x10000004 [ 3061.511167] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3061.710861] ath: phy1: Set channel: 5300 MHz width: 0 [ 3061.710996] ath: phy1: Reset to 5300 MHz, HT40: 0 fastcc: 1 [ 3061.711010] ath: phy1: FastChannelChange for 5180 -> 5300 [ 3061.826674] ath: phy1: Set channel: 5180 MHz width: 2 [ 3061.826838] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3061.827543] ath: phy1: ah->misc_mode 0x10000004 [ 3061.831300] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3062.030813] ath: phy1: Set channel: 5320 MHz width: 0 [ 3062.030950] ath: phy1: Reset to 5320 MHz, HT40: 0 fastcc: 1 [ 3062.030965] ath: phy1: FastChannelChange for 5180 -> 5320 [ 3062.146607] ath: phy1: Set channel: 5180 MHz width: 2 [ 3062.146733] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3062.147378] ath: phy1: ah->misc_mode 0x10000004 [ 3062.151105] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3062.350874] ath: phy1: Set channel: 5500 MHz width: 0 [ 3062.351013] ath: phy1: Reset to 5500 MHz, HT40: 0 fastcc: 1 [ 3062.351029] ath: phy1: FastChannelChange for 5180 -> 5500 [ 3062.466650] ath: phy1: Set channel: 5180 MHz width: 2 [ 3062.466815] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3062.467497] ath: phy1: ah->misc_mode 0x10000004 [ 3062.471245] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3062.670864] ath: phy1: Set channel: 5520 MHz width: 0 [ 3062.671001] ath: phy1: Reset to 5520 MHz, HT40: 0 fastcc: 1 [ 3062.671017] ath: phy1: FastChannelChange for 5180 -> 5520 [ 3062.786581] ath: phy1: Set channel: 5180 MHz width: 2 [ 3062.786710] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3062.787345] ath: phy1: ah->misc_mode 0x10000004 [ 3062.791064] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3062.990860] ath: phy1: Set channel: 5540 MHz width: 0 [ 3062.990991] ath: phy1: Reset to 5540 MHz, HT40: 0 fastcc: 1 [ 3062.991005] ath: phy1: FastChannelChange for 5180 -> 5540 [ 3063.106545] ath: phy1: Set channel: 5180 MHz width: 2 [ 3063.106677] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3063.107314] ath: phy1: ah->misc_mode 0x10000004 [ 3063.111061] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3063.310850] ath: phy1: Set channel: 5560 MHz width: 0 [ 3063.311030] ath: phy1: Reset to 5560 MHz, HT40: 0 fastcc: 1 [ 3063.311049] ath: phy1: FastChannelChange for 5180 -> 5560 [ 3063.426537] ath: phy1: Set channel: 5180 MHz width: 2 [ 3063.426689] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3063.427344] ath: phy1: ah->misc_mode 0x10000004 [ 3063.431087] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3063.630827] ath: phy1: Set channel: 5580 MHz width: 0 [ 3063.630996] ath: phy1: Reset to 5580 MHz, HT40: 0 fastcc: 1 [ 3063.631014] ath: phy1: FastChannelChange for 5180 -> 5580 [ 3063.746522] ath: phy1: Set channel: 5180 MHz width: 2 [ 3063.746676] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3063.747336] ath: phy1: ah->misc_mode 0x10000004 [ 3063.751078] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3063.950836] ath: phy1: Set channel: 5600 MHz width: 0 [ 3063.950966] ath: phy1: Reset to 5600 MHz, HT40: 0 fastcc: 1 [ 3063.950982] ath: phy1: FastChannelChange for 5180 -> 5600 [ 3064.066587] ath: phy1: Set channel: 5180 MHz width: 2 [ 3064.066721] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3064.067355] ath: phy1: ah->misc_mode 0x10000004 [ 3064.071069] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3064.270801] ath: phy1: Set channel: 5620 MHz width: 0 [ 3064.270952] ath: phy1: Reset to 5620 MHz, HT40: 0 fastcc: 1 [ 3064.270971] ath: phy1: FastChannelChange for 5180 -> 5620 [ 3064.386455] ath: phy1: Set channel: 5180 MHz width: 2 [ 3064.386609] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3064.387265] ath: phy1: ah->misc_mode 0x10000004 [ 3064.391000] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3064.590793] ath: phy1: Set channel: 5640 MHz width: 0 [ 3064.590938] ath: phy1: Reset to 5640 MHz, HT40: 0 fastcc: 1 [ 3064.590956] ath: phy1: FastChannelChange for 5180 -> 5640 [ 3064.706470] ath: phy1: Set channel: 5180 MHz width: 2 [ 3064.706620] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3064.707273] ath: phy1: ah->misc_mode 0x10000004 [ 3064.711012] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3064.910770] ath: phy1: Set channel: 5660 MHz width: 0 [ 3064.910910] ath: phy1: Reset to 5660 MHz, HT40: 0 fastcc: 1 [ 3064.910923] ath: phy1: FastChannelChange for 5180 -> 5660 [ 3065.026521] ath: phy1: Set channel: 5180 MHz width: 2 [ 3065.026662] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3065.027300] ath: phy1: ah->misc_mode 0x10000004 [ 3065.031017] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3065.230810] ath: phy1: Set channel: 5680 MHz width: 0 [ 3065.230943] ath: phy1: Reset to 5680 MHz, HT40: 0 fastcc: 1 [ 3065.230959] ath: phy1: FastChannelChange for 5180 -> 5680 [ 3065.346478] ath: phy1: Set channel: 5180 MHz width: 2 [ 3065.346609] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3065.347255] ath: phy1: ah->misc_mode 0x10000004 [ 3065.350963] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3065.550739] ath: phy1: Set channel: 5700 MHz width: 0 [ 3065.550879] ath: phy1: Reset to 5700 MHz, HT40: 0 fastcc: 1 [ 3065.550893] ath: phy1: FastChannelChange for 5180 -> 5700 [ 3065.666547] ath: phy1: Set channel: 5180 MHz width: 2 [ 3065.666700] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3065.667391] ath: phy1: ah->misc_mode 0x10000004 [ 3065.671147] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3065.671246] ath: phy1: Set HW RX filter: 0x607 [ 3177.225312] ath: phy1: Set HW RX filter: 0x417 [ 3177.225359] ath: phy1: Set channel: 2412 MHz width: 0 [ 3177.225521] ath: phy1: Reset to 2412 MHz, HT40: 0 fastcc: 1 [ 3177.225538] ath: phy1: FastChannelChange for 5180 -> 2412 [ 3177.290125] ath: phy1: Set channel: 2417 MHz width: 0 [ 3177.290287] ath: phy1: Reset to 2417 MHz, HT40: 0 fastcc: 1 [ 3177.290301] ath: phy1: FastChannelChange for 2412 -> 2417 [ 3177.351124] ath: phy1: Set channel: 5180 MHz width: 2 [ 3177.351281] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3177.351951] ath: phy1: ah->misc_mode 0x10000004 [ 3177.355715] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3177.555399] ath: phy1: Set channel: 2422 MHz width: 0 [ 3177.555545] ath: phy1: Reset to 2422 MHz, HT40: 0 fastcc: 1 [ 3177.555563] ath: phy1: FastChannelChange for 5180 -> 2422 [ 3177.620115] ath: phy1: Set channel: 2427 MHz width: 0 [ 3177.620273] ath: phy1: Reset to 2427 MHz, HT40: 0 fastcc: 1 [ 3177.620286] ath: phy1: FastChannelChange for 2422 -> 2427 [ 3177.681121] ath: phy1: Set channel: 5180 MHz width: 2 [ 3177.681299] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3177.681977] ath: phy1: ah->misc_mode 0x10000004 [ 3177.685770] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3177.885449] ath: phy1: Set channel: 2432 MHz width: 0 [ 3177.885617] ath: phy1: Reset to 2432 MHz, HT40: 0 fastcc: 1 [ 3177.885637] ath: phy1: FastChannelChange for 5180 -> 2432 [ 3177.950097] ath: phy1: Set channel: 2437 MHz width: 0 [ 3177.950261] ath: phy1: Reset to 2437 MHz, HT40: 0 fastcc: 1 [ 3177.950274] ath: phy1: FastChannelChange for 2432 -> 2437 [ 3178.011106] ath: phy1: Set channel: 5180 MHz width: 2 [ 3178.011265] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3178.011942] ath: phy1: ah->misc_mode 0x10000004 [ 3178.015713] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3178.215386] ath: phy1: Set channel: 2442 MHz width: 0 [ 3178.215542] ath: phy1: Reset to 2442 MHz, HT40: 0 fastcc: 1 [ 3178.215560] ath: phy1: FastChannelChange for 5180 -> 2442 [ 3178.280118] ath: phy1: Set channel: 2447 MHz width: 0 [ 3178.280279] ath: phy1: Reset to 2447 MHz, HT40: 0 fastcc: 1 [ 3178.280292] ath: phy1: FastChannelChange for 2442 -> 2447 [ 3178.341067] ath: phy1: Set channel: 5180 MHz width: 2 [ 3178.341222] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3178.341895] ath: phy1: ah->misc_mode 0x10000004 [ 3178.345652] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3178.545364] ath: phy1: Set channel: 2452 MHz width: 0 [ 3178.545520] ath: phy1: Reset to 2452 MHz, HT40: 0 fastcc: 1 [ 3178.545537] ath: phy1: FastChannelChange for 5180 -> 2452 [ 3178.610060] ath: phy1: Set channel: 2457 MHz width: 0 [ 3178.610214] ath: phy1: Reset to 2457 MHz, HT40: 0 fastcc: 1 [ 3178.610226] ath: phy1: FastChannelChange for 2452 -> 2457 [ 3178.671062] ath: phy1: Set channel: 5180 MHz width: 2 [ 3178.671226] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3178.671905] ath: phy1: ah->misc_mode 0x10000004 [ 3178.675663] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3178.875393] ath: phy1: Set channel: 2462 MHz width: 0 [ 3178.875571] ath: phy1: Reset to 2462 MHz, HT40: 0 fastcc: 1 [ 3178.875591] ath: phy1: FastChannelChange for 5180 -> 2462 [ 3178.940086] ath: phy1: Set channel: 5180 MHz width: 2 [ 3178.940236] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3178.940904] ath: phy1: ah->misc_mode 0x10000004 [ 3178.944660] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3179.144350] ath: phy1: Set channel: 2467 MHz width: 0 [ 3179.144517] ath: phy1: Reset to 2467 MHz, HT40: 0 fastcc: 1 [ 3179.144536] ath: phy1: FastChannelChange for 5180 -> 2467 [ 3179.199262] ath: phy1: [ 3179.199262] ==== BB update: BB status=0x13000609 ==== [ 3179.199279] ath: phy1: ** BB state: wd=1 det=1 rdar=0 rOFDM=6 rCCK=0 tOFDM=0 tCCK=0 agc=3 src=1 ** [ 3179.199287] ath: phy1: ** BB WD cntl: cntl1=0xffff010d cntl2=0x00000004 ** [ 3179.199292] ath: phy1: ** BB mode: BB_gen_controls=0x01318bc0 ** [ 3179.199295] ath: phy1: ** BB busy times: rx_clear=0%, rx_frame=0%, tx_frame=0% ** [ 3179.199298] ath: phy1: ==== BB update: done ==== [ 3179.199298] [ 3179.199306] ath: phy1: BB_WATCHDOG: Skipping interrupts [ 3179.199479] ath: phy1: Reset to 2467 MHz, HT40: 0 fastcc: 0 [ 3179.200233] ath: phy1: ah->misc_mode 0x10000004 [ 3179.204393] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3179.260043] ath: phy1: Set channel: 5180 MHz width: 2 [ 3179.260194] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3179.260859] ath: phy1: ah->misc_mode 0x10000004 [ 3179.264597] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3179.464332] ath: phy1: Set channel: 2472 MHz width: 0 [ 3179.464491] ath: phy1: Reset to 2472 MHz, HT40: 0 fastcc: 1 [ 3179.464510] ath: phy1: FastChannelChange for 5180 -> 2472 [ 3179.580082] ath: phy1: Set channel: 5180 MHz width: 2 [ 3179.580235] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3179.580898] ath: phy1: ah->misc_mode 0x10000004 [ 3179.584657] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3179.784394] ath: phy1: Set channel: 5180 MHz width: 2 [ 3179.784539] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3179.785240] ath: phy1: ah->misc_mode 0x10000004 [ 3179.789026] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3179.900105] ath: phy1: Set channel: 5180 MHz width: 2 [ 3179.900260] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3179.900926] ath: phy1: ah->misc_mode 0x10000004 [ 3179.904683] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3180.104330] ath: phy1: Set channel: 5200 MHz width: 0 [ 3180.104508] ath: phy1: Reset to 5200 MHz, HT40: 0 fastcc: 1 [ 3180.104528] ath: phy1: FastChannelChange for 5180 -> 5200 [ 3180.220011] ath: phy1: Set channel: 5180 MHz width: 2 [ 3180.220173] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3180.220846] ath: phy1: ah->misc_mode 0x10000004 [ 3180.224589] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3180.424263] ath: phy1: Set channel: 5220 MHz width: 0 [ 3180.424434] ath: phy1: Reset to 5220 MHz, HT40: 0 fastcc: 1 [ 3180.424452] ath: phy1: FastChannelChange for 5180 -> 5220 [ 3180.540074] ath: phy1: Set channel: 5180 MHz width: 2 [ 3180.540224] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3180.540905] ath: phy1: ah->misc_mode 0x10000004 [ 3180.544658] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3180.744309] ath: phy1: Set channel: 5240 MHz width: 0 [ 3180.744484] ath: phy1: Reset to 5240 MHz, HT40: 0 fastcc: 1 [ 3180.744501] ath: phy1: FastChannelChange for 5180 -> 5240 [ 3180.859990] ath: phy1: Set channel: 5180 MHz width: 2 [ 3180.860150] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3180.860819] ath: phy1: ah->misc_mode 0x10000004 [ 3180.864558] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3181.064265] ath: phy1: Set channel: 5260 MHz width: 0 [ 3181.064425] ath: phy1: Reset to 5260 MHz, HT40: 0 fastcc: 1 [ 3181.064445] ath: phy1: FastChannelChange for 5180 -> 5260 [ 3181.179970] ath: phy1: Set channel: 5180 MHz width: 2 [ 3181.180131] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3181.180805] ath: phy1: ah->misc_mode 0x10000004 [ 3181.184549] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3181.384252] ath: phy1: Set channel: 5280 MHz width: 0 [ 3181.384434] ath: phy1: Reset to 5280 MHz, HT40: 0 fastcc: 1 [ 3181.384452] ath: phy1: FastChannelChange for 5180 -> 5280 [ 3181.499954] ath: phy1: Set channel: 5180 MHz width: 2 [ 3181.500118] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3181.500792] ath: phy1: ah->misc_mode 0x10000004 [ 3181.504540] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3181.704241] ath: phy1: Set channel: 5300 MHz width: 0 [ 3181.704388] ath: phy1: Reset to 5300 MHz, HT40: 0 fastcc: 1 [ 3181.704403] ath: phy1: FastChannelChange for 5180 -> 5300 [ 3181.819937] ath: phy1: Set channel: 5180 MHz width: 2 [ 3181.820088] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3181.820746] ath: phy1: ah->misc_mode 0x10000004 [ 3181.824480] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3182.024312] ath: phy1: Set channel: 5320 MHz width: 0 [ 3182.024484] ath: phy1: Reset to 5320 MHz, HT40: 0 fastcc: 1 [ 3182.024502] ath: phy1: FastChannelChange for 5180 -> 5320 [ 3182.139932] ath: phy1: Set channel: 5180 MHz width: 2 [ 3182.140095] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3182.140762] ath: phy1: ah->misc_mode 0x10000004 [ 3182.144520] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3182.344231] ath: phy1: Set channel: 5500 MHz width: 0 [ 3182.344392] ath: phy1: Reset to 5500 MHz, HT40: 0 fastcc: 1 [ 3182.344410] ath: phy1: FastChannelChange for 5180 -> 5500 [ 3182.459913] ath: phy1: Set channel: 5180 MHz width: 2 [ 3182.460071] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3182.460741] ath: phy1: ah->misc_mode 0x10000004 [ 3182.464485] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3182.664209] ath: phy1: Set channel: 5520 MHz width: 0 [ 3182.664372] ath: phy1: Reset to 5520 MHz, HT40: 0 fastcc: 1 [ 3182.664391] ath: phy1: FastChannelChange for 5180 -> 5520 [ 3182.779906] ath: phy1: Set channel: 5180 MHz width: 2 [ 3182.780068] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3182.780738] ath: phy1: ah->misc_mode 0x10000004 [ 3182.784485] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3182.984089] ath: phy1: Set channel: 5540 MHz width: 0 [ 3182.984238] ath: phy1: Reset to 5540 MHz, HT40: 0 fastcc: 1 [ 3182.984254] ath: phy1: FastChannelChange for 5180 -> 5540 [ 3183.099989] ath: phy1: Set channel: 5180 MHz width: 2 [ 3183.100145] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3183.100834] ath: phy1: ah->misc_mode 0x10000004 [ 3183.104600] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3183.304199] ath: phy1: Set channel: 5560 MHz width: 0 [ 3183.304361] ath: phy1: Reset to 5560 MHz, HT40: 0 fastcc: 1 [ 3183.304381] ath: phy1: FastChannelChange for 5180 -> 5560 [ 3183.419881] ath: phy1: Set channel: 5180 MHz width: 2 [ 3183.420039] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3183.420713] ath: phy1: ah->misc_mode 0x10000004 [ 3183.424467] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3183.624183] ath: phy1: Set channel: 5580 MHz width: 0 [ 3183.624350] ath: phy1: Reset to 5580 MHz, HT40: 0 fastcc: 1 [ 3183.624369] ath: phy1: FastChannelChange for 5180 -> 5580 [ 3183.739860] ath: phy1: Set channel: 5180 MHz width: 2 [ 3183.740021] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3183.740695] ath: phy1: ah->misc_mode 0x10000004 [ 3183.744438] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3183.944199] ath: phy1: Set channel: 5600 MHz width: 0 [ 3183.944353] ath: phy1: Reset to 5600 MHz, HT40: 0 fastcc: 1 [ 3183.944372] ath: phy1: FastChannelChange for 5180 -> 5600 [ 3184.059944] ath: phy1: Set channel: 5180 MHz width: 2 [ 3184.060109] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3184.060803] ath: phy1: ah->misc_mode 0x10000004 [ 3184.064565] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3184.264170] ath: phy1: Set channel: 5620 MHz width: 0 [ 3184.264334] ath: phy1: Reset to 5620 MHz, HT40: 0 fastcc: 1 [ 3184.264353] ath: phy1: FastChannelChange for 5180 -> 5620 [ 3184.379841] ath: phy1: Set channel: 5180 MHz width: 2 [ 3184.379998] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3184.380666] ath: phy1: ah->misc_mode 0x10000004 [ 3184.384419] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3184.584140] ath: phy1: Set channel: 5640 MHz width: 0 [ 3184.584299] ath: phy1: Reset to 5640 MHz, HT40: 0 fastcc: 1 [ 3184.584319] ath: phy1: FastChannelChange for 5180 -> 5640 [ 3184.699800] ath: phy1: Set channel: 5180 MHz width: 2 [ 3184.699964] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3184.700639] ath: phy1: ah->misc_mode 0x10000004 [ 3184.704378] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3184.904131] ath: phy1: Set channel: 5660 MHz width: 0 [ 3184.904300] ath: phy1: Reset to 5660 MHz, HT40: 0 fastcc: 1 [ 3184.904319] ath: phy1: FastChannelChange for 5180 -> 5660 [ 3185.019770] ath: phy1: Set channel: 5180 MHz width: 2 [ 3185.019933] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3185.020607] ath: phy1: ah->misc_mode 0x10000004 [ 3185.024354] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3185.224106] ath: phy1: Set channel: 5680 MHz width: 0 [ 3185.224273] ath: phy1: Reset to 5680 MHz, HT40: 0 fastcc: 1 [ 3185.224293] ath: phy1: FastChannelChange for 5180 -> 5680 [ 3185.339758] ath: phy1: Set channel: 5180 MHz width: 2 [ 3185.339916] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3185.340588] ath: phy1: ah->misc_mode 0x10000004 [ 3185.344325] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3185.544091] ath: phy1: Set channel: 5700 MHz width: 0 [ 3185.544256] ath: phy1: Reset to 5700 MHz, HT40: 0 fastcc: 1 [ 3185.544275] ath: phy1: FastChannelChange for 5180 -> 5700 [ 3185.659753] ath: phy1: Set channel: 5180 MHz width: 2 [ 3185.659920] ath: phy1: Reset to 5180 MHz, HT40: 1 fastcc: 0 [ 3185.660625] ath: phy1: ah->misc_mode 0x10000004 [ 3185.664362] ath: phy1: Enabled BB Watchdog timeout (25 ms) [ 3185.664457] ath: phy1: Set HW RX filter: 0x607 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 295 bytes Desc: OpenPGP digital signature Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20140108/b9dcc95c/attachment-0001.pgp