summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | | * | | | qcacld: WMA: Handle WOW_REASON_LOW_RSSI for roaming eventsDeepak Dhamdhere2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When host receives WMI_WOW_WAKEUP_HOST_EVENTID for roaming events like WMI_ROAM_REASON_BETTER_AP, it does not handle it correctly. Extract roam event information from WMI_WOW_WAKEUP_HOST_EVENTID parameters and call wma_roam_event_callback() as if roam event was received over WMI. Added NULL pointer check for wow_packet_buffer Change-Id: I094e966dab412ec7702e98da5f65d9403bd8f519 CRs-Fixed: 690698
| | | * | | | WLAN: Add the chip version to mboxping firmware file nameMingcheng Zhu2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add chip version to mboxping firmware file Change-Id: Iedf980f738948095e0af8639390c09982f04be18 CRs-Fixed: 708818
| | | * | | | qcacld: Fix disconnect event not sent to kernel in SETBANDChandrasekaran, Manishekar2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the current implementation, when SETBAND command is received, the state is set to disconnecting. But, the disconnect handler does not send the indication to the kernel if the state is disconnecting. So, the supplicant does not know that the driver is disconnected and it does not initiate a new connection. In this fix, the connection state is set to not connected instead of disconnecting. This way, the disconnect handler will be able to send the indication to the kernel. Also, this state change will ensure that the race condition handled by the gerrit 'qcacld: dont send connect result to kernel,if HDD's discon is pending' and its dependencies are also not disturbed. Change-Id: I6df3c5a91d5d2bf85fc585e0de13460b568d18a9 CRs-Fixed: 708200
| | | * | | | qcacld: FR: Secure Firmware DownloadKomal Seelam2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Driver has to compute the SHA-256 hash for each FW bin. Driver stores sha256 hash of each bin in global static variable. Download FW bin if the computed hash matches with stored hash of respective FW bin else bail out. If Stored Hash entries are NULL, download fw in non-secure mode. Host Driver will be secured by OEM. CRs-Fixed: 707238 Change-Id: Iac7c2270246dfdaf37d008305fe62108d7fd775d
| | | * | | | qcacld: TDLS: Num Of TDLS maximum Links not matching PRDRandy Chiu2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CLD driver will reject the 8th tdls peer join.It is because driver will assign AID from 2 to 8 and Max Aid 8 was refered from ol_get_number_of_peers_supported.Set max_no_of_peers to 9 under CONFIG_HL_SUPPORT macro. CRs-Fixed: 686684 Change-Id: I86d45282fb2c8b3da36a76cf49c1c4d2010b4b11
| | | * | | | qcacld-new: Enable/disable FW self-recovery for Rome USBJi-Huang2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FW self-recovery for Rome USB can be enabled/disabled in INI. If it's enabled, driver doesn't trigger kernel panic after firmware crash. Change-Id: Ia28bc567d1d84f9f800927f0498d2d4bf5edba33 CRs-Fixed: 701176
| | | * | | | qcacld: Remove obsolete HTC ISOC supportJeff Johnson2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An original goal of the qcacld driver was to support both pronto and rome and to support both the WiFi-1.0 and WiFi-2.0 software architectures. The HTC module provides htc_smd logic which was provided to allow the qcacld driver to run on pronto. However the requirement that qcacld be able to run on pronto has been removed, so remove the htc_smd code that is present to support this obsolete requirement. Change-Id: I76945b47a0a82a1976ae4e6922afbd14777ef02d CRs-fixed: 707749
| | | * | | | qcacld: [HDD]: Deadlock happened duing P2P testRandy Chiu2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The supplicant will show timeout at the GC side while GO firstly doing group remove then GC did remove group immediately. The issue happened while doing flush_scheduled_work in function hdd_smeCloseSessionCallback. The issue will be resolved with WLAN_OPEN_SOURCE macro. Add WLAN_OPEN_SOURCE for usb case and add CONFIG_HAS_WAKELOCK to separate wake_lock related functions for compile issue on linux kernel. Change-Id: I432d7fc4b20ad8400c157f6af8e96a877bab0338 CRs-Fixed: 707406
| | | * | | | wlan: remove config item CONFIG_ENABLE_LINUX_REGAmar Singhal2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove the config item CONFIG_ENABLE_LINUX_REG CRs-Fixed: 704142 Change-Id: I67c22940d775ced90332f318d99fc6e797acce02
| | | * | | | wlan: remove obsolete Pronto NV & PTT codeKumar Anand2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rome CLD driver doesn't use the NV.bin or PTT code from Prima/Pronto (ISOC). Removing all the obsolete NV & PTT code from CLD driver. CRs-Fixed: 702118 Change-Id: I105529c4b025c92d1931b533975f2ab48a24070e
| | | * | | | qcacld: Remove obsolete TL moduleJeff Johnson2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The TL module is a holdover from the prima driver. In qcacld this module has been replaced with the TL SHIM, so remove the obsolete source files used by this module. NOTE that the wlan_qct_tl.h header file is retained since there are many references to this file which still must be cleaned. This will take place as a separate activity. Change-Id: Ia1747dcd91dd2b4ecdf80b15e17f3b766080e8be CRs-fixed: 707172
| * | | | | | Merge "Release 1.0.0.168 QCACLD WLAN Driver"Linux Build Service Account2014-08-18
| |\| | | | |
| | * | | | | Release 1.0.0.168 QCACLD WLAN DriverAkash Patel2014-08-12
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.168 WLAN: qcacld: Update the WCNSS config wlan: sap: Add HDD event for channel switch qcacld: Support for ALGERIA regulatory domain qcacld: fix for incorrect value of width in HT Cap in ProbeRequest CLD: Reducing log level for some error prints. QCACLD-NEW: Adding mboxping driver in USB interface qcacld: Add null pointer check for tail_msdu of RX reorder array qca-cld: Set proper values in beacon IE for OBSS qca-cld:lim: Set STA channel width to 0 when OBSS present wlan: qca_cld: Revert change to modify rx field flags qcacld: apply software MAC Address to target firmware Change-Id: I9324369cac0935f7acdc3aaf7d72334e5c88f321
| | | * | | | Cafstaging Release 1.0.0.168Pitani Venkata Rajesh Kumar2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.168 Change-Id: Ie533173dee2b5be38c27f543a6cd545be67fc58d CRs-Fixed: 688141
| | | * | | | WLAN: qcacld: Update the WCNSS configKiran Kumar Lokere2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the cfg.ini file with new parameters. Change-Id: I560f686f818b11975d93fe3eaf7a187ffa88309f CRs-Fixed: 702938
| | | * | | | wlan: sap: Add HDD event for channel switchMahesh Kumar Kalikot Veetil2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Post channel switch event to HDD after radar detection from SAP FSM Change-Id: I7cc8f846811f2b0c890928b8ae9352c39972e163 CRs-Fixed: 691866
| | | * | | | qcacld: Support for ALGERIA regulatory domainChandrasekaran, Manishekar2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thix FIX adds support for APL13_WORLD domain in the regulatory to support ALGERIA country Change-Id: Id5482d8366d9fb098de12b03d3aaa093375ed38c CRs-Fixed: 701163
| | | * | | | qcacld: fix for incorrect value of width in HT Cap in ProbeRequestNaveen Rawat2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should be checking the INI parameter (enable/disable) for channels bonding rather than blindly setting the channel width set for 2.4 GHz band. Change-Id: I8193ce48a91e6073bcceb6f513fb1aae6c68cb92 CRs-Fixed: 706435
| | | * | | | CLD: Reducing log level for some error prints.Edhar, Mahesh Kumar2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reducing log level for some error prints which is resulting in too many prints in driver logs Change-Id: Ic5bb43ab0d9568af4e6070ac5c56c5c5f050ecd6 CRs-Fixed: 707477
| | | * | | | QCACLD-NEW: Adding mboxping driver in USB interfaceLeo2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the end point ping feature for USB bus performance measurement. Change-Id: Ic9231d57bcba640ba3a56c6c8a34c8df14fa5fd2 CRs-Fixed: 699828
| | | * | | | qcacld: Add null pointer check for tail_msdu of RX reorder arrayYun Park2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is to fix crash when a null pointer dereference as driver tries to access null tail_msdu in ol_rx_reorder_release. Change-Id: Iabb759a3b6748f8fa3f676b13e0b2e55ded61d6a CRs-FIXED: 702006
| | | * | | | qca-cld: Set proper values in beacon IE for OBSSPeng Xu2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to set the correct Secondary Channel Offset and 20/40 coexistance supported bit in beacon IE for supporting OBSS feature. Change-Id: Ia0f58bc035c7383f586be7f4a1005b8d86adf0a6 CRs-fixed: 705835
| | | * | | | qca-cld:lim: Set STA channel width to 0 when OBSS presentPeng Xu2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When overlapping BSS present in 2.4G channels, SAP needs to update the STA channel width field in HT Information IE to value 0. Change-Id: Ia6ed5b9b66b4773add27e496cc35b9003b242988 CRs-fixed: 704994
| | | * | | | wlan: qca_cld: Revert change to modify rx field flagsDhanashri Atre2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabling ppdu start and end flags is causing the rx rate info to be missing from packet log. Change-Id: I0e1d2acef0d99b472faca80eb5b7ce069cd1739e CRs-Fixed: 707329
| | | * | | | qcacld: apply software MAC Address to target firmwareKevin Fang2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using wlan_mac.bin to configure software MAC address, it doesn't apply to target firmware. Configure the corresponding wmi command to firmware when using software MAC address. Change-Id: I64a7704bff716dcf48b5934e4947ee11ed864ecd CRs-Fixed: 705209
| * | | | | | Merge "Release 1.0.0.167 QCACLD WLAN Driver"Linux Build Service Account2014-08-18
| |\| | | | |
| | * | | | | Release 1.0.0.167 QCACLD WLAN DriverPitani Venkata Rajesh Kumar2014-08-12
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.167 Copyright Fix: wlan: Add nan-parser support for cnss_diag. wlan: txrx: Remove obsolete ISOC and WIFI_2_0 conditions qca_cld: convert reason code to string qcacld-new: HDD: Provide fix for not decementing active session while roam qcacld: Enable SIFS burst in cfg.ini by default qcacld: Remove obsolete WDA layer (phase 1) qcacld: Remove obsolete DXE modules Change-Id: I02f59c879c565ff236a711865016187769a1f02a
| | * | | | Cafstaging Release 1.0.0.167Pitani Venkata Rajesh Kumar2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.167 Change-Id: I0245be9e7b05c4b0de5581ab436d94807e861bea CRs-Fixed: 688141
| | * | | | Copyright Fix: wlan: Add nan-parser support for cnss_diag.Akash Patel2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the NAN feature enablement, adding the support for FW logging in the parser files. Change-Id: Ie49ee9bee707a6512c71df105fc3bdc6af293adb CRs-fixed: 704050
| | * | | | wlan: txrx: Remove obsolete ISOC and WIFI_2_0 conditionsJeff Johnson2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The qcacld driver contains a large amount of conditional compilation that was initially added to allow the driver to support both integrated and discrete wlan solutions. However it has been decided that the integrated solutions will only be supported by the prima driver, so remove from TXRX all of the conditional compilation that is now obsolete. - Code that is conditional upon QCA_WIFI_ISOC being defined is removed. - Code that is conditional upon QCA_WIFI_ISOC not being defined is retained without conditional compilation. - Code that is conditional upon QCA_WIFI_2_0 being defined is retained without conditional compilation. - Code that is conditional upon QCA_WIFI_2_0 not being defined is removed. Change-Id: Ic7ad00dfc39543b14580975ce3244ee0474e46e8 CRs-fixed: 704966
| | * | | | qca_cld: convert reason code to stringKalikinkar dhara2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conversion of reason code for disassoc and deauth to string. Change-Id: I82875b89771f8e028a999a4c2ab0424ee2fb34cd CRs-fixed: 704323
| | * | | | qcacld-new: HDD: Provide fix for not decementing active session while roamRavi Joshi2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide fix for not decrementing active session count while roaming. Active session count is decremented only upon disconnection and incremented only after successful connection. The roaming does not give disconnect indication hence the active session is not decremented. Active session count is not incremented after the successful roaming, hence the driver should not decrement active sessions Change-Id: I36ba4f7e6a1d78111a224691d04d2f4d342471b8 CRs-Fixed: 706388
| | * | | | qcacld: Enable SIFS burst in cfg.ini by defaultSrinivas Girigowda2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set gEnableSifsBurst to 1 by default Change-Id: I30a6fb742da34dc0c113b27492fde1b59c6c2986 CRs-Fixed: 705898
| | * | | | qcacld: Remove obsolete WDA layer (phase 1)Jeff Johnson2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The WDA layer was introduced in the prima driver as an adaptation layer to the WDI. In qcacld the WDI has been replaced with the WMI, and there is an associated WMA adaptation layer, so much the functionality of WDA is obsolete. So we should remove the WDA layer. Unfortunately the qcacld driver originally supported both the WDA and WMA, and much of the code references WDA APIs, so for Phase I of this exercise only remove the WDA files and functions which are 100% not being used by the current qcacld driver. NOTE that the WDA header files, as well as a couple of legacy WDA source files, are retained since there are many references to these files which still must be cleaned. This will take place in a separate cleanup phase. Change-Id: I23e685ac3caa5310659a65916eedf103d31f1fe1 CRs-fixed: 707311
| | * | | | qcacld: Remove obsolete DXE modulesJeff Johnson2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The CORE/DXE module is a holdover from the prima driver, and the CORE/SERVICES/HIF/DXE module was originally introduced to support WMI over DXE in the qcacld driver. Since we are no longer trying to support the legacy rome/pronto cores with the qcacld driver, remove the obsolete DXE modules. Change-Id: I621b1f74ba9a2ba0ae1f0445f2299de7d4ba9848 CRs-fixed: 707374
| * | | | | Merge "Release 1.0.0.166 QCACLD WLAN Driver"Linux Build Service Account2014-08-10
| |\ \ \ \ \
| | * | | | | Release 1.0.0.166 QCACLD WLAN DriverAkash Patel2014-08-10
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.166 wlan: LFR3: Exception Handling for HO Fail qca_cld: Use only HTC ACK from FW for WOW enable command qcacld/txrx:support for credit completion for HL Change-Id: Ic33f27abb4c1d76ed1f62ff12db55b11a90eadad
| | * | | | Cafstaging Release 1.0.0.166Akash Patel2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.166 Change-Id: Id6e360d7bb379e5714d98a8372ab54b916bdb24f CRs-Fixed: 688141
| | * | | | wlan: LFR3: Exception Handling for HO FailVarun Reddy Yeturu2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case the firmware fails the hand over to new AP at any point in time, then it will indicate the HOST about the HO Failure. The host should tear down the connection with the current AP is such cases. Change-Id: I4f91444063c818e0fad74244ef2f5cc6f1b86148 CRs-Fixed: 706935
| | * | | | qca_cld: Use only HTC ACK from FW for WOW enable commandYue Ma2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use only HTC ACK from FW for host driver WOW enable command. Change-Id: I3abfd8e792fd1505e2637187178e4d024d460b43 CRs-fixed: 707066
| | * | | | qcacld/txrx:support for credit completion for HLGanesh Babu Kumaravel2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For HL i.e SDIO tx completion indication from firmware for every frame is an additional overhead. This impacts the throughput. so new bit tx_compl_req is added to HTT Tx Descriptor. If tx_compl_req is set Host requires tx completion indication from Firmware. If tx_compl_req is not set Firmware won't send Tx Completion for every frame. Instead Firmware update the Host regarding credit using HTT_T2H_MSG_TYPE_TX_CREDIT_UPDATE_IND. tx_compl_req is set 1 for all frames if tx_free_at_download is not set. If tx_free_at_download is set then tx_compl_req is set for management and non standard frames and tx_compl_req is not for data frames. Change-Id: I89bd896525531a3251bec61922bd68bae7e0d4a2 CRs-Fixed: 707290
| * | | | | Merge "Release 1.0.0.165 QCACLD WLAN Driver"Linux Build Service Account2014-08-09
| |\ \ \ \ \
| | * | | | | Release 1.0.0.165 QCACLD WLAN DriverAkash Patel2014-08-09
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.165 Revert "qcacld/txrx:support for credit completion for HL" Copyright Fix: wlan: Add nan-parser support for cnss_diag. qcacld: Fix regression in TDLS implicit trigger qcacld: Fix delay in p2p GO group removal scenario wlan: Remove obsolete palTimer code qcacld: WMA: Fill up channel frequency qcacld: Low power heartbeat (LPHB) update qcacld: Necessary host changes for r0kh ID interface changes qcacld: IBSS mode, add support for D0 and D3 WOW qcacld: CL 1050936 - update fw common interface files qcacld: update fw cmn interface files wlan: ESE Compilation Error Fix qcacld: Decrement no. of active sessions after successful 11r roaming qcacld: Simulate thermal mitigation level in host qcacld-new: For Rome USB only, enable AP UAPSD by default. WMA:Avoid processing redundant unpause event qca_cld: Added debug msg for beacon start Change-Id: I021edc2a538612be17c9d197867a52db58b65a80
| | | * | | | Cafstaging Release 1.0.0.165Pitani Venkata Rajesh Kumar2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.165 Change-Id: Ifdff7d51b29fdfb686f5109203c00c6754122eca CRs-Fixed: 688141
| | | * | | | Revert "qcacld/txrx:support for credit completion for HL"Ganesh Babu Kumaravel2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6400ed7a55c1050aa8d09f07a52182231e4c731d. This causes regression in LL. Change-Id: If533ac592c273123c7ea31315d0a7cfe9640cf07 CRs-Fixed: 707283
| | | * | | | Copyright Fix: wlan: Add nan-parser support for cnss_diag.Akash Patel2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the NAN feature enablement, adding the support for FW logging in the parser files. CRs-fixed: 704050 Change-Id: Ibbdfda1741b56f0ac7bf8bc708be92d7ee3e8972
| | | * | | | qcacld: Fix regression in TDLS implicit triggerRajesh Chauhan2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix regression in TDLS implicit trigger caused by previous commit I3c3b26a7b85bea1bd3f6fa515c88b2f1a547b818. Change-Id: Ifd6258b33d3048efc580f2939ce3b8d6d8360850 CRs-Fixed: 706992
| | | * | | | qcacld: Fix delay in p2p GO group removal scenarioChandrasekaran, Manishekar2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, in AP scenario, the host driver is sending deauth frame with reason code 2. But, supplicant does not remove the group immediately when the reason code is anything other than 3. The group will get removed only after group idle time. This is fixed here. Change-Id: If6324517257f12904ed25c0d19c7e2013bc53f5e CRs-Fixed: 706699
| | | * | | | wlan: Remove obsolete palTimer codeWilliam Seto2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing legacy palTimer code and references to these files. However, since some files still depend on 2 macros defined in palTimer.h, redefine these macros in vos_timer.h and rename them appropriately. Change-Id: Iecf731beced156ab57acbe956dfc9486c5d3c5c2 CRs-Fixed: 701497
| | | * | | | qcacld: WMA: Fill up channel frequencyManikandaraja Venkatachalapathy2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fill channel frequency field for WDA_TxPacket Change-Id: I568ad408ab60e557731d6f5d1658ee1da35bb34a CRs-Fixed: 706495