Commit Graph

2998 Commits

Author SHA1 Message Date
qcabuildsw
83c9eb23b2 Release 5.2.0.2K
Release 5.2.0.2K

Change-Id: Ib7ac5e863cbfb99873560294dd0d020593c59262
CRs-Fixed: 688141
2016-12-09 13:22:44 -08:00
Himanshu Agarwal
6e224f6b32 qcacld-3.0: Set bit to indicate size of ath_pktlog_hdr
Set 15th bit of flags field of ath_pktlog_hdr to indicate whether
the pktlog hdr size if 12 bytes or 16 bytes.

Change-Id: I58027053c67e749c79f6cec77da1519a9f28a2d2
CRs-Fixed: 1097280
2016-12-09 13:22:43 -08:00
Himanshu Agarwal
f65bd4cf8f Revert "Revert "qcacld-3.0: Dump Tx/Rx packets during connection""
This reverts Change-Id I2aec7253511d2ca7b08ca77d858a46f9c01d4e9d

Adding support for dumping 32 tx/rx packets during connection
by reverting above change as "exceeding skb buffer size and
leading to crash" issue is resolved with this change.

Change-Id: I951355776461706bb52eeee0527819377e7b7857
CRs-Fixed: 1097280
2016-12-09 13:22:41 -08:00
qcabuildsw
d586d514ea Release 5.2.0.2J
Release 5.2.0.2J

Change-Id: Ida9c34804ad68faac6710ce123a2e05a2bf04f82
CRs-Fixed: 688141
2016-12-09 00:26:43 -08:00
Aravind Narasimhan
5b7c2cd51f qcacld-3.0: Changes for concurrency FR 32755
Add second and third connection pcl tables and next actions
for 2X2 dbs solution

Change-Id: I4722e137360a4a0d349d856b01255a0fe11d59fb
CRs-Fixed: 1068000
2016-12-09 00:26:41 -08:00
qcabuildsw
3e7b827595 Release 5.2.0.2I
Release 5.2.0.2I

Change-Id: I97e33c57aa29e1cbbf5bc9c238c5f09b01493968
CRs-Fixed: 688141
2016-12-08 16:39:19 -08:00
Dustin Brown
cd756941d2 qcacld-3.0: Make RX wakelock duration configurable
Propagation from qcacld-2.0

Change hard coded RX wakelock duration into an ini configuration item.
Only aquire the wakelock for unicast traffic, and if the configured
wakelock item is greater than 0.

Change-Id: I46b946ddfeae510a5446ff4ab012c09e4964a50c
CRs-Fixed: 1068594
2016-12-08 16:39:17 -08:00
qcabuildsw
1ee72881bc Release 5.2.0.2H
Release 5.2.0.2H

Change-Id: I73aa2c424fef7e107c42a152f097c20eb5b90334
CRs-Fixed: 688141
2016-12-08 07:47:45 -08:00
Dustin Brown
8b28e08535 qcacld-3.0: Enable unit-test suspend/resume for SLUB builds
Enable unit-test suspend/resume ioctls for all SLUB builds, for a
better out-of-the-box debug experience.

Change-Id: Iab6662a39125371ab700c8482e06cd98a3d171a5
CRs-Fixed: 1098034
2016-12-08 07:47:44 -08:00
qcabuildsw
3e0f421451 Release 5.2.0.2G
Release 5.2.0.2G

Change-Id: I9f370e9a11879b6fdc3da501a7db18ce3f5759ef
CRs-Fixed: 688141
2016-12-07 19:03:48 -08:00
Kiran Kumar Lokere
52d8dc3fad qcacld-3.0: Fix the ping failure issue
ping fails due to full_reorder_enable is not initialized in the
cdp_config. Fix the full_reorder_offload initializtion and enable
the full_reorder_enable by default.

Change-Id: I3191fb96a4d2fc365d5470c3144fdca5d3f59913
CRs-Fixed: 1098023
2016-12-07 19:03:47 -08:00
qcabuildsw
b61b2324cc Release 5.2.0.2F
Release 5.2.0.2F

Change-Id: I48e6b2d962b52291aac026734b8ab62a3ebaf171
CRs-Fixed: 688141
2016-12-06 23:05:25 -08:00
Nishank Aggarwal
21282ecd17 qcacld-3.0: Add Null check before dereference of pointer
Add check for NULL for pointer before dereferencing them.

