mwifiex: fix NULL pointer dereference in mwifiex_fw_dpc
authorAmitkumar Karwar <akarwar@marvell.com>
Fri, 15 Nov 2013 03:10:39 +0000 (19:10 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 15 Nov 2013 19:29:31 +0000 (14:29 -0500)
commitd1af2943da89f180274c846d593049e464026baf
tree1bba26d3af4d7121558e51ab0c40b0030030f2f0
parentbec568ff51078276109e21b5521829e2dd60a7fa
mwifiex: fix NULL pointer dereference in mwifiex_fw_dpc

We don't need to free/unregister wiphy when
mwifiex_register_cfg80211() fails. The routine internally takes
care of it. This redundant code can cause NULL pointer dereference,
for adapter->wiphy.

Reported-by: Ujjal Roy <royujjal@gmail.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/main.c