Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-11 | hostap: fix an error code in prism2_config() | Dan Carpenter | |
The current code returns success if prism2_init_local_data() fails, but we want to return an error code. Also we can remove the bogus ret initializer because it is wrong and never used. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> | |||
2015-11-18 | hostap: move under intersil vendor directory | Kalle Valo | |
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org> |