commit | 02421dd3f6af1b6becb6d9a690a2b70c73c03a7a | [log] [tgz] |
---|---|---|
author | Xinming Hu <huxm@marvell.com> | Fri Sep 18 06:32:07 2015 -0700 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Sep 29 10:47:33 2015 +0300 |
tree | cc6f94292ec9413dc08484fa827ccde5739848b4 | |
parent | 9a9053c3420fcc5779319e4ea267c6dcbf8d7c04 [diff] |
mwifiex: NULL check for cfg80211_inform_bss() cfg80211_inform_bss would return null in some cases, such as memory allocation failure. This patch adds sanity check for this case, to avoid possible issues when above corner case is hit. Signed-off-by: Xinming Hu <huxm@marvell.com> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>