lwfinger / rtl8188eu

Repository for stand-alone RTL8188EU driver.
Other
1.67k stars 592 forks source link

Compiling rtl8188eu into kernel v.3.10.17 #92

Open yohanChang opened 9 years ago

yohanChang commented 9 years ago

Hello, I've been searching for a solution to enable compiling rtl8188eu in kernel version 3.10.17 and I have no appropriate way to fix this problem.

First of all, let me introduce the situation. Since the device doesn't have modules for rtl8188eu driver, I've been working on how to cross compile rtl8188eu on kernel version 3.10.17 with solid steps.

But then, the error occurs in os_intfs.c and error says "implicit declaration of function 'create_proc_entry'".

To be honest with you, I would like to provide you more information and direct clues that resolve the situation. However, since I am very new (indeed noob might be better word) to this field, I feel like the further information should be given after questioning and answering the needs.

Any help will be appreciated. Thank you.

lwfinger commented 9 years ago

If you were using the code from this repo, you would find that the section that calls create_proc_entry() was commented out. I cannot support whatever source you are using.