Re: C2H on rtwn not handled

2017-10-30 Thread Andriy Voskoboinyk
Mon, 30 Oct 2017 06:28:15 +0200 було написано Farhan Khan : Hi Andriy, Just to be clear, this would mean that in my sc_post_init, I should not utilize callout_reset, which utilizes r92c_handle_c2h_report, correct? Yeah, rs_c2h_* fields are not used on RTL8188E* This appears to be how rt

Re: C2H on rtwn not handled

2017-10-29 Thread Farhan Khan
Hi Andriy, Just to be clear, this would mean that in my sc_post_init, I should not utilize callout_reset, which utilizes r92c_handle_c2h_report, correct? This appears to be how rtl If so, how do I know when a C2H event arrives? (I am not too familiar with C2H or how it works yet). As alway

Re: C2H on rtwn not handled

2017-10-29 Thread Andriy Voskoboinyk
Sun, 29 Oct 2017 08:34:21 +0200 було написано Farhan Khan : Hi, You should not use polling for RTL8188EE - it was mainly used for RTL8192C* (since there is no documented way to get events from it) and can be enabled on RTL881(1,2)A (but just is not needed here). Look into rtwn/rtl8188e/r88e_r

C2H on rtwn not handled

2017-10-28 Thread Farhan Khan
Hi all, I am trying to extend the rtwn driver to add RTL8188EE support. I am still getting this error whenever I enable the WiFi card: rtwn0: r92c_handle_c2h_task: C2H report 0 (len 0) was not handled From my reading of the code, it appears that the driver is trying to read a status-value fr