summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Release 5.1.1.3VSandeep Puligilla2017-03-12
| | | | | | | Release 5.1.1.3V Change-Id: I850ed45a0abe8ef9fdfbf2dfaa62bbe2921edce3 CRs-Fixed: 688141
* qcacld-3.0: Acquire wakelock before sending VDEV_STARTDustin Brown2017-03-12
| | | | | | | | | | The host driver should not attempt to power collapse while pending VDEV_START commands are in flight. Acquire a wakelock before sending a VDEV_START request to firmware, and release it upon receipt of VDEV_START response. Change-Id: Iccca8ce4213b7527421f6b93fc4e08be9c31f471 CRs-Fixed: 2018066
* qcacld-3.0: Enable channel bonding only in 11n or 11ac modeKiran Kumar Lokere2017-03-12
| | | | | | | Enable channel bonding only if the dot11 mode is 11n or 11ac Change-Id: Ic0afdb8ed7c36838725fd63730fca0310d5a731f CRs-Fixed: 2018363
* Release 5.1.1.3USandeep Puligilla2017-03-11
| | | | | | | Release 5.1.1.3U Change-Id: I69ee4db3069ec630401c4a8f523ce4a2630a7356 CRs-Fixed: 688141
* qcacld-3.0: Allow burst scan when SAP is on DFS channelNitesh Shah2017-03-11
| | | | | | | | | | | | When SAP comes up on DFS channel, then scan windows scans only limited APs since NL scan cache will be flushed every 7 secs and scan results shall be read by the wpa_supplicant only after the scan done indication. The change is to allow burst scan when SAP is on DFS channel. Change-Id: Ia1458cf4f4f868f2d0c36b2679118016fd966528 CRs-Fixed: 2017252
* Release 5.1.1.3TSandeep Puligilla2017-03-11
| | | | | | | Release 5.1.1.3T Change-Id: I863f8edc7a5872648d59f78055a6951692848f51 CRs-Fixed: 688141
* qcacld-3.0: Provide Rx LDPC support for 2G STAKrunal Soni2017-03-11
| | | | | | | | | | | | Currently Rx LDPC is disabled for STA(2G) connection due to PHY-B hardware limitation. PHY-A can still support RxLDPC, so make changes such a way that when ever STA is on 2G band and current hardware mode is non-dbs then enable the Rx LDPC and if STA is on 2G band and current hardware mode is dbs then disable the RX LDPC. Change-Id: I9385a294b64e166f2688b83757f3ac1cbc9f76a9 CRs-Fixed: 2018096
* qcacld-3.0: Correct INI item's data type from bool to uint8_tKrunal Soni2017-03-11
| | | | | | | | | rxLdpcEnable and txLdpcEnable have incorrect data type which may lead to confusion and error. Fix the data types from boolean to uint8_t. Change-Id: Idb8642a528d7e4c75cd2bc7c2e04f52a888f3d2b CRs-Fixed: 2018096
* Release 5.1.1.3SSandeep Puligilla2017-03-11
| | | | | | | Release 5.1.1.3S Change-Id: Ic7aa578b66369399a201aec36114bff2f86dfd8b CRs-Fixed: 688141
* qcacld-3.0: Enhance gEnableSifsBurst for legacy modeDustin Brown2017-03-11
| | | | | | | | | | | | Enhance gEnableSifsBurst to support legacy mode for 11n certification 0 - disabled 1 - enabled, but disabled for legacy mode 3 - enabled propagation from qcacld-2.0 Change-Id: Ia0a21cec25ce46b3ef2ed0ee8d4e4682558da468 CRs-Fixed: 2018162
* Release 5.1.1.3RSandeep Puligilla2017-03-10
| | | | | | | Release 5.1.1.3R Change-Id: Ie3102439aa5eb1942fed7daa0b792400abbd6791 CRs-Fixed: 688141
* qcacld-3.0: Enable missed WLAN macro definitions on sdxhedgehog platformbings2017-03-10
| | | | | | | | | | | qcacld-2.0 to qcacld-3.0 propagation Some WLAN driver feature enabling macros are missing on sdxhedgehog platform, enabling them in Kbuild file to make sure the driver's behaviors are the same as on mdm9x50 Change-Id: I018e98dea60c7c73ad119394a1016ef592c6552a CRs-Fixed: 2014423
* qcacld-3.0: Add peer ps change and TX failure indicationZhang Qian2017-03-10
| | | | | | | | | | | | | qcacld-2.0 to qcacld-3.0 propagation This change indicates Peer STA's power state change and TX failure to NL80211. Vendor command QCA_NL80211_VENDOR_SUBCMD_LL_STATS_EXT(127) is introduced by this change. Change-Id: Iaa1c14e5cdc5a7d04beebbff1149daf871f9ef5a CRs-fixed: 1048388
* qcacld-3.0: Add monitor for peer PS change and TX failzhangq2017-03-10
| | | | | | | | | | | | | | | qcacld-2.0 to qcacld-3.0 propagation Once a peer sta's power state changes, fw will send WMI_PEER_STA_PS_STATECHG_EVENTID to host. Once there is TX failure on air, HTT_T2H_MSG_TYPE_TX_COMPL_IND with an unsuccess status will be received by host. These two kinds of messages from FW will be transferred into SME message and sent to HDD layer. Change-Id: If37798bcd06fb8c3f7a2690e77a572b41d7b266f CRs-fixed: 1048388
* Release 5.1.1.3QSandeep Puligilla2017-03-10
| | | | | | | Release 5.1.1.3Q Change-Id: I8faa488918e74d3e753def505f667904f1ae3cd1 CRs-Fixed: 688141
* qcacld-3.0: Reduce the log spam in limNishank Aggarwal2017-03-10
| | | | | | | | | Move the logs to appropriate log levels to reduce the log spam in lim_process_sme_req_messages.c and lim_session.c Change-Id: I3f81b3c2885814d80c8bf1e695454ce1bf279372 CRs-Fixed: 1093093
* qcacld-3.0: WMA: Reduce the log spam in kmsgSrinivas Girigowda2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in kmsg. Change-Id: I195a0a16f5b6baa61243ddabc43beccf24594270 CRs-Fixed: 2014745
* qcacld-3.0: SAP: Reduce the log spam in kmsgSrinivas Girigowda2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in kmsg. Change-Id: Ib53e9944677893ee29a59293dbbfa4a1df2f224d CRs-Fixed: 2014745
* qcacld-3.0: SYS: Reduce the log spam in kmsgSrinivas Girigowda2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in kmsg. Change-Id: Iada52b9a7f2da0dd251c393c73551b41420f784e CRs-Fixed: 2014745
* qcacld-3.0: SME: Reduce the log spam in kmsgSrinivas Girigowda2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in kmsg. Change-Id: I96f50e739c9c2404fe36fec65f5b6fefcc435338 CRs-Fixed: 2014745
* qcacld-3.0: PE: Reduce the log spam in kmsgSrinivas Girigowda2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in kmsg. Change-Id: If167ffaf98e73e253c678ae52283324fa9c8ef81 CRs-Fixed: 2014745
* qcacld-3.0: HDD_DATA: Reduce the log spam in kmsgSrinivas Girigowda2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in kmsg. Change-Id: I7228229a897bdbccc1a5aa3f01b57770e722cffb CRs-Fixed: 2014745
* qcacld-3.0: Enable FATAL/ERROR/WARN/INFO log levels to consoleSrinivas Girigowda2017-03-10
| | | | | | | Enable FATAL/ERROR/WARN/INFO log levels to console. Change-Id: I54ea83ded49fcb2f1e8e1c13973ee8035dc9ce5d CRs-Fixed: 2014745
* qcacld-3.0: Utils: Reduce the log spam in kmsgSrinivas Girigowda2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in kmsg. Change-Id: I27ca212113513b15f159aa26da67e03bd3a73a9a CRs-Fixed: 2014745
* qcacld-3.0: TXRX: Reduce the log spam in kmsgSrinivas Girigowda2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in kmsg. Change-Id: Ic22302a2f042f693d4bcc1f0efe647d580be33ed CRs-Fixed: 2014745
* qcacld-3.0: HDD: Reduce the log spam in kmsgSrinivas Girigowda2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in kmsg. Change-Id: I8d026e68c3b0526a5c9047027f7bb57433b3ae37 CRs-Fixed: 2014745
* qcacld-3.0: Revert non-logging changesSrinivas Girigowda2017-03-10
| | | | | | | | Revert the non-logging changes brought by Change-Id I1ae4f366f359fd90856743b4c2689ad9aad3417b. Change-Id: Ib69b403f644734545bfb0a56959a490778910188 CRs-Fixed: 2014745
* qcacld-3.0: HTT: Reduce the log spam in kmsgSrinivas Girigowda2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in kmsg. Change-Id: I6572cb109ff752eba764f671770d9754024a4b31 CRs-Fixed: 2014745
* qcacld-3.0: Reduce the log spam in limNishank Aggarwal2017-03-10
| | | | | | | | | Move the logs to appropriate log levels to reduce the log spam in lim_process_deauth_frame.c and lim_trace.c Change-Id: Id5969f8b74cdf115fe732858d9d8a0773a91c3b8 CRs-Fixed: 1093093
* qcacld-3.0: Reduce the log spam in lim_process_tdls.cNishank Aggarwal2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in lim_process_tdls.c Change-Id: If90d0ec42793c72e730a9a8052eba39512502a9a CRs-Fixed: 1093093
* qcacld-3.0: Reduce the log spam in limNishank Aggarwal2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in lim_admit_control.c and lim_ibss_peer_mgmt.c Change-Id: I985906e53205f57d97e594f501146773e7ba2a7e CRs-Fixed: 1093093
* qcacld-3.0: Reduce the log spam in lim_process_cfg_updates.cNishank Aggarwal2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in lim_process_cfg_updates.c Change-Id: Ib21d3082f0e1e9c28186ff80fffe8c1aaaf6ab09 CRs-Fixed: 1093093
* qcacld-3.0: Add counter for number of times scan was rejected due to -EBUSYSrinivas Girigowda2017-03-10
| | | | | | | | | | | | This is a qcacld-2.0 to qcacld-3.0 propagation. The counter is incremented and logged for each -EBUSY and reset when scan request is successfully accepted. It should help us debug cases where the recovery timeout logic isn't working well or is too slow to react. Change-Id: I9dd4384cec2a6aefb56e97c1d871c2d2a4819bf6 CRs-Fixed: 1113120
* qcacld-3.0: Reduce the log spam in KmsgNishank Aggarwal2017-03-10
| | | | | | | | Move the logs to appropriate log levels to reduce the log spam in kmsg Change-Id: I2138de8f2be2e432ba84ee0615c14946da228fc9 CRs-Fixed: 1093093
* qcacld-3.0: Add cfg.ini support to override ARP Access categorySrinivas Girigowda2017-03-10
| | | | | | | | | | | | | This is a qcacld-2.0 to qcacld-3.0 propagation. Firmware currently sets the default access category to ARP packets as voice traffic id and host does not have a way to override this. As a part of this change, add the cfg.ini support to override this default access category. Change-Id: I268cb9c0254d14f143615790c570ac5a255b359d CRs-Fixed: 1111993
* qcacld-3.0: Configure FW not to wakeup APPS for RRM action frameSrinivas Girigowda2017-03-10
| | | | | | | | | | | | | | This is a qcacld-2.0 to qcacld-3.0 propagation. If the device connects to 11k enabled AP and enter WoW mode, then the AP is keep sending RRM beacon reports (Action frames) which are waking up the APPS and leading to battery drain. The fix is to configure the firmware to not to wake up APPS for RRM action frame. Change-Id: I2368be4f641b8b8684a458daea52a81fa671200b CRs-Fixed: 1115560
* Release 5.1.1.3PSandeep Puligilla2017-03-10
| | | | | | | Release 5.1.1.3P Change-Id: I4bc3fbd9354d11a226c42780e721d13cdd3ce2e7 CRs-Fixed: 688141
* qcacld-3.0: Remove 160 MHz support hardcoded from STA Assoc ReqNitesh Shah2017-03-10
| | | | | | | | This change is to remove the hardcoded 160 MHz support in STA Assoc Request in VHT Capabilities IE. Change-Id: I1ddbea312348c115a1a891fbc2dfde4e2790a79f CRs-Fixed: 2017691
* qcacld-3.0: Fix PMF SAP not sending SA query for duplicate reqAbhishek Singh2017-03-10
| | | | | | | | | | | | | In case STA is in connected state, and the PMF SAP receive Assoc request from the STA, the assoc request is silently dropped. Instead the SAP should send assoc resp with comeback time and start SA query. Fix it by not dropping the duplicate assoc request frame for PMF capable STA. Change-Id: I812fb40541c93e7cac470b9154217844eac8a86d CRs-Fixed: 2017250
* Release 5.1.1.3OSandeep Puligilla2017-03-10
| | | | | | | Release 5.1.1.3O Change-Id: Iaceb77173bfcd5a32d8b235f24f59eac56daca77 CRs-Fixed: 688141
* qcacld-3.0: Set different scan priority for p2p search and p2p listenNishank Aggarwal2017-03-10
| | | | | | | | | The p2p search should be preempted if there is p2p listen requested by action frame tx. So p2p listen should always have high priority than p2p search. Change-Id: I551e95ab3381bcbf002e67478a82f8ef31b56b5b CRs-Fixed: 2011260
* Release 5.1.1.3NSandeep Puligilla2017-03-10
| | | | | | | Release 5.1.1.3N Change-Id: I73d48a95409bc8f982f2af3758e5dcb6c17ee649 CRs-Fixed: 688141
* qcacld-3.0: Remove unused scanevent from hdd_wext_state_tJeff Johnson2017-03-10
| | | | | | | | | | Currently struct hdd_wext_state_s (typedefed as hdd_wext_state_t) contains the field "qdf_event_t scanevent". This event is created, but beyond that it is never used. Since this object is obsolete, remove it. CRs-Fixed: 2017476 Change-Id: I7bd4290e1b4d0df069e8e6e6c9347c1ac3c01c63
* qcacld-3.0: Remove unused completion_var from hdd_wext_state_tJeff Johnson2017-03-10
| | | | | | | | | | Currently struct hdd_wext_state_s (typedefed as hdd_wext_state_t) contains the field "struct completion completion_var". This completion object is initialized, but beyond that it is never used. Since this object is obsolete, remove it. Change-Id: Ibebd7b4d1e8879b4de223a8be4bab2ca0d2fc165 CRs-Fixed: 2017354
* Release 5.1.1.3MSandeep Puligilla2017-03-10
| | | | | | | Release 5.1.1.3M Change-Id: Ic1b13647fb0959f38bc54012adef9870f90b7eff CRs-Fixed: 688141
* qcacld-3.0: Set the driver_type in the mac during the mac_openArunk Khandavalli2017-03-10
| | | | | | | | | | | | | | | Presently during the mac open the globalmac context is memset to zero and the based on the driver_type pe sessions will be created. During the switch from the FTM to mission mode, pe checks the driver mode from the mac context and tries to access the invalid lim sessions which are not created for FTM mode. To mitigate the issue set the driver_type in the mac context during mac_open CRs-Fixed: 2017035 Change-Id: Iddefd2f74afb71197c3830a51f107d86736745f1
* Release 5.1.1.3LSandeep Puligilla2017-03-10
| | | | | | | Release 5.1.1.3L Change-Id: I6b91a7e1b97fa171523bbabcc589c4cfd7faffec CRs-Fixed: 688141
* qcacld-3.0: Add support for PNO scan in connected stateSreelakshmi Konamki2017-03-10
| | | | | | | | | | qcacld-2.0 to qcacld-3.0 propagation Add changes to support PNO scan in connected state to find better Ap's based on rssi threshold, band and rssi preference. Change-Id: I17f1830c07821b577473fc2d8f50c0867572fe0c CRs-Fixed: 2012702
* Release 5.1.1.3KSandeep Puligilla2017-03-10
| | | | | | | Release 5.1.1.3K Change-Id: Ic88d9dc462a308922592fb069eeb1d207ab960b4 CRs-Fixed: 688141
* qcacld-3.0: Send scan results to userspace from SAP interfaceSelvaraj, Sridhar2017-03-10
| | | | | | | | | | | Scan results are not forwarded to userspace if the first active interface is not station. Due to this scan results are not seen in the userspace if SAP or non station interface was created first. Add fix to send the results through SAP interface as well. Change-Id: Ia1ec81d2d8cb1571a8ed707479b2a849e1535c2e CRs-Fixed: 2016994