summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * | | | qcacld: Limit the max number of peers to 14 for Rome 2.xSachin Ahuja2014-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the max number of peers is 32 for Rome 2.x.Changes are done to limit to 14. CRs-Fixed: 684091 Change-Id: I570c97dc04d895f3c9085edfd9653d6006458946
| | * | | | qcacld: CL 996776 fw common filesManikandaraja Venkatachalapathy2014-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is for wmi header files for extscan implementation. CRs-Fixed: 684385 Change-Id: I4727f079c70790e7eac5b10072c113f5cd0a8ec7
| | * | | | qcacld: sap: Fix memory leakRyan Hsu2014-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix memory leak in SAP module. CRs-fixed: 680517 Change-Id: I3e08ef1f8f8d73cb068ad41fdf17463a07cb265b
| | * | | | qcacld: Set correct AC when ACM is set in high latency modeYuan-Gu Wei2014-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Classify the packet only when the ext_tid info is ADF_NBUF_TX_EXT_TID_INVALID, otherwise use the meta info of tid in the adf nubf. 2. Since htt.info.ethertype is necessary, add function ol_tx_set_ether_type to set this info and rewrite ol_tx_tid_by_raw_type, ol_tx_tid_by_ether_type. CRs-Fixed: 683388 Change-Id: I532f95af2784b61b94ea62df788362637e32b5dd
| | * | | | wlan:pmf:Block connection to non-pmfap incase of PMF connectionkrunal soni2014-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this patch will fix block the connection in following condition, 1) if STA has PMFCapable and PMFRequired flags set and the AP to which we are going to connect is not capable of PMF 2) if STA has PMFCapable and PMFRequired flags not set and the AP to which we are going to make a connection has PMF mandatory. 3) if STA has optional PMF connection but supplicant asked us to make PMF connection, in that case we will not make connection to any non-PMF AP even though it is legitimate to make non-pmf connection with that AP Change-Id: I4a615749b701c93e649cf7c2cc7fe2e5a7feb3bc CRs-Fixed: 659602
| | * | | | CLD:Disable Tx STBC for DUT configured in 1X1 mode.Edhar,Mahesh Kumar2014-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1x1 DUT configured in STA mode is advertising STBC tx support in HT/VHT capabilities info IE of association request. changes are made to disable Tx STBC for DUT configured in 1x1. CRs-Fixed: 684382 Change-Id: I5557e630d8c21bee56e8068731d1a55a9e6a7ec4
| | * | | | qcacld: Remove deprecated librarySameer Thalappil2014-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android library is no more required on newer versions of Android. Change-Id: I328af58e3c1ae501e75a00d5fcf75748d7a9adba CRs-Fixed: 681588
| | * | | | qcacld:Fix Low Latency Macros in build fileGanesh Babu Kumaravel2014-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QCA_SUPPORT_TXRX_VDEV_PAUSE_LL and QCA_SUPPORT_TX_THROTTLE_LL are required only for LL devices. So fix it. CRs-Fixed: 684517 Change-Id: I2c44b3f281436f5919d17569a708ea7ee6ed1e34
| | * | | | qcacld: Register Tx pause Event for High LatencyGanesh Babu Kumaravel2014-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Tx Pause event for High Latency mainly for MCC. CRs-Fixed: 684517 Change-Id: I5876668351b90760c7c7bd1bcec6ef803e49e7ab
| * | | | | Merge "Release 1.0.0.132 QCACLD WLAN Driver"Linux Build Service Account2014-06-25
| |\ \ \ \ \
| | * | | | | Release 1.0.0.132 QCACLD WLAN DriverPitani Venkata Rajesh Kumar2014-06-25
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.132 qcacld: HDD: Extended Scan Implementation qcacld: SME: Extended Scan Implementation qcacld: Add WMA support for reading LPASS service from target. qcacld: CL 992741 994298 994458 995875 - update fw common interface files qcacld: fix complication for USB/SDIO devices wlan: INI parameter to set SIFS Burst disable for DFS channel. qcacld: [PMF]Fix to send Protected SA Query from hostapd_cli wlan-cld: Fix layering violation in WE_SET_REASSOC_TRIGGER ioctl wlan: Deprecate QCSAP_IOCTL_COMMIT ioctl qcacld: Minor fix for vos status check qcacld: CL 978590 - update fw debug log file qcacld: CL 982156 - update fw debug log file Change-Id: If305e0848faaf3b18c0be3a2a24032bf4b261555
| | * | | | Cafstaging Release 1.0.0.132Pitani Venkata Rajesh Kumar2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.132 Change-Id: I34c5c04c0f0abcb2b6ebcb64870faaf24367e2bf CRs-Fixed: 684605
| | * | | | qcacld: HDD: Extended Scan ImplementationSrinivas Girigowda2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HDD changes to support Extended Scan feature requirements. Change-Id: I33f3ec4ea4649341d8dff3f61196157394fbd84b CRs-Fixed: 672788
| | * | | | qcacld: SME: Extended Scan ImplementationSrinivas Girigowda2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SME changes to support Extended Scan feature requirements. Change-Id: I6b1af2edca7ad2e9f7f31339b1f9495fd8e0ed13 CRs-Fixed: 684258
| | * | | | qcacld: Add WMA support for reading LPASS service from target.Yuanyuan Liu2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Target will indicate host whether it support LPSS feature or not by setting the LPASS service bit. Read this bit from wmi service map and update to HDD context. Change-Id: Id193ddb075804cf26900f4c8ddaae194c3284c46 CRs-Fixed: 684365
| | * | | | qcacld: CL 992741 994298 994458 995875 - update fw common interface filesKrishna Kumaar Natarajan2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds wmi interface changes which includes new WLAN module ID for HIF UART module, vdev_id to the ERE offload messages, LPI (Low Power Interface) module and add response for peer authorize. Change-Id: Ibabe86540453f38a8f39d1df7fc846c5fd4ad674 CRs-Fixed: 682949
| | * | | | qcacld: fix complication for USB/SDIO devicesshanliu2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dummy value for HL devices Change-Id: I01a8a3cf6ba6105afe33e7cd4f7541d1f349fd21 CRs-Fixed: 684196
| | * | | | wlan: INI parameter to set SIFS Burst disable for DFS channel.Arif Hussain2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabling SIFS burst may be required during SAP DFS certification to improve radar detection. This changes adding an ini parameter, we can set this parameter to zero to disable sifs burst upon receiving eSAP_START_BSS_EVENT HDD event. Change-Id: Ib53a8a4ada138c463e69461f795c68339425e044 CRs-Fixed: 674913
| | * | | | qcacld: [PMF]Fix to send Protected SA Query from hostapd_cliKrishna Kumaar Natarajan2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SAP was sending unprotected SA Query when triggered by hostapd_cli even if the connection is PMF. This change set provides the fix so that 1. SA Query is protected in case of PMF connection. 2. SA Query is unprotected in case of non-PMF connection. 3. SA Query is dropped if SAP is not connected to the given STA. CRs-Fixed: 676242 Change-Id: I3c7a20055c62e41ab28b973699b1afc8dd244c03
| | * | | | wlan-cld: Fix layering violation in WE_SET_REASSOC_TRIGGER ioctlWilliam Seto2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sme functions expect an opaque pointer (tHalHandle) but currently, the tpAniSirGlobal data type is being used. this type should stay private, so we change the pointer type Change-Id: I1b454dca46e6a6ec77440cb805879212f87c4838 CRs-Fixed: 679397
| | * | | | wlan: Deprecate QCSAP_IOCTL_COMMIT ioctlGirish Gowli2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ioctl QCSAP_IOCTL_COMMIT is not being used, hence removing the source code related to it. Change-Id: I6ec7579ed9598c2adb1a6b6889fa4c4befd1a3cf CRs-Fixed: 682197
| | * | | | qcacld: Minor fix for vos status checkYuanyuan Liu2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor fix for using the right variable to check the vos status return value. Change-Id: I27492e9ee00fa45807bdfd8ee77c223c30ecb63c CRs-Fixed: 684336
| | * | | | qcacld: CL 978590 - update fw debug log fileYuanyuan Liu2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrate fwcommon changes from sandbox dbglog_id.h for NAN DBG messages Change-Id: I158f9065e41c150c14fcda7d48997c15b6845a71 CRs-Fixed: 676735
| | * | | | qcacld: CL 982156 - update fw debug log fileYuanyuan Liu2014-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syncing dbglog_id.h from nan sandbox branch after 06/04 Change-Id: I2fac1f5b273007a1b3097457af8bb33a77769cf2 CRs-Fixed: 680083
| * | | | | Merge "Release 1.0.0.131 QCACLD WLAN Driver"Linux Build Service Account2014-06-24
| |\ \ \ \ \
| | * | | | | Release 1.0.0.131 QCACLD WLAN DriverPitani Venkata Rajesh Kumar2014-06-24
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.131 qcacld: Use EPROM MAC address for FTM mode. Remove Immediate block-ack bit set from the capability info qcacld: Fix duplicate channel in RRM response fix to avoid Deadlock for between CE and HDD qca-cld: wpa countmeasure fix wlan: Add "compat" support in iw_set_var_ints_getnone wlan: voss: Fix pmem undeclared error qcacld: HIF: complete firmware stack dump feature for usb interface. qcacld-new: Modified the table to pass WMM cert. 5.2.27&5.2.30 qcacld:[HIF] TDLS will cause f/w crash & kernel panic qcacld: tdls fail to build link for more than second times qcacld: [Protocol part]Fix for AP+AP sessionization for DFS operation. qcacld: [HDD part]Fix for AP+AP sessionization for DFS operation. qcacld: Fix for data loss during roaming qcacld/txrx: Fix packet loss during unauthorized state. qcacld: Abort roaming scan for SENDACTIONFRAME command qcacld: WMA: Disable rssi based scan when periodic scan is used Change-Id: I7a41bf119626a0b3654b8a06115d783412248884
| | * | | | Cafstaging Release 1.0.0.131Pitani Venkata Rajesh Kumar2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.131 Change-Id: Ia8830d26a702c1b99e5b7d3cc325a28631fb143b CRs-Fixed: 683963
| | * | | | qcacld: Use EPROM MAC address for FTM mode.Komal Seelam2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use EPROM MAC adress for FTM mode also instead of ini address. In FTM path the adaptor is opened even before the ready event comes from the f/w. To use the mac address given by f/w the adaptor should be opened after this event. Clean up FTM code as well Change-Id: I81752c33c714cccff07e2b984a6642559bacd88d CRs-Fixed: 682626
| | * | | | Remove Immediate block-ack bit set from the capability infoKalikinkar dhara2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According the 802.11e spec, the Immediate Block ack support for QoS (AC's) has been separately addressed in the WMM IE so this bit is not mandatory to set. CRs-fixed: 661489 Change-Id: I9c8b0c83debea0c3cf9b0d61f1b68d72dc8ef59f
| | * | | | qcacld: Fix duplicate channel in RRM responsePadma, Santhosh Kumar2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When non-connected AP moves from lower channel to higher channel, BSSID information of that AP is sent in both old and new channels in RRM response which is a spec violation. This is seen when RRM request is made with active scan mode. Driver uses scan cache to send results as part of RRM response. In scan cache, old entry is not removed by the time RRM is requested after AP has moved into new channel and hence duplicate info is seen in both channels. Fix this by comparing with fresh scan results. Change-Id: I7183ee7e8ec318078a1fc6d7d0c6c5362d5cf498 CRs-Fixed: 676619
| | * | | | fix to avoid Deadlock for between CE and HDDDARAM SUDHA2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in TXFlow control path, there is a deadlock between copy engine context and hdd_hard_start_xmit context for fc_lock and pdev->tx_mutex. Fixed by avoiding the lock. Change-Id: I33653f8aa6d02dc8262a918d56f6be3426d606e3 CRs-FIXED: 681646
| | * | | | qca-cld: wpa countmeasure fixLeo Chang2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HL data path does not implemented MIC counter measure. New implementation for MIC handle properly. Change-Id: I58905504afef6b56f2198becfef4a55c3ca5edbb CRs-fixed: 668692
| | * | | | wlan: Add "compat" support in iw_set_var_ints_getnoneGirish Gowli2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pointer passed to iw_set_var_ints_getnone() handler is not safe when used in a 32U/64K environment. Add "compat" support so that when the driver is part of a 64-bit kernel, all the sub commands will work with 32-bit userspace applications Change-Id: I3466c45e2023dadf77eb26cc5a6b23889611427f CRs-Fixed: 683545
| | * | | | wlan: voss: Fix pmem undeclared errorJeff Johnson2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If CONFIG_WCNSS_MEM_PRE_ALLOC is defined and MEMORY_DEBUG is enabled then we get undeclared pmem error. Add the missing declaration. Change-Id: I8d05b1359ae002f53e311d591eb52eb2b8fd15bd CRs-fixed: 683803
| | * | | | qcacld: HIF: complete firmware stack dump feature for usb interface.Sean Lin2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dump host driver version, target firmware version and target firmware stack once occurring firmware crash for usb interface. Change-Id: Ic55030642b5f7eea165c7438a197a2aa52be70f2 CRs-fixed: 678611
| | * | | | qcacld-new: Modified the table to pass WMM cert. 5.2.27&5.2.30Ji-Huang2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Per current design, higher credit threhold implies higher chance to send more packet and might lead to high priority queue being blocked for a while, so change VO credit threshold from 1 to 16 to get higher chance to send more packets, and lower thresholds of other queues per priorities. 2. It's better to make sure send_limit more than 8, or it will impact maximum throughput. 3. Defferentiate skip_weights of queues to pass WMM certification under the conditions above. Change-Id: Ie67cd475406cc6c3c7bb50fdfdd26e3f71911153 CRs-Fixed: 668696
| | * | | | qcacld:[HIF] TDLS will cause f/w crash & kernel panicRandy Chiu2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Host will crash if __hdd_wlan_exit was called twice.The issue occured when target crashed during driver unload period.Add the mechanism to avoid this race condition. Change-Id: Ie9fb6d74dfb806c808edaa85b386091e9d437b6e Crs-Fixed: 681951
| | * | | | qcacld: tdls fail to build link for more than second timessyeh2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the ap peer ref count is deducted abnormally during the process of building tdls link, it makes the txq being cleaned and fail to send the setup frames at the following build up process. Change-Id: I4d6fe8b667108bfd691ab7835903fb3165f46fad CRs-Fixed: 683797
| | * | | | qcacld: [Protocol part]Fix for AP+AP sessionization for DFS operation.krunal soni2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix is to provide complete sessionization for AP+AP in DFS channel. as part of this fix we are doing following. [Protocol stack changes] 1) created new global SAP structure within pMAC 2) SAP structure contains DFS info and list of SAP context 3) once SAP module gets the radar indication, it loops through the valid SAP contexts to handle DFS for all APs [HDD changes] 4) providing ability to ignore the CAC timer through setting ini item 'gIgnoreCAC'. 5) providing ability to set the next channel as user configurable through iwpriv command. This next channel will act as dfs target channel. 6) If gIgnoreCAC is set to 1 then we should not block the traffic CRs-Fixed: 659650 Change-Id: I1a856b0a448d1907396c32adc646d8755a0517ef
| | * | | | qcacld: [HDD part]Fix for AP+AP sessionization for DFS operation.krunal soni2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix is to provide complete sessionization for AP+AP in DFS channel. as part of this fix we are doing following. [Protocol stack changes] 1) created new global SAP structure within pMAC 2) SAP structure contains DFS info and list of SAP context 3) once SAP module gets the radar indication, it loops through the valid SAP contexts to handle DFS for all APs [HDD changes] 4) providing ability to ignore the CAC timer through setting ini item 'gIgnoreCAC' 5) providing ability to set the next channel as user configurable through iwpriv command. This next channel will act as dfs target channel 6) If gIgnoreCAC is set to 1 then we should not block the traffic CRs-Fixed: 659650 Change-Id: I25d48de78f381774144dba82507068597475c828
| | * | | | qcacld: Fix for data loss during roamingNaveen Rawat2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During roaming when VDEV_STOP is requested, there are still some pending packets in hardware Tx queues. Checking pending tx descriptors will indicate the packets still left in hardware tx queues. To fix data loss while roaming Let them drain before VDEV_STOP Change-Id: Ib9ee3cf243f0d975eb3f48ce4b734e861acf46a6 CRs-Fixed: 679255
| | * | | | qcacld/txrx: Fix packet loss during unauthorized state.Vasanthakumar Thiagarajan2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There will be packet loss during the time window in moving state from connected to authorized. Enqueue non-eapol packets received during this time window and release the packets after moving to authorized state. This patch replaces a boolean used to check the state of vdev txqs with a bitmap variable, defines multiple reasons for txq pause event and handles them appropriately. Change-Id: I01c90887c5f10c4c7dc17a6341936b602f3a5447 CRs-Fixed: 679255
| | * | | | qcacld: Abort roaming scan for SENDACTIONFRAME commandNaveen Rawat2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For vendor OUI = 0x0000F0, ensure that action frame is sent out without much delay by abort ongoing roaming scan. Roaming scan is aborted only if channel number in SENDACTIONFRAME is same as home channel of current AP. CRs-Fixed: 680041 Change-Id: I00ae7e4c1d266907c28ed48cddbb1d67c54a9898
| | * | | | qcacld: WMA: Disable rssi based scan when periodic scan is usedNaveen Rawat2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the external application is controlling channel list and uses periodic roaming scans, rssi based roaming scans are disabled. CRs-Fixed: 679884 Change-Id: If88785edb788bc4858db196c494218152de5946c
| * | | | | Merge "Release 1.0.0.130 QCACLD WLAN Driver"Linux Build Service Account2014-06-21
| |\ \ \ \ \
| | * | | | | Release 1.0.0.130 QCACLD WLAN DriverAkash Patel2014-06-21
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: (25 commits) Cafstaging Release 1.0.0.130 qcacld: sap/dfs: clear cac_block_tx if SAP is not in DFS channel wlan: Protect add get and set_default key functions from SSR qcacld: ipa: Enable clock scaling by default qcacld: HDD: Provide fix for unexpected kernel trace wlan: correctly update WNI_CFG_HT_CAP_INFO qcacld: CL 992403 - update fw common interface files qcacld: CL 991339 - update fw common interface files qcacld: wma: fix memleak qcacld: sap: fix assert while stop bss in CAC_WAIT state qcacld: hdd: send protocol reason code for auth fail wlan: Add helper function hdd_priv_get_data for "compat" support wlan-cld: Fix for device crash with p2p_no_group_iface=0 in config file wlan-cld: NULL pointer dereference in wlan_hdd_p2p.c wlan: Protect the resume/suspend from SSR qcacld: Reducing log level hdd_roamRegisterSTA qcacld: Fix for Invalid adf context access qca-cld: mcc p2pcli-sta throughput imbalance fix qcacld/wma:support to configure dtim on system suspend qcacld:configure powersave parameters ... Change-Id: I3aa83476863aa1c177417d7453c5b5bcaf8bb01a
| | * | | | Cafstaging Release 1.0.0.130Akash Patel2014-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstagign Release 1.0.0.130 Change-Id: I236a602f428f525e9a52b1db74df8c4d31a6a16d CRs-Fixed: 683504
| | * | | | qcacld: sap/dfs: clear cac_block_tx if SAP is not in DFS channelRyan Hsu2014-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dfs_cac_block_tx flag should be cleared if SAP is brought up on non-DFS channel. Change-Id: Ia636baa30009175db64e4ed0eb7bbfc7c85b9d04 CRs-fixed: 680525
| | * | | | wlan: Protect add get and set_default key functions from SSRMahesh A Saptasagar2014-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Protect add get and set default key cfg80211 functions from accessing deallocated/unitialized data structures while SSR is in progress. Change-Id: I33e0a10d1f703b090835e9b4234d7926cad97727 CRs-Fixed: 676792
| | * | | | qcacld: ipa: Enable clock scaling by defaultPrashanth Bhatta2014-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable clock scaling feature by default by setting gIPAConfig to 0x1f. Change-Id: I4c2a13640cb5b3056140544a2101b4362035b074 CRs-fixed: 678344