diff options
| author | Chandrasekaran, Manishekar <cmshekar@qti.qualcomm.com> | 2014-09-11 09:10:12 +0530 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-09-11 18:07:46 -0700 |
| commit | 148ad5dae35b40a188de55a90ea4f1174e356ff7 (patch) | |
| tree | db4842e3b48eb013ca3e7653f3c9a21753968c8f | |
| parent | e45f5e4fb886d5a2560665b7cc7a1daa2868751c (diff) | |
qcacld: Poll and fetch unsafe channel during driver startup
During driver startup, as soon as the supplicant is UP,
Host will poll and fetch the unsafe channel list from the
FW. This way, if LTE is up before WLAN, Host driver will
not start operating on unsafe channels.
Change-Id: I045b8fd3ea823719160e131c2be4163656d3766b
CRs-Fixed: 722862
| -rwxr-xr-x | CORE/HDD/src/wlan_hdd_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/HDD/src/wlan_hdd_main.c b/CORE/HDD/src/wlan_hdd_main.c index 85e7c8fdb438..b4f6a890a611 100755 --- a/CORE/HDD/src/wlan_hdd_main.c +++ b/CORE/HDD/src/wlan_hdd_main.c @@ -681,6 +681,7 @@ static int hdd_netdev_notifier_call(struct notifier_block * nb, break; case NETDEV_UP: + sme_ChAvoidUpdateReq(pHddCtx->hHal); break; case NETDEV_DOWN: |
