Hi Riku,
>> When the driver is configured as kernel module and when it gets
>> unloaded and reloaded, kernel crash was observed. This patch
>> addresses the software cleanup by doing the following,
>>
>> - Moved register_netdev call after hardware is ready
>> - Since ndev is not ready, added set_
On 26 July 2016 at 03:12, Iyappan Subramanian wrote:
> When the driver is configured as kernel module and when it gets
> unloaded and reloaded, kernel crash was observed. This patch
> addresses the software cleanup by doing the following,
>
> - Moved register_netdev call after hardware is ready
>