* rsi_91x: Failed to read status register on failed authentication
@ 2017-12-05 16:11 Alexey Brodkin
2017-12-06 7:13 ` Amitkumar Karwar
0 siblings, 1 reply; 6+ messages in thread
From: Alexey Brodkin @ 2017-12-05 16:11 UTC (permalink / raw)
To: amit.karwar@redpinesignals.com
Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-snps-arc@lists.infradead.org
Hi Amit,
I'm seeing quite a strange behavior of RedPine module.
It connects perfectly fine to one of access points but fails
to connect to another.
Moreover after that failure RSI driver starts to flood me with
messages saying:
--------------------->8--------------------
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
--------------------->8--------------------
Below you may find details of my 2 experiments.
Note I use vanilla Linux kernel v4.14.4
Any ideas what could be wrong?
-Alexey
1. Working scenario
======================================================
# cat /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
ssid="YYY"
psk="zzz"
}
# iw wlan0 scan
BSS 80:19:34:1f:5e:50(on wlan0) -- associated
TSF: 248634601 usec (0d, 00:04:08)
freq: 2412
beacon interval: 100 TUs
capability: ESS Privacy ShortSlotTime (0x0411)
signal: -31.00 dBm
last seen: 0 ms ago
Information elements from Probe Response frame:
SSID: YYY
Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
DS Parameter set: channel 1
ERP: Barker_Preamble_Mode
Extended supported rates: 24.0 36.0 48.0 54.0
RSN: * Version: 1
* Group cipher: CCMP
* Pairwise ciphers: CCMP
* Authentication suites: PSK
* Capabilities: 16-PTKSA-RC 1-GTKSA-RC (0x000c)
HT capabilities:
Capabilities: 0x1ec
HT20
SM Power Save disabled
RX HT20 SGI
RX HT40 SGI
TX STBC
RX STBC 1-stream
Max AMSDU length: 3839 bytes
No DSSS/CCK HT40
Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
Minimum RX AMPDU time spacing: 4 usec (0x05)
HT Max RX data rate: 300 Mbps
HT TX/RX MCS rate indexes supported: 0-15
HT operation:
* primary channel: 1
* secondary channel offset: no secondary
* STA channel width: 20 MHz
* RIFS: 0
* HT protection: no
* non-GF present: 1
* OBSS non-GF present: 0
* dual beacon: 0
* dual CTS protection: 0
* STBC beacon: 0
* L-SIG TXOP Prot: 0
* PCO active: 0
* PCO phase: 0
Extended capabilities: Extended Channel Switching, 6
WMM: * Parameter version 1
* BE: CW 15-1023, AIFSN 3
* BK: CW 15-1023, AIFSN 7
* VI: CW 7-15, AIFSN 2, TXOP 2976 usec
* VO: CW 3-7, AIFSN 2, TXOP 1472 usec
WPS: * Version: 1.0
* Wi-Fi Protected Setup State: 2 (Configured)
* Response Type: 3 (AP)
* UUID: 97b29264-d9a5-5551-88f9-62fbdacb7162
* Manufacturer:
* Model:
* Model Number:
* Serial Number:
* Primary Device Type: 0-00000000-0
* Device name:
* Config methods: Display, Keypad
* Unknown TLV (0x1049, 6 bytes): 00 37 2a 00 01 20
# ifconfig wlan0 up
rsi_91x: ===> Interface UP <===
rsi_91x: rsi_disable_ps: Cannot accept disable PS in PS_NONE state
IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
# wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
Successfully initialized wpa_supplicant
rfkill: Cannot open RFKILL control device
# wlan0: authenticate with 80:19:34:1f:5e:50
wlan0: send auth to 80:19:34:1f:5e:50 (try 1/3)
wlan0: authenticated
wlan0: associate with 80:19:34:1f:5e:50 (try 1/3)
wlan0: RX AssocResp from 80:19:34:1f:5e:50 (capab=0x411 status=0 aid=1)
IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
wlan0: associated
rsi_91x: rsi_hal_key_config: Cipher 0xfac04 key_type: 1 key_len: 16
rsi_91x: rsi_mac80211_set_key: RSI set_key
rsi_91x: rsi_hal_key_config: Cipher 0xfac04 key_type: 2 key_len: 16
rsi_91x: rsi_mac80211_set_key: RSI set_key
# udhcpc -i wlan0
udhcpc: started, v1.27.2
udhcpc: sending discover
udhcpc: sending select for 10.42.1.137
udhcpc: lease of 10.42.1.137 obtained, lease time 3600
deleting routers
adding dns 10.42.1.1
# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 00:23:A7:65:9B:94
inet addr:10.42.1.137 Bcast:10.42.1.255 Mask:255.255.255.0
inet6 addr: fe80::223:a7ff:fe65:9b94/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1028 (1.0 KiB) TX bytes:1738 (1.6 KiB)
======================================================
2. Failing scenario:
======================================================
# cat /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
ssid="XXX"
psk="zzz"
}
# iw wlan0 scan
BSS 6c:3b:6b:7d:a1:46(on wlan0)
TSF: 251623213323 usec (2d, 21:53:43)
freq: 2427
beacon interval: 100 TUs
capability: ESS Privacy ShortSlotTime (0x0411)
signal: -65.00 dBm
last seen: 0 ms ago
Information elements from Probe Response frame:
SSID: XXX
Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
DS Parameter set: channel 4
ERP: <no flags>
HT capabilities:
Capabilities: 0x106e
HT20/HT40
SM Power Save disabled
RX HT20 SGI
RX HT40 SGI
No RX STBC
Max AMSDU length: 3839 bytes
DSSS/CCK HT40
Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
Minimum RX AMPDU time spacing: No restriction (0x00)
HT RX MCS rate indexes supported: 0-15
HT TX MCS rate indexes are undefined
RSN: * Version: 1
* Group cipher: CCMP
* Pairwise ciphers: CCMP TKIP
* Authentication suites: PSK
* Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
Extended supported rates: 24.0 36.0 48.0 54.0
HT operation:
* primary channel: 4
* secondary channel offset: above
* STA channel width: any
* RIFS: 0
* HT protection: no
* non-GF present: 0
* OBSS non-GF present: 0
* dual beacon: 0
* dual CTS protection: 0
* STBC beacon: 0
* L-SIG TXOP Prot: 0
* PCO active: 0
* PCO phase: 0
WMM: * Parameter version 1
* u-APSD
* BE: CW 15-1023, AIFSN 3
* BK: CW 15-1023, AIFSN 7
* VI: CW 7-15, AIFSN 2, TXOP 3008 usec
* VO: CW 3-7, AIFSN 2, TXOP 1504 usec
# ifconfig wlan0 up
rsi_91x: ===> Interface UP <===
rsi_91x: rsi_disable_ps: Cannot accept disable PS in PS_NONE state
IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
# wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
Successfully initialized wpa_supplicant
rfkill: Cannot open RFKILL control device
# wlan0: authenticate with 6c:3b:6b:7d:a1:46
wlan0: send auth to 6c:3b:6b:7d:a1:46 (try 1/3)
wlan0: send auth to 6c:3b:6b:7d:a1:46 (try 2/3)
wlan0: send auth to 6c:3b:6b:7d:a1:46 (try 3/3)
rsi_91x: rsi_sdio_write_register_multiple: Synch Cmd53 write failed -16
rsi_91x: rsi_sdio_host_intf_write_pkt: Unable to write onto the card: -16
rsi_91x: rsi_send_mgmt_pkt: Failed to write the packet
wlan0: authentication with 6c:3b:6b:7d:a1:46 timed out
wlan0: authenticate with 6c:3b:6b:76:e0:ab
wlan0: send auth to 6c:3b:6b:76:e0:ab (try 1/3)
wlan0: send auth to 6c:3b:6b:76:e0:ab (try 2/3)
wlan0: send auth to 6c:3b:6b:76:e0:ab (try 3/3)
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
wlan0: authentication with 6c:3b:6b:76:e0:ab timed out
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
======================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: rsi_91x: Failed to read status register on failed authentication
2017-12-05 16:11 rsi_91x: Failed to read status register on failed authentication Alexey Brodkin
@ 2017-12-06 7:13 ` Amitkumar Karwar
2017-12-14 18:56 ` rsi_91x: Low bandwidth: sends ~100 Kbits/sec, receives ~1.5 Mbits/sec Alexey Brodkin
2017-12-15 16:09 ` rsi_91x: Failed to read status register on failed authentication Alexey Brodkin
0 siblings, 2 replies; 6+ messages in thread
From: Amitkumar Karwar @ 2017-12-06 7:13 UTC (permalink / raw)
To: Alexey Brodkin
Cc: amit.karwar@redpinesignals.com, linux-wireless@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-snps-arc@lists.infradead.org
On Tue, Dec 5, 2017 at 9:41 PM, Alexey Brodkin
<Alexey.Brodkin@synopsys.com> wrote:
> Hi Amit,
>
> I'm seeing quite a strange behavior of RedPine module.
> It connects perfectly fine to one of access points but fails
> to connect to another.
>
> Moreover after that failure RSI driver starts to flood me with
> messages saying:
> --------------------->8--------------------
> rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
> --------------------->8--------------------
>
> Below you may find details of my 2 experiments.
> Note I use vanilla Linux kernel v4.14.4
>
> Any ideas what could be wrong?
>
Could you enable driver debug zones and share dmesg log for analysis?
echo 0xffffffff > /sys/kernel/debug/phy0/debug_zone
Regards,
Amitkumar
^ permalink raw reply [flat|nested] 6+ messages in thread
* rsi_91x: Low bandwidth: sends ~100 Kbits/sec, receives ~1.5 Mbits/sec
2017-12-06 7:13 ` Amitkumar Karwar
@ 2017-12-14 18:56 ` Alexey Brodkin
[not found] ` <b4c2093d-cc2c-cdd3-52a5-73cefd2c189a@redpinesignals.com>
2017-12-15 16:09 ` rsi_91x: Failed to read status register on failed authentication Alexey Brodkin
1 sibling, 1 reply; 6+ messages in thread
From: Alexey Brodkin @ 2017-12-14 18:56 UTC (permalink / raw)
To: amitkarwar@gmail.com
Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
amit.karwar@redpinesignals.com,
linux-snps-arc@lists.infradead.org
Hi Amitkumar,
Yet another observation with RS-9113 module.
I managed to setup an access point on my board with RS-9113 connected either
via SDIO (this one is soldered on my board) or via USB (this is your RS9113
Evaluation Board Rev 4.0).
But regardless the module I use I still see the same bandwidth figures.
RS-9113 sends data at ~100 Kbits and receives at ~1.5-2 Mbits.
See below results of iperf3 runs (from development host side).
The board with RS-9113 acts as a server:
------------------------------------>8-----------------------------------
# iperf3 -c 192.168.111.1
Connecting to host 192.168.111.1, port 5201
[ 4] local 192.168.111.64 port 43430 connected to 192.168.111.1 port 5201
[ ID] Interval Transfer Bandwidth Retr Cwnd
[ 4] 0.00-1.00 sec 328 KBytes 2.68 Mbits/sec 0 31.1 KBytes
[ 4] 1.00-2.00 sec 63.6 KBytes 521 Kbits/sec 1 31.1 KBytes
[ 4] 2.00-3.00 sec 191 KBytes 1.57 Mbits/sec 0 31.1 KBytes
[ 4] 3.00-4.00 sec 191 KBytes 1.56 Mbits/sec 0 32.5 KBytes
[ 4] 4.00-5.00 sec 191 KBytes 1.56 Mbits/sec 0 36.8 KBytes
[ 4] 5.00-6.00 sec 63.6 KBytes 521 Kbits/sec 0 38.2 KBytes
[ 4] 6.00-7.00 sec 63.6 KBytes 521 Kbits/sec 0 38.2 KBytes
[ 4] 7.00-8.00 sec 191 KBytes 1.56 Mbits/sec 0 48.1 KBytes
[ 4] 8.00-9.00 sec 255 KBytes 2.09 Mbits/sec 0 48.1 KBytes
[ 4] 9.00-10.00 sec 191 KBytes 1.56 Mbits/sec 0 48.1 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 1.69 MBytes 1.42 Mbits/sec 1 sender
[ 4] 0.00-10.00 sec 1.39 MBytes 1.16 Mbits/sec receiver
------------------------------------>8-----------------------------------
The board with RS-9113 acts as a server (but with "-R" it sends us data now):
------------------------------------>8-----------------------------------
# iperf3 -c 192.168.111.1 -R
Connecting to host 192.168.111.1, port 5201
Reverse mode, remote host 192.168.111.1 is sending
[ 4] local 192.168.111.64 port 45230 connected to 192.168.111.1 port 5201
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-1.14 sec 15.6 KBytes 112 Kbits/sec
[ 4] 1.14-2.00 sec 2.83 KBytes 27.0 Kbits/sec
[ 4] 2.00-3.00 sec 12.7 KBytes 104 Kbits/sec
[ 4] 3.00-4.00 sec 14.1 KBytes 116 Kbits/sec
[ 4] 4.00-5.00 sec 12.7 KBytes 104 Kbits/sec
[ 4] 5.00-6.00 sec 14.1 KBytes 116 Kbits/sec
[ 4] 6.00-7.00 sec 14.1 KBytes 116 Kbits/sec
[ 4] 7.00-8.00 sec 12.7 KBytes 104 Kbits/sec
[ 4] 8.00-9.00 sec 14.1 KBytes 116 Kbits/sec
[ 4] 9.00-10.00 sec 12.7 KBytes 104 Kbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 296 KBytes 242 Kbits/sec 2 sender
[ 4] 0.00-10.00 sec 254 KBytes 208 Kbits/sec receiver
------------------------------------>8-----------------------------------
My configurations are as below.
hostapd.conf:
------------------------------------>8-----------------------------------
interface=wlan0
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=AP_NAME
hw_mode=g
channel=1
------------------------------------>8-----------------------------------
wpa_supplicant.conf
------------------------------------>8-----------------------------------
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
ssid="AP_NAME"
psk="password"
}
------------------------------------>8-----------------------------------
Note I use vanilla Linux v4.14.4.
I'm wondering if you may see different results in your setup and if so
could you please suggest something for me to try.
Thanks in advance,
Alexey
P.S. I do remember about my previous email but so far I was not able to
get with the board to the place with "problematic" Wi-FI AP, once I get
there I'll grab longs for you.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: rsi_91x: Low bandwidth: sends ~100 Kbits/sec, receives ~1.5 Mbits/sec
[not found] ` <b4c2093d-cc2c-cdd3-52a5-73cefd2c189a@redpinesignals.com>
@ 2017-12-15 11:20 ` Alexey Brodkin
[not found] ` <3f553fb0-d1d2-59f1-32f3-53e993c544ca@redpinesignals.com>
0 siblings, 1 reply; 6+ messages in thread
From: Alexey Brodkin @ 2017-12-15 11:20 UTC (permalink / raw)
To: prameela.garnepudi@redpinesignals.com
Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
amitkarwar@gmail.com, amit.karwar@redpinesignals.com,
linux-snps-arc@lists.infradead.org
Hi Prameela,
On Fri, 2017-12-15 at 11:13 +0530, Prameela Rani Garnepudi wrote:
> Hi Alexey,
>
> Please use the attached patch to improve TX throughput. We will be
> submitting this patch along with few others soon.
Could you please specify which branch this patch is based on?
I tried to apply on 4.14.5 (whatever is latests in "linux-4.14.y")
but first 3 hunks failed to apply.
Maybe there're other dependencies?
Also a couple of questions about this patch.
Even though I'm not a networking/Wi-Fi expert of any kind but just
looking at your changes:
1. I assume for upstreaming that patch will be split in 5 seperate patches
each addressing its own item instead of doing all at once, right?
2. The only obvious change that might help me with bandwidth is increase
of a number of aggregated Tx frames. But bumping from 6 to 8 doesn't look
as a significant improvement. How that might bring Tx bandwidth at least to
what I see on Rx, i.e. make things 10 times faster?
Also while at it I'm wondering why 5GHz mode didn't work for me even though
"iw list" reports 5 GHz mode supported:
----------------------->8------------------
# iw list
Wiphy phy0
...
Frequencies:
* 5180 MHz [36] (20.0 dBm) (no IR)
# cat /etc/hostapd.conf
interface=wlan0
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=HSDK-AP
hw_mode=a
channel=36
# hostapd -B /etc/hostapd.conf
Starting hostapd: Configuration file: /etc/hostapd.conf
rsi_91x: ===> Interface UP <===
rfkill: Cannot open RFKILL contrIPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
ol device
wlan0: IEEE 802.11 Configured channel (36) not found from the channel list of current mode (2) IEEE 802.11a
wlan0: IEEE 802.11 Hardware does not support configured channel
Could not select hw_mode and channel. (-3)
wlan0: interface state UNINITIALIZED->DISABLED
wlan0: AP-DISABLED
wlan0: Unable to setup interface.
wlan0: interface state DISABLED->DISABLED
wlan0: AP-DISABLED
hostapd_free_hapd_data: Interface wlan0 wasn't started
----------------------->8------------------
Has it something to do with your another fix in that patch?
-Alexey
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: rsi_91x: Low bandwidth: sends ~100 Kbits/sec, receives ~1.5 Mbits/sec
[not found] ` <3f553fb0-d1d2-59f1-32f3-53e993c544ca@redpinesignals.com>
@ 2017-12-15 13:21 ` Alexey Brodkin
0 siblings, 0 replies; 6+ messages in thread
From: Alexey Brodkin @ 2017-12-15 13:21 UTC (permalink / raw)
To: prameela.garnepudi@redpinesignals.com
Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
amitkarwar@gmail.com, amit.karwar@redpinesignals.com,
linux-snps-arc@lists.infradead.org
Hi Prameela,
On Fri, 2017-12-15 at 18:14 +0530, Prameela Rani Garnepudi wrote:
> Hi Alexey,
>
>
> On Friday 15 December 2017 04:50 PM, Alexey Brodkin wrote:
> > Hi Prameela,
> >
> > On Fri, 2017-12-15 at 11:13 +0530, Prameela Rani Garnepudi wrote:
> >> Hi Alexey,
> >>
> >> Please use the attached patch to improve TX throughput. We will be
> >> submitting this patch along with few others soon.
> > Could you please specify which branch this patch is based on?
> > I tried to apply on 4.14.5 (whatever is latests in "linux-4.14.y")
> > but first 3 hunks failed to apply.
> It is based on 4.14.0-rc7+
> >
> > Maybe there're other dependencies?
> >
> > Also a couple of questions about this patch.
> > Even though I'm not a networking/Wi-Fi expert of any kind but just
> > looking at your changes:
> >
> > 1. I assume for upstreaming that patch will be split in 5 seperate patches
> > each addressing its own item instead of doing all at once, right?
> >
> > 2. The only obvious change that might help me with bandwidth is increase
> > of a number of aggregated Tx frames. But bumping from 6 to 8 doesn't look
> > as a significant improvement. How that might bring Tx bandwidth at least to
> > what I see on Rx, i.e. make things 10 times faster?
>
> The significant change to improve performance is bootup parameters
> update as below:
>
> diff --git a/drivers/net/wireless/rsi/rsi_boot_params.h
> b/drivers/net/wireless/rsi/rsi_boot_params.h
> index 238ee96..ad903b22 100644
> --- a/drivers/net/wireless/rsi/rsi_boot_params.h
> +++ b/drivers/net/wireless/rsi/rsi_boot_params.h
> @@ -46,7 +46,8 @@
> (((TA_PLL_M_VAL_20 + 1) * 40) / \
> ((TA_PLL_N_VAL_20 + 1) * (TA_PLL_P_VAL_20 + 1)))
> #define VALID_20 \
> - (WIFI_PLL960_CONFIGS | WIFI_AFEPLL_CONFIGS |
> WIFI_SWITCH_CLK_CONFIGS)
> + (WIFI_TAPLL_CONFIGS | WIFI_PLL960_CONFIGS | WIFI_AFEPLL_CONFIGS | \
> + WIFI_SWITCH_CLK_CONFIGS | BOOTUP_MODE_INFO | CRYSTAL_GOOD_TIME)
> #define UMAC_CLK_40BW \
> (((TA_PLL_M_VAL_40 + 1) * 40) / \
> ((TA_PLL_N_VAL_40 + 1) * (TA_PLL_P_VAL_40 + 1)))
>
With this change alone I don't see any improvement, see iperf3 results before this change:
--------------------------->8-------------------------
Accepted connection from 10.42.1.85, port 33814
[ 5] local 10.42.1.1 port 5201 connected to 10.42.1.85 port 33816
[ ID] Interval Transfer Bitrate
[ 5] 0.00-1.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 1.00-2.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 2.00-3.00 sec 14.1 KBytes 116 Kbits/sec
[ 5] 3.00-4.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 4.00-5.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 5.00-6.00 sec 11.3 KBytes 92.7 Kbits/sec
[ 5] 6.00-7.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 7.00-8.00 sec 11.3 KBytes 92.7 Kbits/sec
[ 5] 8.00-9.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 9.00-10.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 10.00-11.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 11.00-12.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 12.00-12.44 sec 5.66 KBytes 107 Kbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate
[ 5] 0.00-12.44 sec 157 KBytes 103 Kbits/sec receiver
Accepted connection from 10.42.1.85, port 33818
[ 5] local 10.42.1.1 port 5201 connected to 10.42.1.85 port 33820
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 296 KBytes 2.42 Mbits/sec 0 41.0 KBytes
[ 5] 1.00-2.00 sec 137 KBytes 1.12 Mbits/sec 0 46.7 KBytes
[ 5] 2.00-3.00 sec 127 KBytes 1.04 Mbits/sec 0 53.7 KBytes
[ 5] 3.00-4.00 sec 127 KBytes 1.04 Mbits/sec 0 62.2 KBytes
[ 5] 4.00-5.00 sec 191 KBytes 1.56 Mbits/sec 0 82.0 KBytes
[ 5] 5.00-6.00 sec 191 KBytes 1.56 Mbits/sec 0 113 KBytes
[ 5] 6.00-7.00 sec 573 KBytes 4.69 Mbits/sec 0 158 KBytes
[ 5] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 0 187 KBytes
[ 5] 8.00-9.00 sec 445 KBytes 3.65 Mbits/sec 0 243 KBytes
[ 5] 9.00-10.00 sec 636 KBytes 5.22 Mbits/sec 0 298 KBytes
[ 5] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 0 362 KBytes
[ 5] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 0 399 KBytes
[ 5] 12.00-12.87 sec 827 KBytes 7.80 Mbits/sec 0 455 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-12.87 sec 3.47 MBytes 2.26 Mbits/sec 0 sender
--------------------------->8-------------------------
and right after:
--------------------------->8-------------------------
Accepted connection from 10.42.1.85, port 60582
[ 5] local 10.42.1.1 port 5201 connected to 10.42.1.85 port 60584
[ ID] Interval Transfer Bitrate
[ 5] 0.00-1.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 1.00-2.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 2.00-3.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 3.00-4.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 4.00-5.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 5.00-6.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 6.00-7.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 7.00-8.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 8.00-9.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 9.00-10.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 10.00-11.00 sec 12.7 KBytes 104 Kbits/sec
[ 5] 11.00-12.00 sec 14.1 KBytes 116 Kbits/sec
[ 5] 12.00-12.51 sec 5.66 KBytes 90.5 Kbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate
[ 5] 0.00-12.51 sec 160 KBytes 105 Kbits/sec receiver
-----------------------------------------------------------
Accepted connection from 10.42.1.85, port 60586
[ 5] local 10.42.1.1 port 5201 connected to 10.42.1.85 port 60588
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 296 KBytes 2.42 Mbits/sec 0 42.4 KBytes
[ 5] 1.00-2.00 sec 137 KBytes 1.12 Mbits/sec 0 48.1 KBytes
[ 5] 2.00-3.00 sec 127 KBytes 1.04 Mbits/sec 0 53.7 KBytes
[ 5] 3.00-4.00 sec 127 KBytes 1.04 Mbits/sec 0 62.2 KBytes
[ 5] 4.00-5.00 sec 318 KBytes 2.61 Mbits/sec 0 80.6 KBytes
[ 5] 5.00-6.00 sec 255 KBytes 2.08 Mbits/sec 0 112 KBytes
[ 5] 6.00-7.00 sec 318 KBytes 2.61 Mbits/sec 0 153 KBytes
[ 5] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 0 188 KBytes
[ 5] 8.00-9.00 sec 509 KBytes 4.17 Mbits/sec 0 233 KBytes
[ 5] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 0 270 KBytes
[ 5] 10.00-11.00 sec 573 KBytes 4.69 Mbits/sec 0 345 KBytes
[ 5] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 0 387 KBytes
[ 5] 12.00-12.66 sec 954 KBytes 11.8 Mbits/sec 0 414 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-12.66 sec 3.53 MBytes 2.34 Mbits/sec 0 sender
--------------------------->8-------------------------
Any ideas?
Does it really work for you (again I'm trying on top of linux-4.14.y)?
> >
> > Also while at it I'm wondering why 5GHz mode didn't work for me even though
> > "iw list" reports 5 GHz mode supported:
> > ----------------------->8------------------
> > # iw list
> > Wiphy phy0
> > ...
> > Frequencies:
> > * 5180 MHz [36] (20.0 dBm) (no IR)
> >
> > # cat /etc/hostapd.conf
> > interface=wlan0
> > ctrl_interface=/var/run/hostapd
> > ctrl_interface_group=0
> > ssid=HSDK-AP
> > hw_mode=a
> > channel=36
> >
> > # hostapd -B /etc/hostapd.conf
> > Starting hostapd: Configuration file: /etc/hostapd.conf
> > rsi_91x: ===> Interface UP <===
> > rfkill: Cannot open RFKILL contrIPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
> > ol device
> > wlan0: IEEE 802.11 Configured channel (36) not found from the channel list of current mode (2) IEEE 802.11a
> > wlan0: IEEE 802.11 Hardware does not support configured channel
> > Could not select hw_mode and channel. (-3)
> > wlan0: interface state UNINITIALIZED->DISABLED
> > wlan0: AP-DISABLED
> > wlan0: Unable to setup interface.
> > wlan0: interface state DISABLED->DISABLED
> > wlan0: AP-DISABLED
> > hostapd_free_hapd_data: Interface wlan0 wasn't started
> > ----------------------->8------------------
> It should work without any issues. I hope you have dual band module with
> you. Please confirm once.
1. How may I tell the module supports 5GHz?
2. If it doesn't support 5GHz why iw reports this support?
-Alexey
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: rsi_91x: Failed to read status register on failed authentication
2017-12-06 7:13 ` Amitkumar Karwar
2017-12-14 18:56 ` rsi_91x: Low bandwidth: sends ~100 Kbits/sec, receives ~1.5 Mbits/sec Alexey Brodkin
@ 2017-12-15 16:09 ` Alexey Brodkin
1 sibling, 0 replies; 6+ messages in thread
From: Alexey Brodkin @ 2017-12-15 16:09 UTC (permalink / raw)
To: amitkarwar@gmail.com
Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
amit.karwar@redpinesignals.com,
linux-snps-arc@lists.infradead.org
[-- Attachment #1: Type: text/plain, Size: 975 bytes --]
Hi Amitkumar,
On Wed, 2017-12-06 at 12:43 +0530, Amitkumar Karwar wrote:
> On Tue, Dec 5, 2017 at 9:41 PM, Alexey Brodkin
> <Alexey.Brodkin@synopsys.com> wrote:
> > Hi Amit,
> >
> > I'm seeing quite a strange behavior of RedPine module.
> > It connects perfectly fine to one of access points but fails
> > to connect to another.
> >
> > Moreover after that failure RSI driver starts to flood me with
> > messages saying:
> > --------------------->8--------------------
> > rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
> > --------------------->8--------------------
> >
> > Below you may find details of my 2 experiments.
> > Note I use vanilla Linux kernel v4.14.4
> >
> > Any ideas what could be wrong?
> >
>
> Could you enable driver debug zones and share dmesg log for analysis?
>
> echo 0xffffffff > /sys/kernel/debug/phy0/debug_zone
Please find attached log.
Let me know if you need more details.
-Alexey
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 2017.12.15-redpine.log --]
[-- Type: text/x-log; name="2017.12.15-redpine.log", Size: 96207 bytes --]
#
# mount -t debugfs none /sys/kernel/debug/
# ifco# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 00:23:A7:65:9B:60
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
# wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf && echo 0xffffffff > /s
ys/kernel/debug/phy0/debug_zone
Successfully initialized wpa_supplicant
rfkill: Cannot open RFKILL control device
# rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 407, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 301, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 2412 MHz type: 416 channel_no 1
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_core_xmit: ===> Scheduling TX thead <===
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 274, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_prepare_mgmt_desc: blocking mgmt queue
rsi_91x: Mgmt queue blocked
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_channel_change: Set channel: 2417 MHz type: 416 channel_no 2
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 301, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 16, Msg Type: 4
rsi_91x: rsi_mgmt_pkt_recv: Probe confirm received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 346, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 175, Msg Type: 2
rsi_91x: rsi_core_xmit: ===> Scheduling TX thead <===
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 340, Msg Type: 2
rsi_91x: rsi_channel_change: Set channel: 2422 MHz type: 416 channel_no 3
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 301, Msg Type: 2
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_xmit: ===> Scheduling TX thead <===
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_prepare_mgmt_desc: blocking mgmt queue
rsi_91x: Mgmt queue blocked
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 16, Msg Type: 4
rsi_91x: rsi_mgmt_pkt_recv: Probe confirm received
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_core_xmit: ===> Scheduling TX thead <===
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 301, Msg Type: 2
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_prepare_mgmt_desc: blocking mgmt queue
rsi_91x: Mgmt queue blocked
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_channel_change: Set channel: 2432 MHz type: 384 channel_no 5
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_core_xmit: ===> Scheduling TX thead <===
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 16, Msg Type: 4
rsi_91x: rsi_mgmt_pkt_recv: Probe confirm received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 301, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 349, Msg Type: 2
rsi_91x: rsi_channel_change: Set channel: 2437 MHz type: 384 channel_no 6
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_prepare_mgmt_desc: blocking mgmt queue
rsi_91x: Mgmt queue blocked
rsi_91x: rsi_core_xmit: ===> Scheduling TX thead <===
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 328, Msg Type: 2
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_channel_change: Set channel: 2442 MHz type: 384 channel_no 7
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 349, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 16, Msg Type: 4
rsi_91x: rsi_mgmt_pkt_recv: Probe confirm received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_core_xmit: ===> Scheduling TX thead <===
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 349, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 433, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 343, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 343, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_channel_change: Set channel: 2447 MHz type: 384 channel_no 8
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 343, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 211, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 349, Msg Type: 2
rsi_91x: rsi_core_xmit: ===> Scheduling TX thead <===
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 349, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_channel_change: Set channel: 2452 MHz type: 384 channel_no 9
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 211, Msg Type: 2
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_core_xmit: ===> Scheduling TX thead <===
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 328, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 349, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 349, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_channel_change: Set channel: 2457 MHz type: 400 channel_no 10
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 343, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 351, Msg Type: 2
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_xmit: ===> Scheduling TX thead <===
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_prepare_mgmt_desc: blocking mgmt queue
rsi_91x: Mgmt queue blocked
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_channel_change: Set channel: 2462 MHz type: 400 channel_no 11
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 349, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 349, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 347, Msg Type: 2
rsi_91x: rsi_core_xmit: ===> Scheduling TX thead <===
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_channel_change: Set channel: 2467 MHz type: 274 channel_no 12
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 16, Msg Type: 4
rsi_91x: rsi_mgmt_pkt_recv: Probe confirm received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 343, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 343, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 349, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_prepare_mgmt_desc: blocking mgmt queue
rsi_91x: Mgmt queue blocked
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 290, Msg Type: 2
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 16, Msg Type: 4
rsi_91x: rsi_mgmt_pkt_recv: Probe confirm received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 343, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_prepare_mgmt_desc: blocking mgmt queue
rsi_91x: Mgmt queue blocked
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 333, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 16, Msg Type: 4
rsi_91x: rsi_mgmt_pkt_recv: Probe confirm received
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_prepare_mgmt_desc: blocking mgmt queue
rsi_91x: Mgmt queue blocked
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 16, Msg Type: 4
rsi_91x: rsi_mgmt_pkt_recv: Probe confirm received
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_prepare_mgmt_desc: blocking mgmt queue
rsi_91x: Mgmt queue blocked
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 346, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 169, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 16, Msg Type: 4
rsi_91x: rsi_mgmt_pkt_recv: Probe confirm received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 409, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 409, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_prepare_mgmt_desc: blocking mgmt queue
rsi_91x: Mgmt queue blocked
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 16, Msg Type: 4
rsi_91x: rsi_mgmt_pkt_recv: Probe confirm received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 346, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 169, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_prepare_mgmt_desc: blocking mgmt queue
rsi_91x: Mgmt queue blocked
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 16, Msg Type: 4
rsi_91x: rsi_mgmt_pkt_recv: Probe confirm received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 154, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 357, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 169, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 357, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 323, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 169, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 357, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 323, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 169, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 169, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 169, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 2472 MHz type: 274 channel_no 13
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 372, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 351, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 274, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 231, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 2484 MHz type: 498 channel_no 14
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 372, Msg Type: 2
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 351, Msg Type: 2
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5180 MHz type: 34 channel_no 36
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: BB/RF cfm received
rsi_91x: rsi_handle_ta_confirm_type: Received bbb_rf cfm in 9 state
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5200 MHz type: 2 channel_no 40
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5220 MHz type: 2 channel_no 44
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5240 MHz type: 2 channel_no 48
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5260 MHz type: 10 channel_no 52
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5280 MHz type: 10 channel_no 56
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5300 MHz type: 10 channel_no 60
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5320 MHz type: 26 channel_no 64
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5500 MHz type: 42 channel_no 100
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5520 MHz type: 10 channel_no 104
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5540 MHz type: 10 channel_no 108
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5560 MHz type: 10 channel_no 112
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5580 MHz type: 10 channel_no 116
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5600 MHz type: 10 channel_no 120
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5620 MHz type: 10 channel_no 124
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5640 MHz type: 10 channel_no 128
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5660 MHz type: 10 channel_no 132
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5680 MHz type: 10 channel_no 136
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5700 MHz type: 26 channel_no 140
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5745 MHz type: 290 channel_no 149
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5765 MHz type: 258 channel_no 153
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5785 MHz type: 258 channel_no 157
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5805 MHz type: 258 channel_no 161
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 5825 MHz type: 274 channel_no 165
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_channel_change: Set channel: 2412 MHz type: 416 channel_no 1
wlan0: authenticate with 6c:3b:6b:7d:a1:46
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: BB/RF cfm received
rsi_91x: rsi_handle_ta_confirm_type: Received bbb_rf cfm in 9 state
rsi_91x: rsi_core_qos_processor: Queue number = 255
rsi_91x: rsi_core_qos_processor: No More Pkt
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_load_bootup_params: Sending boot params frame
rsi_91x: rsi_load_bootup_params:
rsi_91x: rsi_load_bootup_params: Packet 40MHZ <=== 80
rsi_91x: rsi_load_radio_caps: Sending rate symbol req frame
rsi_91x: rsi_set_channel: Sending scan req frame
wlan0: send auth to 6c:3b:6b:7d:a1:46 (try 1/3)
rsi_91x: rsi_core_xmit: ===> Scheduling TX thead <===
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Invalid TA confirm pkt received
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: BB/RF cfm received
rsi_91x: rsi_handle_ta_confirm_type: Received bbb_rf cfm in 9 state
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_interrupt_handler: Intr_status = 8 8 4
rsi_91x: Pkt pending interrupt
rsi_91x: rsi_mgmt_pkt_recv: Msg Len: 0, Msg Type: 1
rsi_91x: rsi_handle_ta_confirm_type: Boot up params confirm received
rsi_91x: rsi_handle_ta_confirm_type: Received bootup params cfm in 9 state
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_interrupt_handler: Intr_status = 4 8 4
rsi_91x: rsi_interrupt_handler: ==> FIRMWARE Assert <==
rsi_91x: rsi_interrupt_handler: Firmware Status is 0x5c
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_core_qos_processor: Queue number = 4
wlan0: send auth to 6c:3b:6b:7d:a1:46 (try 2/3)
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
wlan0: send auth to 6c:3b:6b:7d:a1:46 (try 3/3)
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
wlan0: authentication with 6c:3b:6b:7d:a1:46 timed out
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_load_bootup_params: Sending boot params frame
rsi_91x: rsi_load_bootup_params:
rsi_91x: rsi_load_bootup_params: Packet 20MHZ <=== 80
rsi_91x: rsi_load_radio_caps: Sending rate symbol req frame
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
wlan0: authenticate with 6c:3b:6b:76:e0:ab
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_load_bootup_params: Sending boot params frame
rsi_91x: rsi_load_bootup_params:
rsi_91x: rsi_load_bootup_params: Packet 40MHZ <=== 80
rsi_91x: rsi_load_radio_caps: Sending rate symbol req frame
rsi_91x: rsi_set_channel: Sending scan req frame
wlan0: send auth to 6c:3b:6b:76:e0:ab (try 1/3)
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
wlan0: send auth to 6c:3b:6b:76:e0:ab (try 2/3)
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_sdio_write_register_multiple: Synch Cmd53 write failed -16
rsi_91x: rsi_sdio_host_intf_write_pkt: Unable to write onto the card: -16
rsi_91x: rsi_sdio_host_intf_write_pkt: Successfully written onto card
rsi_91x: rsi_send_mgmt_pkt: Failed to write the packet
rsi_91x: rsi_core_qos_processor: Queue number = 4
wlan0: send auth to 6c:3b:6b:76:e0:ab (try 3/3)
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
wlan0: authentication with 6c:3b:6b:76:e0:ab timed out
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_load_bootup_params: Sending boot params frame
rsi_91x: rsi_load_bootup_params:
rsi_91x: rsi_load_bootup_params: Packet 20MHZ <=== 80
rsi_91x: rsi_load_radio_caps: Sending rate symbol req frame
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 2412 MHz type: 416 channel_no 1
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2417 MHz type: 416 channel_no 2
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2422 MHz type: 416 channel_no 3
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2432 MHz type: 384 channel_no 5
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2437 MHz type: 384 channel_no 6
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2442 MHz type: 384 channel_no 7
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2447 MHz type: 384 channel_no 8
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2452 MHz type: 384 channel_no 9
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2457 MHz type: 400 channel_no 10
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2462 MHz type: 400 channel_no 11
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 2467 MHz type: 274 channel_no 12
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 2472 MHz type: 272 channel_no 13
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2484 MHz type: 498 channel_no 14
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5180 MHz type: 34 channel_no 36
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5200 MHz type: 2 channel_no 40
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5220 MHz type: 2 channel_no 44
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5240 MHz type: 2 channel_no 48
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5260 MHz type: 10 channel_no 52
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5280 MHz type: 10 channel_no 56
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5300 MHz type: 10 channel_no 60
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5320 MHz type: 26 channel_no 64
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5500 MHz type: 42 channel_no 100
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5520 MHz type: 10 channel_no 104
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5540 MHz type: 10 channel_no 108
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5560 MHz type: 10 channel_no 112
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5580 MHz type: 10 channel_no 116
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5600 MHz type: 10 channel_no 120
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5620 MHz type: 10 channel_no 124
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5640 MHz type: 10 channel_no 128
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5660 MHz type: 10 channel_no 132
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5680 MHz type: 10 channel_no 136
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5700 MHz type: 26 channel_no 140
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5745 MHz type: 290 channel_no 149
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5765 MHz type: 258 channel_no 153
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5785 MHz type: 258 channel_no 157
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5805 MHz type: 258 channel_no 161
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5825 MHz type: 274 channel_no 165
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_channel_change: Set channel: 2412 MHz type: 416 channel_no 1
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2417 MHz type: 416 channel_no 2
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2422 MHz type: 416 channel_no 3
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2432 MHz type: 384 channel_no 5
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2437 MHz type: 384 channel_no 6
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 2442 MHz type: 384 channel_no 7
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2447 MHz type: 384 channel_no 8
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2452 MHz type: 384 channel_no 9
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2457 MHz type: 400 channel_no 10
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2462 MHz type: 400 channel_no 11
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2467 MHz type: 274 channel_no 12
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 2472 MHz type: 272 channel_no 13
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2484 MHz type: 498 channel_no 14
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5180 MHz type: 34 channel_no 36
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5200 MHz type: 2 channel_no 40
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5220 MHz type: 2 channel_no 44
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5240 MHz type: 2 channel_no 48
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5260 MHz type: 10 channel_no 52
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5280 MHz type: 10 channel_no 56
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5300 MHz type: 10 channel_no 60
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5320 MHz type: 26 channel_no 64
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5500 MHz type: 42 channel_no 100
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5520 MHz type: 10 channel_no 104
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5540 MHz type: 10 channel_no 108
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5560 MHz type: 10 channel_no 112
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5580 MHz type: 10 channel_no 116
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5600 MHz type: 10 channel_no 120
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5620 MHz type: 10 channel_no 124
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5640 MHz type: 10 channel_no 128
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5660 MHz type: 10 channel_no 132
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5680 MHz type: 10 channel_no 136
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5700 MHz type: 26 channel_no 140
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5745 MHz type: 290 channel_no 149
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5765 MHz type: 258 channel_no 153
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5785 MHz type: 258 channel_no 157
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5805 MHz type: 258 channel_no 161
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5825 MHz type: 274 channel_no 165
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_channel_change: Set channel: 2412 MHz type: 416 channel_no 1
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2417 MHz type: 416 channel_no 2
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2422 MHz type: 416 channel_no 3
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2432 MHz type: 384 channel_no 5
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2437 MHz type: 384 channel_no 6
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 2442 MHz type: 384 channel_no 7
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2447 MHz type: 384 channel_no 8
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2452 MHz type: 384 channel_no 9
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2457 MHz type: 400 channel_no 10
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2462 MHz type: 400 channel_no 11
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2467 MHz type: 274 channel_no 12
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 2472 MHz type: 272 channel_no 13
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2484 MHz type: 498 channel_no 14
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5180 MHz type: 34 channel_no 36
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5200 MHz type: 2 channel_no 40
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5220 MHz type: 2 channel_no 44
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5240 MHz type: 2 channel_no 48
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5260 MHz type: 10 channel_no 52
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5280 MHz type: 10 channel_no 56
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5300 MHz type: 10 channel_no 60
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5320 MHz type: 26 channel_no 64
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5500 MHz type: 42 channel_no 100
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5520 MHz type: 10 channel_no 104
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5540 MHz type: 10 channel_no 108
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5560 MHz type: 10 channel_no 112
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5580 MHz type: 10 channel_no 116
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5600 MHz type: 10 channel_no 120
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5620 MHz type: 10 channel_no 124
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5640 MHz type: 10 channel_no 128
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5660 MHz type: 10 channel_no 132
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5680 MHz type: 10 channel_no 136
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5700 MHz type: 26 channel_no 140
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5745 MHz type: 290 channel_no 149
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5765 MHz type: 258 channel_no 153
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5785 MHz type: 258 channel_no 157
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5805 MHz type: 258 channel_no 161
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5825 MHz type: 274 channel_no 165
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_channel_change: Set channel: 2412 MHz type: 416 channel_no 1
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2417 MHz type: 416 channel_no 2
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2422 MHz type: 416 channel_no 3
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2432 MHz type: 384 channel_no 5
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2437 MHz type: 384 channel_no 6
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2442 MHz type: 384 channel_no 7
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2447 MHz type: 384 channel_no 8
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2452 MHz type: 384 channel_no 9
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2457 MHz type: 400 channel_no 10
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2462 MHz type: 400 channel_no 11
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2467 MHz type: 274 channel_no 12
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 2472 MHz type: 272 channel_no 13
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2484 MHz type: 498 channel_no 14
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5180 MHz type: 34 channel_no 36
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5200 MHz type: 2 channel_no 40
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5220 MHz type: 2 channel_no 44
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5240 MHz type: 2 channel_no 48
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5260 MHz type: 10 channel_no 52
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5280 MHz type: 10 channel_no 56
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5300 MHz type: 10 channel_no 60
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5320 MHz type: 26 channel_no 64
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5500 MHz type: 42 channel_no 100
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5520 MHz type: 10 channel_no 104
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5540 MHz type: 10 channel_no 108
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5560 MHz type: 10 channel_no 112
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5580 MHz type: 10 channel_no 116
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5600 MHz type: 10 channel_no 120
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5620 MHz type: 10 channel_no 124
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5640 MHz type: 10 channel_no 128
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5660 MHz type: 10 channel_no 132
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5680 MHz type: 10 channel_no 136
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5700 MHz type: 26 channel_no 140
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5745 MHz type: 290 channel_no 149
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5765 MHz type: 258 channel_no 153
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5785 MHz type: 258 channel_no 157
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5805 MHz type: 258 channel_no 161
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5825 MHz type: 274 channel_no 165
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_channel_change: Set channel: 2412 MHz type: 416 channel_no 1
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2417 MHz type: 416 channel_no 2
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2422 MHz type: 416 channel_no 3
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2432 MHz type: 384 channel_no 5
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2437 MHz type: 384 channel_no 6
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 2442 MHz type: 384 channel_no 7
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2447 MHz type: 384 channel_no 8
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2452 MHz type: 384 channel_no 9
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2457 MHz type: 400 channel_no 10
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2462 MHz type: 400 channel_no 11
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2467 MHz type: 274 channel_no 12
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 2472 MHz type: 272 channel_no 13
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2484 MHz type: 498 channel_no 14
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5180 MHz type: 34 channel_no 36
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5200 MHz type: 2 channel_no 40
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5220 MHz type: 2 channel_no 44
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5240 MHz type: 2 channel_no 48
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5260 MHz type: 10 channel_no 52
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5280 MHz type: 10 channel_no 56
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5300 MHz type: 10 channel_no 60
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5320 MHz type: 26 channel_no 64
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5500 MHz type: 42 channel_no 100
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5520 MHz type: 10 channel_no 104
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5540 MHz type: 10 channel_no 108
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5560 MHz type: 10 channel_no 112
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5580 MHz type: 10 channel_no 116
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5600 MHz type: 10 channel_no 120
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5620 MHz type: 10 channel_no 124
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5640 MHz type: 10 channel_no 128
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5660 MHz type: 10 channel_no 132
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5680 MHz type: 10 channel_no 136
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5700 MHz type: 26 channel_no 140
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5745 MHz type: 290 channel_no 149
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5765 MHz type: 258 channel_no 153
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5785 MHz type: 258 channel_no 157
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5805 MHz type: 258 channel_no 161
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5825 MHz type: 274 channel_no 165
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_channel_change: Set channel: 2412 MHz type: 416 channel_no 1
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2417 MHz type: 416 channel_no 2
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2422 MHz type: 416 channel_no 3
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2432 MHz type: 384 channel_no 5
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2437 MHz type: 384 channel_no 6
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2442 MHz type: 384 channel_no 7
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_channel_change: Set channel: 2447 MHz type: 384 channel_no 8
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2452 MHz type: 384 channel_no 9
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2457 MHz type: 400 channel_no 10
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2462 MHz type: 400 channel_no 11
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2467 MHz type: 274 channel_no 12
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 2472 MHz type: 272 channel_no 13
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2484 MHz type: 498 channel_no 14
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5180 MHz type: 34 channel_no 36
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5200 MHz type: 2 channel_no 40
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5220 MHz type: 2 channel_no 44
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5240 MHz type: 2 channel_no 48
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5260 MHz type: 10 channel_no 52
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5280 MHz type: 10 channel_no 56
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5300 MHz type: 10 channel_no 60
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5320 MHz type: 26 channel_no 64
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5500 MHz type: 42 channel_no 100
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5520 MHz type: 10 channel_no 104
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5540 MHz type: 10 channel_no 108
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5560 MHz type: 10 channel_no 112
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5580 MHz type: 10 channel_no 116
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5600 MHz type: 10 channel_no 120
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5620 MHz type: 10 channel_no 124
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5640 MHz type: 10 channel_no 128
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5660 MHz type: 10 channel_no 132
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5680 MHz type: 10 channel_no 136
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5700 MHz type: 26 channel_no 140
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5745 MHz type: 290 channel_no 149
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5765 MHz type: 258 channel_no 153
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5785 MHz type: 258 channel_no 157
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5805 MHz type: 258 channel_no 161
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5825 MHz type: 274 channel_no 165
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_channel_change: Set channel: 2412 MHz type: 416 channel_no 1
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2417 MHz type: 416 channel_no 2
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2422 MHz type: 416 channel_no 3
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2432 MHz type: 384 channel_no 5
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2437 MHz type: 384 channel_no 6
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 2442 MHz type: 384 channel_no 7
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2447 MHz type: 384 channel_no 8
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2452 MHz type: 384 channel_no 9
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2457 MHz type: 400 channel_no 10
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2462 MHz type: 400 channel_no 11
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2467 MHz type: 274 channel_no 12
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 2472 MHz type: 272 channel_no 13
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_core_xmit: FSM state not open
rsi_91x: rsi_core_xmit: Failed to queue packet
rsi_91x: rsi_channel_change: Set channel: 2484 MHz type: 498 channel_no 14
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5180 MHz type: 34 channel_no 36
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5200 MHz type: 2 channel_no 40
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5220 MHz type: 2 channel_no 44
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5240 MHz type: 2 channel_no 48
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5260 MHz type: 10 channel_no 52
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5280 MHz type: 10 channel_no 56
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5300 MHz type: 10 channel_no 60
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5320 MHz type: 26 channel_no 64
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5500 MHz type: 42 channel_no 100
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5520 MHz type: 10 channel_no 104
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5540 MHz type: 10 channel_no 108
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5560 MHz type: 10 channel_no 112
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5580 MHz type: 10 channel_no 116
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5600 MHz type: 10 channel_no 120
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5620 MHz type: 10 channel_no 124
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5640 MHz type: 10 channel_no 128
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5660 MHz type: 10 channel_no 132
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5680 MHz type: 10 channel_no 136
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5700 MHz type: 26 channel_no 140
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5745 MHz type: 290 channel_no 149
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5765 MHz type: 258 channel_no 153
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_channel_change: Set channel: 5785 MHz type: 258 channel_no 157
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5805 MHz type: 258 channel_no 161
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 5825 MHz type: 274 channel_no 165
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_channel_change: Set channel: 2427 MHz type: 416 channel_no 4
rsi_91x: rsi_program_bb_rf: Sending program BB/RF frame
rsi_91x: rsi_program_bb_rf: ===> RF RESET REQUEST SENT <===
rsi_91x: rsi_set_channel: Sending scan req frame
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
rsi_91x: rsi_core_qos_processor: Queue number = 4
rsi_91x: rsi_sdio_check_buffer_status: Failed to read status register
********************************
** Synopsys, Inc. **
** ARC HS Development Kit **
********************************
** IC revision: Rev 1.0
** Bootloader verbosity: Normal
** Starting HS Core 1
ü** HS Core running @ 500 MHz
** HS Core fetching application from SPI flash
** HS Core starting application
U-Boot 2017.09-00098-g01eb0ba-dirty (Oct 17 2017 - 22:17:15 +0300)
DRAM: 1 GiB
MMC:
.
( )
H
H Hey BABY.
_H_ Wanna kill all humans?
.-'-.-'-.
/ \
| |
| .-------'._
| / / '.' '. \
| \ \ @ @ / /
| '---------'
| _______|
| .'-+-+-+|
| '.-+-+-+|
| """""" |
'-.__ __.-'
"""
Synopsys Mobile storage: 0
reading uboot.env
In: serial0@f0005000
Out: serial0@f0005000
Err: serial0@f0005000
Net:
Warning: ethernet@f0008000 (eth0) using random MAC address - 8e:46:f3:b5:70:eb
eth0: ethernet@f0008000
Hit any key to stop autoboot: 1 \b\b\b 0
hsdk#
hsdk#
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-12-15 16:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05 16:11 rsi_91x: Failed to read status register on failed authentication Alexey Brodkin
2017-12-06 7:13 ` Amitkumar Karwar
2017-12-14 18:56 ` rsi_91x: Low bandwidth: sends ~100 Kbits/sec, receives ~1.5 Mbits/sec Alexey Brodkin
[not found] ` <b4c2093d-cc2c-cdd3-52a5-73cefd2c189a@redpinesignals.com>
2017-12-15 11:20 ` Alexey Brodkin
[not found] ` <3f553fb0-d1d2-59f1-32f3-53e993c544ca@redpinesignals.com>
2017-12-15 13:21 ` Alexey Brodkin
2017-12-15 16:09 ` rsi_91x: Failed to read status register on failed authentication Alexey Brodkin
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).