Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | hostap: fix an error code in prism2_config() | Dan Carpenter | 2015-12-11 |
| | | | | | | | | | 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> | ||
* | hostap: move under intersil vendor directory | Kalle Valo | 2015-11-18 |
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org> |