Change-Id: I1093f25ae67b8ce75a69f88516be2ca810fc28e0
CRs-Fixed: 1096195
2016-12-06 23:05:24 -08:00
qcabuildsw
c9cd18b9b6 Release 5.2.0.2E
Release 5.2.0.2E

Change-Id: I0feef34452d15f1faa2ff09006d19a15ffd1c0b6
CRs-Fixed: 688141
2016-12-06 16:06:52 -08:00
Krishna Kumaar Natarajan
6835e77b39 qcacld-3.0: Relocate all the files under target folder
Relocate all the files under target folder to a new
fw-api repository. fw-api repository is created to automate
the interface interface change propagation. FW CLs will be
automatically propagated to the fw-api repository.

Change-Id: Ib5533cac57ae3364323b30d54d12b620a178f03a
CRs-Fixed: 1093452
2016-12-06 16:06:52 -08:00
qcabuildsw
f74af3466f Release 5.2.0.2D
Release 5.2.0.2D

Change-Id: I8e4f75f24bdbdc5c33d60f97a20437e1155010c4
CRs-Fixed: 688141
2016-12-05 23:16:45 -08:00
Nitesh Shah
3197b711c9 qcacld-3.0: Restrict pcl_len to QDF_MAX_NUM_CHAN
The channel_list array for pcl channels is defined with size
QDF_MAX_NUM_CHAN. The index for the channel_list array can go
beyond QDF_MAX_NUM_CHAN.

The fix is to take care that the index for the channel list
for pcl channels does not exceed QDF_MAX_NUM_CHAN.

Change-Id: I1afd7e4b0ee13e02611cbc5f56a27d1da9ef06a6
CRs-Fixed: 1093129
2016-12-05 23:16:44 -08:00
qcabuildsw
179aab2b25 Release 5.2.0.2C
Release 5.2.0.2C

Change-Id: Id6f5a027f8f67a10f335c2551e48f8925c597843
CRs-Fixed: 688141
2016-12-05 21:51:47 -08:00
Yuanyuan Liu
7145eb2383 qcacld-3.0: Add support of getting MAC address from platform driver
Add support of getting WLAN MAC address from ICNSS platform driver.

Change-Id: Ie31d9147e8dc4e11e14a6fdf93200122acbb4000
CRs-Fixed: 1096290
2016-12-05 21:51:46 -08:00
qcabuildsw
f008892636 Release 5.2.0.2B
Release 5.2.0.2B

Change-Id: Ie61ee2721dce2000af8eb31e43e5c64a1dfd265d
CRs-Fixed: 688141
2016-12-05 20:19:30 -08:00
Yue Ma
cd24386e22 qcacld-3.0: Add API to get SOC information in PLD for PCIe
Add API to call platform driver function in order to get SOC related
information for in PLD for PCIe.

Change-Id: Ieec098575b874e6d15ae45ef6000767ade7d459f
CRs-fixed: 1082183
2016-12-05 20:19:29 -08:00
Yue Ma
fd418eabf6 qcacld-3.0: Add PLD APIs to get MSI information
These PLD APIs can be called to get PCIe MSI related information
from platform driver.

Change-Id: I2882f5c30d6f932c36af4503ac0bec9229ef35df
CRs-fixed: 1082183
2016-12-05 20:19:28 -08:00
qcabuildsw
3deb0a6711 Release 5.2.0.2A
Release 5.2.0.2A

Change-Id: I70c777851410b3a13e64b8a9e8d880ccf0016087
CRs-Fixed: 688141
2016-12-05 04:20:07 -08:00
Himanshu Agarwal
1525bb9c8a qcacld-3.0: Move TXRX_PRINT outside peer_map_unmap_lock spinlock
In some cases, this TXRX_PRINT is taking more time to process as
some other printks' are already in progress. As this printk is
inside spinlock, so when some other core is also competiting for
this spinlock, that core keeps iterating in a loop. After some
time spinlock bug is triggered as it is suspected that this core
is locked on this spinlock.

This fix moves the TXRX_PRINT outside spinlock so that the other
core don't have to wait to acquire spinlock due to this printk.

Change-Id: Ie0fa7addd4f2a1272a4d5e287635b6a0f016ba97
CRs-Fixed: 1095406
2016-12-05 04:20:06 -08:00
qcabuildsw
2dbfe0808e Release 5.2.0.2
Release 5.2.0.2

