summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * | | | qcacld:configure auto trigger params only if uapsd is enabledGanesh Babu Kumaravel2014-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uapsd auto trigger parameters are wrongly configured even if psb is 0 i.e uapsd is disabled incase of add tspec with uapsd disabled. So psb information is passed to TL Shim while enabling uapsd so that configuration of auto trigger parameters can be skipped. Change-Id: I5a77ad34acab63cae2590848c13c5bf346f9408e CRs-Fixed: 621639
| | * | | | qcacld/lim: Fix low uplink throughput in 11b modeVasanthakumar Thiagarajan2014-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nw_type sent to WMA is taken from bss. If the AP is in 11g and the station is forced to 11b through ini, 11g is sent as network type to WMA. When phymode as 11g and rates valid for 11b mode are configured to fw, fw rate control module chooses only the rates valid for the configured phy mode which is 1M and 2M. Fix the nw_type assignment in lim so that 11b mode is sent to WMA when DUT is configured in 11b mode. Change-Id: I21b3d7b28b5ee4bcf3221fd49e13d45858afaf96 CRs-Fixed: 619735
| | * | | | qcacld: CORE/SERVICES/HTC cleanfileJeff Johnson2014-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run CORE/SERVICES/HTC through kernel/scripts/cleanfile to remove whitespace that is inconsistent with the Linux Kernel coding standard Change-Id: I8ae70593b3c263600c0a3974e236ba425b3df4d9 CRs-fixed: 619495
| | * | | | qcacld: Update host-side debug file for FW CL847476/849277Yuanyuan Liu2014-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync and update host-side debug file for FW CL847476/849277 Change-Id: I7a7e46f1fd08bb86314f84450f436e18a4c0bf9d CRs-Fixed: 622119
| | * | | | qcacld: Add support for FW WOW NACKYuanyuan Liu2014-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove SAP/P2PGO powersave handler and add support for FW WOW NACK. When recive WOW NACK from FW, we will hold wake_lock for 1 sec. Change-Id: Iba32fa58f0162beeef175a497ad4074260574dfd CRs-Fixed: 619622
| | * | | | qcacld: Fix active/passive scan selection via DRIVER commandYuanyuan Liu2014-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the adapters of hdd_ioctl and hdd_wlan_cfg80211_scan are two different interfaces(p2p0/wlan0), which makes DRIVER scan command have no effect. Fix the problem by setting scan mode in shared pHddctx instead of pAdapter. CRs-Fixed: 614358 Change-Id: Ie174a3e02355582d889f60c68512a1e344bb8336
| | * | | | qcacld: Fix of Batch scan channel parameterRajeev Kumar2014-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WLS_BATCHING SET expects 'A' to be 5GHz band and 'B' to be 2.4GHz. Tested following cases: 1) STA bi-directional ping 2) SAP bi-directional ping Change-Id: Ibd10048dfb461f9017c6cf85558d1f772d5dbfc3 CRs-Fixed: 622128
| | * | | | qcacld: Add Green TX ioctls for AP modeManikandan Mohan2014-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rome fw support Green Tx in AP mode also but host driver did not have support for AP mode. Added support for Green Tx configuration ioctls for AP mode. Change-Id: Id8cd80b11cca9ab33fc24215f8cd6947c50075e8 CRs-fixed: 621857
| | * | | | Cafstaging Release 1.0.0.43Akash Patel2014-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.43 Change-Id: Id56c2975924875ac0f7e622b11470f3449ecee2b
| | * | | | qcacld: Enable WMI commands for adaptive early-rxManikandaraja Venkatachalapathy2014-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WMI commands for the adaptive early rx feature are enabled to validate some of the test cases for this feature. Change-Id: Ib627e9b7845d450b1ceacdb1e7149bed49cf7577 CRs-Fixed: 602122
| | * | | | qcacld: Enable host wakeup for WOW_BETTER_AP_EVENTDeepak Dhamdhere2014-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable WOW_BETTER_AP_EVENT while initializing firmware so that roaming scan will trigger host wakeup for roaming during suspend. Change-Id: Icaa056f506c5ffbe9dbef3f88ed238b4775587f0 CRs-Fixed: 620234
| | * | | | qcacld: CORE/WDA cleanfileJeff Johnson2014-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run CORE/WDA through kernel/scripts/cleanfile to remove whitespace that is inconsistent with the Linux Kernel coding standard Change-Id: I6abefa15a35b88255e22ecd26074458fdc1601ca CRs-fixed: 619495
| | * | | | qcacld: CORE/WDI/DP cleanfileJeff Johnson2014-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run CORE/WDI/DP through kernel/scripts/cleanfile to remove whitespace that is inconsistent with the Linux Kernel coding standard Change-Id: Id2099d82cfe6d3bff24a288c68370e1029ef0ae5 CRs-fixed: 619495
| | * | | | qcacld: carry out the plain version string without manipulationRyan Hsu2014-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous string formating wasn't appliable due to version convention change, fix it by print out version in hex directly. The new firmware version convention as below. #new version for ROME: changed by Shuibing 2014 Jan 23 #0x |_| |_| |_| |_||_| |_||_||_| # CBID(2) CHId(1) Date(2) SUId(3) # #CBID: 2 digits -- CodeBranch ID # Current:01 #CHId: 1 digit -- Chip ID # 1.1: 1 # 1.3: 2 # 2.1: 3 #Date: 2 digits -- build date (We ONLY need DAY) #SUId: 3 digits -- It will increase when each build. # #eg. 0x01323001 # CodeBranchID:01, ROME 2.1, Jan 23, SU:001 Change-Id: Ifc9631e5863d8b5be0f8874f901271f585fed9be CRs-fixed: 612023
| | * | | | wlan: Pass the self MAC to WMA for SETRMCTXRATEMingcheng Zhu2014-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass the self MAC to WMA for fixed IBSS mcast rate. Change-Id: Iedf3547c051b43935b0d2c3f322911527d8a967d CRs-Fixed: 620711
| | * | | | qcacld: Use correct network type for peer_assoc in roamingDeepak Dhamdhere2014-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use nwType from original ADD_BSS request while setting phymode in peer_assoc command sent to firmware during roaming. Added defensive code to detect phymode and rate mismatch in wmi_unified_send_peer_assoc(). Fix for JIRA WCNSTABLE-38493 Change-Id: I206df8d65ef58668c7777022975f626aa1073767 CRs-Fixed: 615981
| * | | | | Merge "Merge remote-tracking branch 'origin/caf/caf-wlan/master'"Linux Build Service Account2014-02-26
| |\ \ \ \ \
| | * | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master'Akash Patel2014-02-25
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 1.0.0.42 QCACLD WLAN Driver * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.42 qcacld: Fix the possible NULL pointer dereference. qcacld: Fix of double free panic in LIM for DFS BEACON TX success msg qcacld: Fix memory leak in peer->tids_rx_reorder[i].array Change-Id: Ie2a5b03f79d6d60048fa9a927d62c498ca70682f
| | * | | | Cafstaging Release 1.0.0.42Akash Patel2014-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.42 Change-Id: Ifde9620e850d647269637ff557a80d9e486b1058
| | * | | | qcacld: Fix the possible NULL pointer dereference.Kiran Kumar Lokere2014-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the possible NULL pointer dereference observed in static code analysis. Change-Id: I7a9db99d557ef347367bb714b9d40f2b071805fa CRs-Fixed: 619515
| | * | | | qcacld: Fix of double free panic in LIM for DFS BEACON TX success msgRajeev Kumar2014-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WMA is allocating memory for message WDA_DFS_BEACON_TX_SUCCESS_IND using adf_os_mem_alloc() without SLUB meta info and when same memory is freed in LIM using vos_mem_free() SLUB debug driver crashes because meta info is not present in the pointer. Logic is for SLUB debug builds a memory should be free using vos API only is its allocated using vos API because VOS API adds extra meta info for memory tracking. Change-Id: Icb45fb6925ea28e436a436078224e389801a8bf9 CRs-fixed: 621721
| | * | | | qcacld: Fix memory leak in peer->tids_rx_reorder[i].arraySeyoung Jeong2014-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'array' is allocated in addba handler and is supposed to be freed in delba handler. There is the case (for example, in SSR) where delba handler is not called. Because array points to address of 'base' by default and is reallocated in addba handler later, only free the memory when the array does not point to base. Change-Id: I592afe939895bfd558b8b45f5cf35bc7d9340f69 CRs-Fixed: 620529
| * | | | | Merge "Merge remote-tracking branch 'origin/caf/caf-wlan/master'"Linux Build Service Account2014-02-22
| |\ \ \ \ \
| | * | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master'Akash Patel2014-02-22
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 1.0.0.41 QCACLD WLAN Driver * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.41 qcacld: hdd: Add netlink interface for service qcacld: sap: verification on fixed rate setting qcacld: Fix SAP DFS channel change request qcacld: CORE/SYS cleanfile qcacld: CORE/SERVICES/BMI cleanfile qcacld: CORE/SERVICES/WMA cleanfile qcacld: CORE/SERVICES/WMI cleanfile qcacld: Fix for Setkey timeout due to PNO Stop Scan qcacld: Fix release empty fw pointer qcacld: Don't stop pno scan immediately after match found qcacld: Adding protection for VosTlshimPktFreeQ init qcacld: CORE/SERVICES/COMMON cleanfile qcacld: fixing regressions in 11k bcnrpt code qcacld: Fix kmemleak warnings wlan: rome mdm ipa, IPA disabled, RX system crash fix Change-Id: Ie185b10696ba62df5ed388b3e34777645313f415
| | * | | | Cafstaging Release 1.0.0.41Akash Patel2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.41 Change-Id: If4ad0d2064d0d0474f904431742869944e53fb93
| | * | | | qcacld: hdd: Add netlink interface for servicePrashanth Bhatta2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On non-android platform where there is no framework, SSR and LTE-coex features are not working because of not able to restart the SoftAP. Adding firmware crashed and LTE Coex indications to user applications using existing netlink interface service. This can be extended to other indications required for UI notifications or other purpose. Change-Id: If81bf15d16a18427dc55fa4b7a789b8d580b722d CRs-fixed: 621297
| | * | | | qcacld: sap: verification on fixed rate settingMing-yi Lin2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply condition check in fixed rate based on wireless mode Change-Id: I2ae9f98e51a2e012dbfc6cc843fbc8676adc27e8 CRs-fixed: 614529
| | * | | | qcacld: Fix SAP DFS channel change requestRakesh Sunki2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add check to verify if the current vdev is STA type before using roam scan for set channel request. This fix will allow set channel request to issue vdev restart for channel switch for SAP, when a radar is detected. Change-Id: I9a8c1a1e17b2c44d9b75d070a6457d1479651493 CRs-Fixed: 620162
| | * | | | qcacld: CORE/SYS cleanfileJeff Johnson2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run CORE/SYS through kernel/scripts/cleanfile to remove whitespace that is inconsistent with the Linux Kernel coding standard Change-Id: I75c4f9c7b58a571bf6f95f9ce188705eb10a43ac CRs-fixed: 619495
| | * | | | qcacld: CORE/SERVICES/BMI cleanfileJeff Johnson2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run CORE/SERVICES/BMI through kernel/scripts/cleanfile to remove whitespace that is inconsistent with the Linux Kernel coding standard Change-Id: I467e0d5cb2fed23e3f9babda4387b42fc017c662 CRs-fixed: 619495
| | * | | | qcacld: CORE/SERVICES/WMA cleanfileJeff Johnson2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run CORE/SERVICES/WMA through kernel/scripts/cleanfile to remove whitespace that is inconsistent with the Linux Kernel coding standard Change-Id: I2b06f0bf7a71b788af582204850bae6191bd996f CRs-fixed: 619495
| | * | | | qcacld: CORE/SERVICES/WMI cleanfileJeff Johnson2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run CORE/SERVICES/WMI through kernel/scripts/cleanfile to remove whitespace that is inconsistent with the Linux Kernel coding standard Change-Id: I9706c310886e8501de9bb49136eb2424995a2df7 CRs-fixed: 619495
| | * | | | qcacld: Fix for Setkey timeout due to PNO Stop ScanSrinivas Girigowda2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wpa_supplicant always issues PNO stop scan only after 4-way handshake is complete, but there is no indication to wpa_supplicant from host driver to indicate keys are plumbed. Some times set_key is taking longer than expected time, because of which PNO Stop Scan is coming in between setkey and changing the CSR state to SCANNING. Because of this, after the setkey is done, CSR does not stop the WaitForKey timer which is stopped only if the csrState is JOINED and Substate is WAITFORKEY, since the PNO Stop scan modified the csrState to SCANNING, this timer is not stopped and CSR link Up is not invoked which does not send ROAM_SCAN_REQ to FW to configure AP profile and this eventually lead to Heart Beat Failure. Fix is to move the CSR state to SCANNING only for PNO Start request Change-Id: Icd57b365cd49bfb548637a9ad02c3db962533a75 CRs-Fixed: 619964
| | * | | | qcacld: Fix release empty fw pointerYuanyuan Liu2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix release NULL fw pointer when request_fw failed. Change-Id: I601d6e2e342e195ac845c64591b245837f77bfde CRs-Fixed: 620091
| | * | | | qcacld: Don't stop pno scan immediately after match foundRaja Mani2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Once wpa_supplicant gets pno scan results from the driver, it will try to connect to Ref AP and then ask the driver to stop pno scan (sched_scan) after making successful connection with Ref AP. For any connection failures, wpa_supplicant will not issue pno stop to driver and expects driver/fw to continue pno scan. The reason for this, even if there are any connection failure in first attempt, subsequence connection attempt can be succeed. Right now, driver stops pno scan in fw as soon as it gets PNO match indication firmware. If there are any connection failure in first attempt, wpa_suplicant will keep quiet and will not try connecting to the same AP again. wpa_supplicant expects driver/fw to continue pno scan until wpa_supplicant ask to stop it. Considering case like pno scan is stopped immediately in driver and connection failed for some reason (say, auth failed), wpa_supplicant never attempt to connection again in this case. In order to enable wpa_supplicant to continue connection even after connect failure in first attempt, pno scan is not stopped immediately from the driver. Driver continue to give pno scan results until connection is succeed. Also, pno wake_lock is acquired to prevent immediate host suspend after getting pno match event. Change-Id: I77fa38a0feb548c8cb7aefe94ecf019e58aed316 CRs-Fixed: 615962
| | * | | | qcacld: Adding protection for VosTlshimPktFreeQ initRajeev Kumar2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Potential fix for VosTlshimPktFreeQ list corruption observed during vos_sched_open(). At this time none of WLAN driver threads are cretaed so only chance is this list is accessed concurrently from soft IRQ context because while we reach to vos_sched_open() PCIe and copy engine modules are initialized and PCIe interrupts are enabled. Change-Id: If59254a9ee76d5ebaa6e5ba59659fd4e2ea7e1ee CRs-fixed: 619607
| | * | | | qcacld: CORE/SERVICES/COMMON cleanfileJeff Johnson2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run CORE/SERVICES/COMMON through kernel/scripts/cleanfile to remove whitespace that is inconsistent with the Linux Kernel coding standard Change-Id: I83135063e50fd0be0d246d3f983106d61e9693e9 CRs-fixed: 619495
| | * | | | qcacld: fixing regressions in 11k bcnrpt codeKanchanapally, Vidyullatha2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The measurement type and duration differ for various channels only in the case of CCX, for the normal beacon report case they are the same for all the channels being measured. Hence in this case there is no need here to maintain measurement duration and type in an array. Instead we could check if it is a 11k request and access only the contents at index 0. This will avoid the changes in driver to populate the array always. Change-Id: I70140970ffa61c47bb9186b3099bb36cd38a22e3 CRs-Fixed: 613650
| | * | | | qcacld: Fix kmemleak warningsVasanthakumar Thiagarajan2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix possible memory leak in the memory allocated for power save configuration for device which does not have power save offloaded. Move the allocation under !psOffloadEnable check to make sure the memory is not allocated only when it is needed. Change-Id: Idd7a3ca063c255755ef82dbeba333aa42874f53b CRs-Fixed: 607843
| | * | | | wlan: rome mdm ipa, IPA disabled, RX system crash fixLeo Chang2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If disable IPA, WLAN RX crash happen with throughput test pumping more than 40MBPS. To fix CPU migration issue with multicore system, TL SHIM RX thread was introduced, and linked multiple frames will be pushed into HDD registered callback function. legacy HDD RX callback function did not have linked SKB handle capability, but IPA HDD has it. As a result, if AMPDU enabled, more than 40mbps tPut, multiple linked frames will push to HDD, and legacy HDD function will handle only first frame of the link. Before call legacy RX frame handler, unlink capability is needed between TL shim and HDD legacy API. Change-Id: I343581a0005b7a4c55351090461bd7618d7615a9 CRs-fixed: 605512
| * | | | | Merge "Merge remote-tracking branch 'origin/caf/caf-wlan/master'"Linux Build Service Account2014-02-21
| |\ \ \ \ \
| | * | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master'Akash Patel2014-02-21
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 1.0.0.40 QCACLD WLAN DRIVER Change-Id: Icdff9678ec419817fb5996873e1a1b73e07bcdf3 * origin/caf/caf-wlan/master: cafstaging Release 1.0.0.40 qcalcd: Fix of double fre panic in SLUB builds qcacld: Fail to suspend when host has pending commands in cfg80211 suspend qcacld: CORE/BAP cleanfile qcacld: CL 842584 - update fw common interface files qcacld: txrx: support rx forward switch for intra-bss qcacld: Update host-side FW debug logs qcacld: Add the memory corruption fix to SSR routine Fix cnss-diag for file based logging. qcacld: csr: Fix frame size warning qcacld: hdd: Add channel 144 support wlan: set short GI for fixed rate mcast MAC: Avoid host requesting NOA if scanoffload is enabled. qcacld: ini: ipa: Disable IPA-RM in ini qcacld: Enable dbglog for EBT qcacld: voss: Validate 5G channel power list
| | * | | | cafstaging Release 1.0.0.40Nandini Suresh2014-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.40 Change-Id: I7f0871e69adcd554b2f08a923c8dfaef941f1d2f
| | * | | | qcalcd: Fix of double fre panic in SLUB buildsRajeev Kumar2014-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VDEV stop event handler and vdev stop timer are deleting vdev request memory using VOS API but it vdev req is allocated memory using ADF API. Change-Id: If22eaf8d628efaf23562e791fd8266210b876cee CRs-fixed: 620199
| | * | | | qcacld: Fail to suspend when host has pending commands in cfg80211 suspendKomal Seelam2014-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fail to suspend in cfg80211 suspend if host has pending commands to send after timeout with zero credits. If host has credits and still pending commands post success to cfg80211 suspend and check for pending commands and credits in hif_pci_suspend to improve chances of going to suspend. Change-Id: Ib5ec24d48ae0b156afc99b19943b9a1a38461cf1 CRs-Fixed: 619380
| | * | | | qcacld: CORE/BAP cleanfileJeff Johnson2014-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run CORE/BAP through kernel/scripts/cleanfile to remove whitespace that is inconsistent with the Linux Kernel coding standard Change-Id: Ib0d9c8d4a99eecf323d4176571fbfeca706966ad CRs-fixed: 619495
| | * | | | qcacld: CL 842584 - update fw common interface filesRajesh Chauhan2014-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update wmi header files with power save command for coex. Change-Id: Ib4fbd9c74ab07c751e68baab9334d4f9a268f769 CRs-Fixed: 616480
| | * | | | qcacld: txrx: support rx forward switch for intra-bssMing-yi Lin2014-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apDisableIntraBssFwd is described in the ini configs but not supported. Intra-BSS is default enabled. By reusing ol_txrx's fwd_disable logic, Intra-bss could be turn on/off at ol_txrx attach time. Change-Id: Ib98a599902445bb97914060153beb7079ee3a4ad CRs-fixed: 616668
| | * | | | qcacld: Update host-side FW debug logsYuanyuan Liu2014-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update host-side FW debug logs regarding FW CL 843678/843681. Change-Id: I5fc731567f19e5422d869187d5cc2bb50b8c761c CRs-Fixed: 619288
| | * | | | qcacld: Add the memory corruption fix to SSR routineYue Ma2014-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newly added wma_wmi_service_close() function which fixes a memory corruption should be also added to SSR shutdown routine. Without this function WDA context won't be free during SSR which will cause SSR re-init failure. Change-Id: Ida8cc71a76790d89ae3202a41662f74358fe0592 CRs-Fixed: 613863