diff options
| author | Avinash Patil <[email protected]> | 2015-01-28 15:42:00 +0530 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2015-01-29 10:20:09 +0200 |
| commit | 4facc34a1f1d6ba8fafc9afdb84f9c6ed4334c4c (patch) | |
| tree | 3d6043f8200b5be8404ce522e48d5128732aea83 /tools/perf/scripts/python | |
| parent | 09f63ae65f907a7fadf7fcf408f80909cbf2af4b (diff) | |
mwifiex: do not declare wdev as pointer
wdev is used even after del_virtual_interface handler in cfg80211
in nl80211_post_doit. Since we have freed wdev in handling of
del_virtual_intf, this can result into crash while deleting
interface.
Avoid this be not declaring wdev which part of
mwifiex_private structure but struct wireless_dev type.
Signed-off-by: Avinash Patil <[email protected]>
Signed-off-by: Amitkumar Karwar <[email protected]>
Signed-off-by: Cathy Luo <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions