Re: Trouble writing rtl8188ee driver

2017-03-18 Thread Adrian Chadd
yay great progress! -adrian On 18 March 2017 at 19:26, Farhan Khan wrote: > That was it!!! Thank you! Wow! I have been on this for weeks now! My > debugging output displays as follows: > > id: 8129 > hpon: Render How? > clk:0 > rf_board

Re: Trouble writing rtl8188ee driver

2017-03-18 Thread Farhan Khan
That was it!!! Thank you! Wow! I have been on this for weeks now! My debugging output displays as follows: id: 8129 hpon: Render How? clk:0 rf_board_option:0 rf_feature_option: 0 rf_bt_setting: 10 Version:

Re: Trouble writing rtl8188ee driver

2017-03-18 Thread Andriy Voskoboinyk
Sat, 18 Mar 2017 22:21:51 +0200 було написано Farhan Khan : Hi, there is no need to create an additional rtl8188ee[e] directories / files; AFAIK, rtl8188ee is just a PCI-E version of rtl8188e chipset (and rtl8188eu is an USB-based version); you should just separate pci / usb code inside rtl818

Trouble writing rtl8188ee driver

2017-03-18 Thread Farhan Khan
Hi team, I'm toothe from the IRC channel. I hope you all are doing well :) Let me tell you where I am in writing my code. In short, I am stuck and need asisstance. I created a copy of the rtl8192c code, and placed it here: https://github.com/khanzf/freebsd/tree/master/sys/dev/rtwn/rtl8188ee I ze