android_kernel_xiaomi_sm8350/core/hdd
Arun Khandavalli 97f2838162 qcacld-3.0: set/clear interface opened flag for softap adapter
In softap case DEVICE_IFACE_OPENED flag is not set/cleared when the
interface is opened/stopped(hdd_hostapd_open/hdd_hostapd_stop).
During the STA+SAP concurrency when the STA is turned
off, during the interface down it check's if any interfaces are opened,
if no interfaces are opened it starts the timer to close the modules.
Since the interface opened flag is not set for softap case the timer
is getting kickstarted and resulting in closing the modules even when
the SOFTAP is running.

To migitate the issue, set/clear the DEVICE_IFACE_OPENED in the adapter
even for SOFTAP.

Change-Id: I9e3f1391d92473d8a189d9fee6523ec3a7554c96
CRs-Fixed: 1065130
2016-09-13 12:54:45 -07:00
..
inc qcacld-3.0: Enable multicast address list feature by default 2016-09-12 21:46:04 -07:00
src qcacld-3.0: set/clear interface opened flag for softap adapter 2016-09-13 12:54:45 -07:00