Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-22 | hostap: convert hostap_cmd_queue.usecnt from atomic_t to refcount_t | Elena Reshetova | |
refcount_t type and corresponding API should be used instead of atomic_t when the variable is used as a reference counter. This allows to avoid accidental refcounter overflows that might lead to use-after-free situations. Signed-off-by: Elena Reshetova <elena.reshetova@intel.com> Signed-off-by: Hans Liljestrand <ishkamiel@gmail.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David Windsor <dwindsor@gmail.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> |