summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * | | | qcacld/wma: Fix bug in cwmin and cwmax configurationVasanthakumar Thiagarajan2014-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently host configures only exponents for cwmin and cwmax into fw, but fw expects the actual value rather than exponents. Convert the exponents to value and pass it to fw to configure cwmin and cwmax. Change-Id: I7e8ae889cc7c267a8ef3e59f9a3284cc5c81150f CRs-Fixed: 633459
| | * | | | wlan: PLM Measurement report - dialog token addedKrishna Kumaar Natarajan2014-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added dialog token field in the plm mesaurement request WMA message. Added dump command to test if the STA sends measurement report. Change-Id: I0f48c4452ad8c99e2c545664d071e53d57df3984 CRs-Fixed: 627544
| | * | | | qca-cld : HTT RX timer start crash fixLeo Chang2014-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Timer restart when it's already running state, crash will happen. To make sure timer state reset properly, before start timer, By default cancle timer first. Change-Id: Ief23b62f3cb4373aaa6f8b6d01dd06108981b8bf CRs-fixed: 632413
| * | | | | Merge "Release 1.0.0.63 QCACLD WLAN Driver"Linux Build Service Account2014-03-17
| |\ \ \ \ \
| | * | | | | Release 1.0.0.63 QCACLD WLAN DriverAkash Patel2014-03-17
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.63 qca-cld: IBSS-RMC TX Flow control enable qcacld:sap: Add scan band preference in INI config qcacld:Memory Leak Fix in HTT qcacld: wma: Fix a missing break qcacld: Fix of memory leak for wma->pGetRssiReq qcacld: Add support to update BI in beacon update indication qcacld: Fix for adding sequence number in management frames qcacld: add QCSAP ioctl setAutoChannel qcacld: hdd: Allow access if we have valid Tspec qca_cld: fix the action frame sub type offset value for Remain-on-Channel CLD-SCAN: Ignore beacon while adding the entry into the scan cache qcacld: Fix of memmory leak in wma_dfs_configure_channel qcacld: Fix issues found by static code analysis wlan: VHT IEs missing in Reassoc Request during roam Change-Id: I5ae0552d3f74d4d686f96362077b626b5ab08a8b
| | * | | | Cafstaging Release 1.0.0.63Akash Patel2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.63 Change-Id: Ia2c26cabb5984eae446621ad8ba556af266db7ff
| | * | | | qca-cld: IBSS-RMC TX Flow control enableLeo Chang2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IBSS-RMC requirement is packet drop rate should be less than 1%. To achieve this requirement, OS level UDP flow control is needed. WLAN Rome driver is drop based flow control. Then packet drop rate is pretty high. Instead blindly drop packet, back pressuring to OS NET layer is needed. Change-Id: I6066548ff720ea4ac57946956cd61249394a07df CRs-fixed: 611027
| | * | | | qcacld:sap: Add scan band preference in INI configPeng Xu2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add scan band preference parameter in INI config file to enable scanning start from the preferred band during auto channel selection. Change-Id: I59a7b72035ee72baa69f8828a35d9bfcdc274908 CRs-fixed: 627704
| | * | | | qcacld:Memory Leak Fix in HTTGanesh Babu Kumaravel2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With ATH_11AC_TXCOMPACT defined for host to target messages send completion won't be called which results in leaking of those memory. So those messages are stored in htt_htc_pkt_misclist after sending to HTC layer which will be freed upon htt_detach. CRs-Fixed: 630814 Change-Id: Ie6660b7f4cea9dbf0c09eb2cbc94377f90490312
| | * | | | qcacld: wma: Fix a missing breakPrashanth Bhatta2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While processing WMA message WDA_MODEM_POWER_STATE_IND, there is a missing break which will lead to double free. Without this change, device is hanging and watch dog bark is observed after loading WLAN driver. Change-Id: Ie12fcb582138c4a2004a6749e3fbd47a565251d3 CRs-fixed: 632144
| | * | | | qcacld: Fix of memory leak for wma->pGetRssiReqRajeev Kumar2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Free memory allocated for wma->pGetRssiReq in wma_close CRs-Fixed: 631477 Change-Id: Ieb8c481f6d2079f6bd3251a28b34b2c9a84bb7d9
| | * | | | qcacld: Add support to update BI in beacon update indicationChandrasekaran, Manishekar2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the current implementation during beacon update, we are updating only 11a coexist parameters. This fix will update the beacon interval in the beacon update. Change-Id: Icf6fb89eb7286d5845dd69735bcca5613f7573fa CRs-Fixed: 631703
| | * | | | qcacld: Fix for adding sequence number in management framesChandrasekaran, Manishekar2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the current implementation, the sequence number is zero for management frames. This fix will ensure that non-zero sequence numbers are added to the management frames. Change-Id: I35103f686765ee23aee72eee63f86209be84357a CRs-Fixed: 631221
| | * | | | qcacld: add QCSAP ioctl setAutoChannelRajesh Chauhan2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add QCSAP ioctl setAutoChannel. Change-Id: I7b1ef9e2240c3bc9249a97d0c345811f029e778e CRs-Fixed: 632376
| | * | | | qcacld: hdd: Allow access if we have valid TspecBala Shanmugam Kamatchi2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we have valid Tspec in VI after reassoc we are downgrading the traffic to BE. While connecting during reassoc check if we have valid Tspec and allow access. Change-Id: I5039193f93ae43058fee936a25982ad66827dd09 CRs-Fixed: 630246
| | * | | | qca_cld: fix the action frame sub type offset value for Remain-on-ChannelAhmad Kholaif2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In hdd_p2p_is_action_type_rsp(), the input buffer is starting from public action type offset, i.e., buf[24]. However, we were double advancing the buffer within the function. As a result, the frame type check within the function was always failing and Remain-On-Channel gets cancelled. This prevents the device from receiving action response frames. Change-Id: If033dc974a33f8be7a684f92f2fc681e1adc27af CRs-fixed: 626368
| | * | | | CLD-SCAN: Ignore beacon while adding the entry into the scan cacheGanesh Kondabattini2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In current design the driver is updating either probe response or beacon frame to cfg80211 as part of scan results even if the driver receives both probe response and beacon frames on scanned channel. If the last received frame is beacon on that channel then driver indicating beacon to cfg80211 as scan result. If the last received frame is probe response on that channel then driver indicating probe response to cfg80211. In cfg80211 , for the existing BSS entry probe responses obtained shall override the previously obtained ie.s without any conditional check but the obtained beacon ie.s shall override the previous ie.s only when these are from the beacons before. This shall result in the supplicant to get the stale probe response though the driver happens to report the updated beacons after the obtained probe response . This results in a failed PBC session by the supplicant for not getting the updated ie. To address this issue, driver indicates only probe response to cfg80211 whennever driver receives both probe response and beacon frames on a particular channel as part of scan. Change-Id: I7831391ddc179943eb1d01b8eeb6782e21a300cf CRs-Fixed: 626691
| | * | | | qcacld: Fix of memmory leak in wma_dfs_configure_channelRajeev Kumar2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Memory allocated for wma->dfs_ic->ic_curchan in wma_dfs_configure_channel() is not freed in dfs_detach. Change-Id: Ia382bdf8ab9c0b9dbd4f8c2224a556f4dff2729a CRs-Fixed: 631913
| | * | | | qcacld: Fix issues found by static code analysisSrinivas Girigowda2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the issues reported by static code analysis tool Change-Id: I3249a946def3d066d8c6832bc3d279f45fd2a88f CRs-Fixed: 631968
| | * | | | wlan: VHT IEs missing in Reassoc Request during roamMushtaq A Mujale2014-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The routine that sends out the Reassoc Request is modified to look at the VHT information and add the VHT IEs to the frame if appropriate. Change-Id: I39e82c1a2d001ff0ee090f1a2a0c0027598b2471 CRs-Fixed: 630625
| * | | | | Merge "Release 1.0.0.62 QCACLD WLAN Driver"Linux Build Service Account2014-03-15
| |\ \ \ \ \
| | * | | | | Release 1.0.0.62 QCACLD WLAN DriverAkash Patel2014-03-15
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.62 wlan: fix format specifier in logs - DFS qcacld: Fix of memory leak in wma for WDA_UPDATE_OP_MODE Fix assoc response tx fail when max stations are reached WMA: Changes adf_os_mem_alloc to vos_mem_malloc qcacld: Define new INI item gRegulatoryChangeCountry qcacld: Fix of kernel panic in ol_vdev_rx_set_intrabss_fwd qcacld: CSR: Process the PNO scan result in all roam states qcacld: Add session ID to PNO scan completion event qcacld: Fix the kernel warning reported in WLAN qcacld: Fix of Memory leak in HIF_PCIDeviceProbed qcacld: Fix of memory leak in wma_dfs_attach qcacld: hdd: Update WMM status properly Change-Id: Iae9c84885f9eec920b3193e25ded2d4873f2bbcb
| | * | | | Cafstaging Release 1.0.0.62Pitani Venkata Rajesh Kumar2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.62 Change-Id: Ic6a82650a9ddf9faf08c50d55cee762798f3c366
| | * | | | wlan: fix format specifier in logs - DFSSanjay Devnani2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to remove the compiler warnings on a 64 bit machine. use a generic specifier like %zu instead of %d to print size_t. Change-Id: I59778caf17881f43d624a57db2f0c1c0cdaea97f CRs-fixed: 630534
| | * | | | qcacld: Fix of memory leak in wma for WDA_UPDATE_OP_MODERajeev Kumar2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Memory allocated by LIM for message WDA_UPDATE_OP_MODE is not freed in WMA. Free message body pointer in WMA for msg WDA_UPDATE_OP_MODE handling Change-Id: Ic4b407498f31efbbf43b10b04d090c367073b673 CRs-Fixed: 631548
| | * | | | Fix assoc response tx fail when max stations are reachedKiran Kumar Lokere2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the assoc response tx failure when max supported stations are connected to SAP. Change-Id: If481c976a899a365126e9105c2f118a22dd24a13 CRs-Fixed: 627341
| | * | | | WMA: Changes adf_os_mem_alloc to vos_mem_mallocNirav Shah2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changing adf_os_mem_alloc with vos_mem_malloc in wma_peer_sta_kickout_event_handler, ol_rx_err and wma_dfs_indicate_radar as memory allocated from adf_os_mem_alloc creates panic while freeing with vos_mem_free if SLUB_DEBUG is ON in kernel Change-Id: I49579fc718ee740d8643e2b39e2c215f76cc0b1c CRs-Fixed: 630130
| | * | | | qcacld: Define new INI item gRegulatoryChangeCountryAmar Singhal2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define new item gRegulatoryChangeCountry. This item is used to indicate to vos modue whether the user wants to use custom regulatory even if the default country is not WORLD. Change-Id: Iecfc567544ed93e380a1f08fa121b0c1090e0bcb CRs-Fixed: 623406
| | * | | | qcacld: Fix of kernel panic in ol_vdev_rx_set_intrabss_fwdRajeev Kumar2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wma_vdev_detach() is freeing vdev id 0 and clearing vdev handle in iface->handle and same vdev is accessed in ol_vdev_rx_set_intrabss_fwd leading to panic. Add check for null vdev in ol_vdev_rx_set_intrabss_fwd before de-referencing it. Change-Id: Idd394163302f78f413317f4785e314b3f2dc5d0e CRs-Fixed: 629718
| | * | | | qcacld: CSR: Process the PNO scan result in all roam statesSundar Subramaniyan2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PNO scan results are processed only when the current CSR roam state is in SCANNING and dropped in other states. When PNO is started, the current CSR state is saved and it is set to SCANNING state. When the PNO scan response comes from firmware and posted to UMAC the results are processed and cached into SME scan cache only when the CSR state is still in SCANNING state. But when a connect request is issued from supplicant or framework, the CSR state will be moved to JOINING and after connection is successful it will be moved to JOINED state. But if the PNO scan results arrive at this time, they are not processed. So it is better to handle the PNO scan responses irrespective of the CSR current roam state. The PNO scan cannot be added to SME queue as the PNO scan response is asynchronous and comes from firmware only when the preferred APs are found. So handle the PNO responses alone irrespective of the current roam state is in. Using PNO Start and PNO Stop as indication, the stateless processing of PNO scan results is done. This will avoid any dependency on the CSR current roam state. Change-Id: Ie91b5c8cb82745ae40a95b408995a5af29fc503e CRs-Fixed: 620847
| | * | | | qcacld: Add session ID to PNO scan completion eventSundar Subramaniyan2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When firmware sends the PNO scan completion event, WDA_RX_SCAN_EVENT is posted to UMAC without setting the session ID. The allocated scan_event buffer is also not memset to zero and so this could lead to use of invalid session ID. So set the vdev ID from the NLO event as the session ID for which PNO was started. Also mem zero the allocated scan_event buffer. Change-Id: I9e9574e31e4c538a99a980b976416c33f8bda3f7 CRs-Fixed: 620847
| | * | | | qcacld: Fix the kernel warning reported in WLANKiran Kumar Lokere2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since mutex locks are used in a function which is protected with spinlocks, observed the kernel warning about sleeping function. Instead of using the spin lock protection, serializing the function call to MC thread will avoid the race condition between ack timeout and tx complete confirm for dis-assoc and deauth frames.Ack timeout function does the clean up in MC thread and tx complete does clean up in txrx workqueue context. When tx complete and ack timeout happens at same time then race condition occurs. To avoid the race condition, serializing the limSendDisassocCnf function call to MC thread context. Change-Id: I9e74ced2c70f737500e6e7912572aca5e76c533d CRs-Fixed: 626936
| | * | | | qcacld: Fix of Memory leak in HIF_PCIDeviceProbedRajeev Kumar2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix of memory leak in HIF_PCIDeviceProbed() for sc->hif_device Change-Id: I5127d07c38626aa59ec82afb1c5bdcafd152f434 CRs-Fixed: 630802
| | * | | | qcacld: Fix of memory leak in wma_dfs_attachRajeev Kumar2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix of memory leak in wma_dfs_attach reported by kmemleak utility Change-Id: Ic1b92e9c3423544cd80222f6f00c676143a29513 CRs-Fixed: 630779
| | * | | | qcacld: hdd: Update WMM status properlyBala Shanmugam Kamatchi2014-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When ACM bit is not set do not update WMM state variable to ensure access to a specific AC is maintained. Update WMM state while handling DELTS request. Change-Id: I2cac960b5e695fdb9be6d2e300a152ecf3efaf24 CRs-Fixed: 627289, 622699
| * | | | | Merge "Release 1.0.0.61 QCACLD WLAN Driver"Linux Build Service Account2014-03-15
| |\ \ \ \ \
| | * | | | | Release 1.0.0.61 QCACLD WLAN DriverAkash Patel2014-03-13
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.61 qcacld: Fix for adding hidden SSIDs into SME scan cache qcacld: Fix for PMF Broadcast frame IPN mismatch Revert "qcacld: Send proper client station phymode of SAP" qcacld: CL 867602 - update fw common interface files qcacld: CL 867249 - update fw common interface files qcacld: Buffer free fixes in HTC module qcacld: wma: Fix to send WMI_VDEV_SET_WMM_PARAMS_CMDID P2P: Indicate appropiate RoC events to supplicant qcacld: Return EBUSY when WMI Pending CMDS reach MAX 1024 Change-Id: I6d248202094d7df1322ad5514deb1cc2db15f7bd
| | | * | | | Cafstaging Release 1.0.0.61Pitani Venkata Rajesh Kumar2014-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.61 Change-Id: I6364944e384de1bdfbcbf9566266a48b3906103e
| | | * | | | qcacld: Fix for adding hidden SSIDs into SME scan cacheChandrasekaran, Manishekar2014-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the current implementation, when checking for the duplicate BSS descriptions, the hidden SSIDs are also added into the scan cache. This will add unnecessary overhead to the scan results. Fix that! Change-Id: I7da5fd71e62fb0b6244e70bd070036db7f13fc09 CRs-Fixed: 630480
| | | * | | | qcacld: Fix for PMF Broadcast frame IPN mismatchSrinivas Girigowda2014-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The root cause of the problem is, on reception side of the group addressed frame(s) keyID field in the MMIE is never used. If the initial association uses key index of 4 for the iGTK and AP sends broadcast DEAUTH/DISASSOC with KeyID 4 and incremental value of IPN then driver correctly checks IPN and works accordingly. But if the AP does broadcast key rotation and sends KeyID of 5 with IPN less than last frame keyID=4 IPN, then driver thinks it is a replay error and drops the frame, Hence link was not disconnected. Fix for this issue is, 1. Both 4 and 5 are the valid KeyID's and hence maintain last received frame IPN per KeyID (4 or 5). 2. On initial association, zero out the negotiated iGTK keyID's IPN Change-Id: I4eeb148be55cee18ea6cb7117ab89a97161ec200 CRs-Fixed: 629266
| | | * | | | Revert "qcacld: Send proper client station phymode of SAP"Manikandan Mohan2014-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 03236962b988c06d35cd9e736dee69d8abe09370. This is causing issues with STA mode. Change-Id: I8fe51f5e5c0e6b8e2ded395ace127ffd9bdb1225
| | | * | | | qcacld: CL 867602 - update fw common interface filesManikandaraja Venkatachalapathy2014-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set ebt resync timeout value in wmi header file. Change-Id: I0248f4b3128fa0470e22f85eb1d4c142909b9adf CRs-Fixed: 629974
| | | * | | | qcacld: CL 867249 - update fw common interface filesManikandaraja Venkatachalapathy2014-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PLM patch for providing dialog_token to firmware Change-Id: Ia8ea8bdc2630952580b1837fcfe3292570433e9a CRs-Fixed: 626404
| | | * | | | qcacld: Buffer free fixes in HTC moduleKomal Seelam2014-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Free memory using adf_os_mem_free for allocations done using adf_os_mem_alloc Change-Id: I31a12b965b352150ae0e451e74c23093c65ce7ea CRs-Fixed: 628935
| | | * | | | qcacld: wma: Fix to send WMI_VDEV_SET_WMM_PARAMS_CMDIDPadma, Santhosh Kumar2014-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we send WMI_PDEV_SET_WMM_PARAMS_CMDID command to update EDCA parameters on the target. But we need to send command WMI_VDEV_SET_WMM_PARAMS_CMDID to enable wmm-ac functionality in firmware. This fix modifies parameters accordingly and issues command WMI_VDEV_SET_WMM_PARAMS_CMDID to firmware. Change-Id: I53b809985b57a237a7546058ee40b5468b1ce681 CRs-Fixed: 630172
| | | * | | | P2P: Indicate appropiate RoC events to supplicantNirav Shah2014-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement internalRoCinProgress flag for cleaner approach to indicate appropriate RoC events to supplicant Change-Id: Iba610f2a242f74ede5cb85ccf882a15b57f9c2b6 CRs-Fixed: 626345
| | | * | | | qcacld: Return EBUSY when WMI Pending CMDS reach MAX 1024Komal Seelam2014-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle case where FW doesn't respond with Tx Completion for WMI Commands upto MAX queue length 1024. Return EBUSY when Max queue is hit. Change-Id: Icc0daa533ef3e31df9b1c77ef1f44dca47262277 CRs-Fixed: 630878
| * | | | | | Merge "Release 1.0.0.60 QCACLD WLAN Driver"Linux Build Service Account2014-03-13
| |\| | | | |
| | * | | | | Release 1.0.0.60 QCACLD WLAN DriverAkash Patel2014-03-13
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/caf/caf-wlan/master' * origin/caf/caf-wlan/master: Cafstaging Release 1.0.0.60 qcacld: Fix to enable PMF after roaming. qcacld: Remove unused include directories in Makefile. qcacld: Get random bytes for WEP challenge text qcacld: Send proper client station phymode of SAP qcacld-new:ibss:enable ERP in IBSS mode qcacld: Use correct encryptType during FT reassoc qcacld/txrx: Fix bug in HTT_T2H_MSG_TYPE_RX_PN_IND handler Change-Id: Id1186088229a2c5b0753bc76f2bdb7c7d8e7646f
| | * | | | Cafstaging Release 1.0.0.60Pitani Venkata Rajesh Kumar2014-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cafstaging Release 1.0.0.60 Change-Id: I4c0e6e38f0c4564416ba43cb73826448e6c40b55