commit | b022539db49a31bd55cb8167dec5a67967ba8a2c | [log] [tgz] |
---|---|---|
author | Prameela Rani Garnepudi <prameela.j04cs@gmail.com> | Thu Oct 13 16:55:46 2016 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Nov 17 08:43:52 2016 +0200 |
tree | 5f8f66693ab7a76a4be18cc491bff412a61956a5 | |
parent | 87016f5eb1a39251f982ae7a6f2843f82307ae47 [diff] |
rsi: Fix memory leak in module unload Observed crash when module is unloaded if CONFIG_RSI_DEBUGSFS is not set. Fix: Debugfs entry removal moved inside CONFIG_RSI_DEBUGSFS flag in function rsi_mac80211_detach() Memory leak found and fixed for below structures in function rsi_mac80211_detach() * channel list for each supported band * rsi debugfs info Signed-off-by: Prameela Rani Garnepudi <prameela.j04cs@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>