commit | 7521ce6eb2d3650a04ac7a1d176607ae9441826a | [log] [tgz] |
---|---|---|
author | Avinash Patil <patila@marvell.com> | Wed Feb 11 23:12:25 2015 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Feb 27 10:08:44 2015 +0200 |
tree | 6b1269ee6050ad8e090fed40c1c7369212f9898f | |
parent | 04c7b363c9f7b05cb1bb94e14afbdd3661f9dd61 [diff] |
mwifiex: do not process mgmt rx on uninitialized interface This patch fixes a crash which was happening because of RX of management frames on uninitialzed interface. Now we drop management frames for interfaces where cfg80211 has not registered any management subtype reception or interface has no NL80211 iftype set. Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>