drivers: net: wireless: scsc: don't delete or deactivate AP
authorTim Zimmermann <tim@linux4.de>
Thu, 14 Jan 2021 19:44:19 +0000 (20:44 +0100)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:24:03 +0000 (20:24 +0300)
commit46dcf720473920043091d65964789eceb721b3a5
tree7e53c8bd7b7a98537fb41648665c7b6223bc576f
parenta4e63b853a74fcf78b0bddbd0f143d68dea5f34c
drivers: net: wireless: scsc: don't delete or deactivate AP
 interface in slsi_del_station

* This function is meant for cleaning up going from STA to AP mode
* On latest 18.1 builds deleting/deactivating AP interface causes
  hotspot not to work, hostapd starts up and system says hotspot
  is on, but due to a kernel error (vif type isn't set to AP anymore)
  SSID isn't actually broadcasted and clients can't find nor connect
  to the hotspot
* So let's remove this as removing it doesn't seem to have any
  negative consequences but fixes hotspot, also disable an
  ugly warning caused by this which isn't actually a problem

Change-Id: I5a656fd38697b9be09ecdc5f344bc343458aeaaf
drivers/net/wireless/scsc/cfg80211_ops.c