I get "ath10k_pci 0000:03:00.0: failed to parse chan info event: -71"
when scanning.

After some instrumentation, the return is 7 words and the event
structure size is 13 words. This causes the error.

As only the first 6 words are recovered, it's not clear if the problem
is the size of the event structure or the test.

The kernel was built from kvalo/ath.git
7ce94a62264be94dc1c41ff5d0c8a19c7f0d3143.

Samples below.

Steve

================
Feb 21 05:50:16 w7 kernel: [39829.224813] ath10k_pci 0000:03:00.0: scan event 
foreign channel type 8 reason 3 freq 2412 req_id 40961 scan_id 40960 vdev_id 0 
state running (2)
Feb 21 05:50:16 w7 kernel: [39829.224816] ath10k_wmi_op_pull_ch_info_ev: 
skb->len:28 sizeof(ev):52
Feb 21 05:50:16 w7 kernel: [39829.224819] ath10k_pci 0000:03:00.0: wmi chan 
info: 00000000: 00 00 00 00 6c 09 00 00 00 00 00 00 00 00 00 00  
....l...........
Feb 21 05:50:16 w7 kernel: [39829.224822] ath10k_pci 0000:03:00.0: wmi chan 
info: 00000010: 81 2c fa 01 8c 8d 7b 33 3c da 39 00              .,....{3<.9.
Feb 21 05:50:16 w7 kernel: [39829.224823] ath10k_wmi_event_chan_info: ret:-71
Feb 21 05:50:16 w7 kernel: [39829.224825] ath10k_pci 0000:03:00.0: failed to 
parse chan info event: -71
Feb 21 05:50:16 w7 kernel: [39829.267441] ath10k_pci 0000:03:00.0: scan event 
bss channel type 4 reason 3 freq 2412 req_id 40961 scan_id 40960 vdev_id 0 
state running (2)
Feb 21 05:50:16 w7 kernel: [39829.267445] ath10k_wmi_op_pull_ch_info_ev: 
skb->len:28 sizeof(ev):52
Feb 21 05:50:16 w7 kernel: [39829.267448] ath10k_pci 0000:03:00.0: wmi chan 
info: 00000000: 00 00 00 00 6c 09 00 00 01 00 00 00 af ff ff ff  
....l...........
Feb 21 05:50:16 w7 kernel: [39829.267451] ath10k_pci 0000:03:00.0: wmi chan 
info: 00000010: 14 ee fa 01 17 c7 b4 33 2a dd 39 00              .......3*.9.
Feb 21 05:50:16 w7 kernel: [39829.267452] ath10k_wmi_event_chan_info: ret:-71
Feb 21 05:50:16 w7 kernel: [39829.267454] ath10k_pci 0000:03:00.0: failed to 
parse chan info event: -71
================


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

Reply via email to