Tag: e922df7d3e946529981860d4bdd707a9cb59fc0d

Staging: rtl8712: Eliminate use of _init_timer

Author: Vaishali Thakkar <vthakkar1994@gmail.com> This patch introduces the use of API function setup_timer instead of driver specific function _init_timer as it is the preferred and standard way to setup and set the timer. To be compatible with the change, argument types of referenced functions are changed. Also, definition of function _init_timer is removed as it …

Continue reading