diff options
| -rw-r--r-- | core/hdd/src/wlan_hdd_driver_ops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/hdd/src/wlan_hdd_driver_ops.c b/core/hdd/src/wlan_hdd_driver_ops.c index b50a0bb398e9..126df9d349f6 100644 --- a/core/hdd/src/wlan_hdd_driver_ops.c +++ b/core/hdd/src/wlan_hdd_driver_ops.c @@ -421,6 +421,8 @@ static void wlan_hdd_remove(struct device *dev) __hdd_wlan_exit(); } + cds_set_unload_in_progress(false); + pr_info("%s: Driver De-initialized\n", WLAN_MODULE_NAME); } |
