summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intersil/hostap/hostap_cs.c
Commit message (Collapse)AuthorAge
* hostap: fix an error code in prism2_config()Dan Carpenter2015-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 directoryKalle Valo2015-11-18
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>