mwifiex: move if_ops.cleanup_if() call
authorAmitkumar Karwar <akarwar@marvell.com>
Tue, 23 Jul 2013 02:17:50 +0000 (19:17 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 24 Jul 2013 15:02:09 +0000 (11:02 -0400)
commit4cfda67d8f37cc422ad9f181c173a241c913055b
treea9d360c31bba40157b77e21733e2899af5735aa1
parentf3340e6cfd0100d70653fe8a300049420e464deb
mwifiex: move if_ops.cleanup_if() call

As if_ops.init_if() is called in mwifiex_register(),
corresponding cleanup routine should be called in
mwifiex_unregister().

Currently it's there in mwifiex_adapter_cleanup(), hence
interface specific cleanup is not performed if driver
initialization is failed.

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/init.c
drivers/net/wireless/mwifiex/main.c