Change-Id: Ie50647178bcf4f803d1fd5eac0f949b648c042ff
CRs-Fixed: 688141
2016-12-01 19:19:18 -08:00
Rajeev Kumar
97767a0297 qcacld-3.0: Define init-deinit basic framework for phase 3 convergence
Define basic dispatcher framework for init/deinit. Each individual
component is supposed to define its init/deinit primitives and replace
dummy place holder primitives.

Change-Id: I35140ea7af03ce568e1732435458caf78ab28996
CRs-Fixed: 1095741
2016-12-01 19:19:17 -08:00
qcabuildsw
a529136479 Release 5.2.0.1Z
Release 5.2.0.1Z

Change-Id: If77aef912c299ef24dd63b6484c4b3f661a38685
CRs-Fixed: 688141
2016-12-01 11:52:16 -08:00
Nitesh Shah
983e8f55e4 qcacld-3.0: Remove work-queue mechanism for TDLS Discovery Req
prima to qcacld-3.0 propagation

This commit removes work-queue mechanism which is used to
trigger the TDLS Discovery request.

This eliminates concurrent TDLS data structures access.

Change-Id: Id6d6b38d2b17c4b1bab9b616b52e5a2d8c3475dc
Crs-Fixed: 798119
2016-12-01 11:52:15 -08:00
qcabuildsw
4a694f611a Release 5.2.0.1Y
Release 5.2.0.1Y

Change-Id: Ibdd7e990e8b5eef870580503dfd568f98fb15649
CRs-Fixed: 688141
2016-12-01 10:45:48 -08:00
Dustin Brown
e70fd97b26 qcacld-3.0: For WOW enable, pass unit-test flag to FW
For unit-test suspend, pass a Host-to-Target Communication (HTC) Wakeup
flag to firmware with the WOW Enable command. This flag tells firmware
to always use the HTC wakeup method, even if GPIO (or any other) wakeup
method is available. This enables support for unit-test suspend on
emulation platforms with incomplete PCIe implementations, for example.

Change-Id: I82a70973b0d8845e05d6c82ab207ddef27447099
CRs-Fixed: 1093342
2016-12-01 10:45:47 -08:00
qcabuildsw
db34a50b08 Release 5.2.0.1X
Release 5.2.0.1X

Change-Id: Ie28b95aa0e2538e39f5be5dea48f269090dd0360
CRs-Fixed: 688141
2016-11-30 19:27:33 -08:00
Kiran Kumar Lokere
9aecfee377 qcacld-3.0: Fix compilation issues
Fix compilation issues.

Change-Id: I629acbb0c9ec1e36a3e6a13e3709dd4327003557
CRs-Fixed: 1094633
2016-11-30 19:27:31 -08:00
qcabuildsw
9f0a7f8d26 Release 5.2.0.1W
Release 5.2.0.1W

Change-Id: I2ef8f169a2bbaa23b699b3a264da57c36fc24ff1
CRs-Fixed: 688141
2016-11-30 06:24:15 -08:00
Poddar, Siddarth
d56b4c4c34 qcacld-3.0: Log rx frag/tkip mic error packets into pktlog
Log rx frag/tkip mic error packet in packetlog as per
rx frag indication message  from firmware.

Change-Id: I4670c070e5affc5bf5b9f5ded23721e464a45737
CRs-Fixed: 1074043
2016-11-30 06:24:14 -08:00
qcabuildsw
46423faa0b Release 5.2.0.1V
Release 5.2.0.1V

Change-Id: I918fed4a1b6153a103d82ea3af01966836006bca
CRs-Fixed: 688141
2016-11-29 02:31:15 -08:00
Frank Liu
ab70c840e7 qcacld-3.0: Support IBSS firmware bin(32-clis)
qcacld-2.0 to qcacld-3.0 propagation

Firmware can't support all station feature and 32 ibss clients
in one bin because of the mem limitation. So host supports to
download IBSS firmware bin if con_mode=6.

CRs-Fixed: 962246
Change-Id: I6c3dca17c82fdfd2bdadcee319cc157e6aa2ead9
2016-11-29 02:31:14 -08:00
qcabuildsw
24e4e07240 Release 5.2.0.1U
Release 5.2.0.1U

Change-Id: I190ff443e47adb83e75d4c7eb2fe03580929b774
CRs-Fixed: 688141
2016-11-28 18:02:47 -08:00
Krishna Kumaar Natarajan
06edf7cc5e qcacld-3.0: Update correct status code on ADD BSS timeout
Update status code to QDF_STATUS_E_TIMEOUT before sending
ADD_BSS_RSP on ADD BSS timeout.

