|
@@ -18293,6 +18293,9 @@ static int __wlan_hdd_cfg80211_change_iface(struct wiphy *wiphy,
|
|
|
policy_mgr_clear_concurrency_mode(hdd_ctx->psoc, adapter->device_mode);
|
|
|
|
|
|
if (hdd_is_client_mode(adapter->device_mode)) {
|
|
|
+ if (adapter->device_mode == QDF_STA_MODE)
|
|
|
+ hdd_cleanup_conn_info(adapter);
|
|
|
+
|
|
|
if (hdd_is_client_mode(new_mode)) {
|
|
|
errno = hdd_change_adapter_mode(adapter, new_mode);
|
|
|
if (errno) {
|