Change-Id: Ic5b393635c0aa9a6c80d2899eac3394de83d686a
CRs-Fixed: 1093188
2016-11-28 18:02:46 -08:00
qcabuildsw
c11de1db13 Release 5.2.0.1T
Release 5.2.0.1T

Change-Id: Iaeb26ce3c5bf6a90e86af360e0ccd37c735039e3
CRs-Fixed: 688141
2016-11-28 12:40:31 -08:00
Yuanyuan Liu
1c2caa3b11 qcacld-3.0: QDF_ASSERT only when HDD fail to update mac to FW
Do assert only when HDD fail to update mac to FW.

CRs-Fixed: 1086914
Change-Id: I8744a08790328f0d2f5e800a3ea597ca6a54bc49
2016-11-28 12:40:30 -08:00
qcabuildsw
c98f8ce45d Release 5.2.0.1S
Release 5.2.0.1S

Change-Id: Ic316d95f94176ffc4385759a27faa87842bb2df9
CRs-Fixed: 688141
2016-11-27 22:58:34 -08:00
Nishank Aggarwal
d19124bd87 qcacld-3.0: CL 2679656 - update fw common interface files
Add tx RTS and PPDU success/fail counters to wmi_ifiace_link_stats

Change-Id: I00175d156804a0f835149ce5d45702b6196e86d4
CRs-Fixed: 865207
2016-11-27 22:58:32 -08:00
qcabuildsw
ad20273bd7 Release 5.2.0.1R
Release 5.2.0.1R

Change-Id: I3ab034ebedb45cdaafdd237dedd6468605bdfb8f
CRs-Fixed: 688141
2016-11-26 13:35:45 -08:00
Dhanashri Atre
272fd23190 qcacld-3.0: Fix race condition in peer attach and map
Fix a race condition where the HTT peer map event is received before
the peer object is allocated in the data path.

CRs-Fixed: 1089662
Change-Id: I3931e6dbae3ec3a68d446c245432549fa635a97e
2016-11-26 13:35:44 -08:00
Ravi Joshi
fc2ed78279 qcacld-3.0: Disable PKTLOG & enable polling for DP on Lithium
For Napier end-to-end bringup:
 -- Disable PKTLOG, this is not ready on the new HW design
 -- Enable timer based polling on DP UMAC rings
 -- Modify cdp_soc_attach() to attach to Lithium DP

Change-Id: I096644887848dd8eae75bf4c497acc0b19f89833
CRs-Fixed: 1074199
2016-11-26 13:35:43 -08:00
qcabuildsw
bd93e8dfdd Release 5.2.0.1Q
Release 5.2.0.1Q

Change-Id: Id66516fc857e81847f3da1587adbb0d8fff358a8
CRs-Fixed: 688141
2016-11-24 22:47:31 -08:00
Poddar, Siddarth
bd80420d8f qcacld-3.0: Fix improper naming and exporting of dump_pkt()
Fix improper naming and exporting of dump_pkt() by:
1) adding ol_txrx prefix in the api
2) adding prototype of api to ol_txrx.h and removing the local
   prototype for the api from core/dp/txrx/ol_tx_desc.c

CRs-Fixed: 1093667
Change-Id: I14e547223f8c96f10897aa6dc5c9781018a4d986
2016-11-24 22:47:30 -08:00
qcabuildsw
983fc764b1 Release 5.2.0.1P
Release 5.2.0.1P

Change-Id: If6e71be961819c3563dffd69c9b6e475b90f8331
CRs-Fixed: 688141
2016-11-24 21:06:24 -08:00
Nitesh Shah
facafbaaca qcacld-3.0: Move few logs to appropriate log level
qcacld-2.0 to qcacld-3.0 propagation

Few logs for hdd_roam_tdls_status_update_handler()
is printing quite often and spamming the logs.
These logs are not for error.

Hence moving these logs to info log level.

Change-Id: Idbf423e34fad13fc787c6cdf9770cc9f15c923f9
CRs-Fixed: 1082364
2016-11-24 21:06:23 -08:00
qcabuildsw
f2ee79143a Release 5.2.0.1O
Release 5.2.0.1O

Change-Id: Id1d44fde74c57b2eb1bda9b22900fa0514886cfa
CRs-Fixed: 688141
2016-11-24 20:21:18 -08:00