Commit Graph

6336 Commits

Author SHA1 Message Date
Sridhar Selvaraj
0d5d2c745c qcacld-3.0: Add Support for FILS Association
Adds the following  support:
1) Add FILS IE's to assoc request.
2) AEAD encrypt/decrypt the assoc request/response frames for FILS
3) Process/Verify the Assoc response for the FILS params
4) Plumb the Auth keys to firmware after successful FILS assoc
5) Update the user space with Auth key details

Change-Id: I57f6319cecdf10e08047b510321b885c3cd711b5
CRs-Fixed: 2030038
2017-08-30 17:43:53 -07:00
snandini
7a412e492b Release 5.2.0.40J
Release 5.2.0.40J

Change-Id: Ie13b44d1a2e8f494901383ae7600b4f1ebdb5e5a
CRs-Fixed: 774533
2017-08-30 10:46:26 -07:00
Rajeev Kumar Sirasanagandla
5bacf7fcfe qcacld-3.0: Log rssi in wlan_hdd_get_rssi
qcacld-2.0 to qcacld-3.0 propagation

In the current code, there is no log of rssi value in wlan_hdd_get_rssi.

To fix this, add print for rssi.

Change-Id: I7db04c7defd26d2cd9792e96805ff524d88bb9b4
CRs-Fixed: 2045201
2017-08-30 10:46:21 -07:00
Ashish Kumar Dhanotiya
15a7db51d2 qcacld-3.0: Reject interface up request during removal of driver
During the driver unload driver de-registers the netdevices taking
hdd_init_deinit_lock and if any userspace entity trying issues the
interface taking the rtnl_lock resulting in the deadlock as one
thread is waiting for the rtnl_lock to be released taking the
hdd_init_deinit_lock and other thread is waiting for hdd_init_deinit_lock
taking the rtnl_lock. Since the driver is unloading reject the
interface up request before acquiring the hdd_init_deinit_lock.

To address this issue do not proceed with hdd_open if unload is in
progress.

CRs-Fixed: 2078720
Change-Id: Ie8c8bba8d142312d3504c40a839343e16fc3b31e
2017-08-30 10:46:18 -07:00
snandini
1b5db77b70 Release 5.2.0.40I
Release 5.2.0.40I

Change-Id: Idbbd63eb7415b80308287be2622c5b22cba6d294
CRs-Fixed: 774533
2017-08-30 10:46:12 -07:00
yeshwanth sriram guntuka
ca71d037a8 qcacld-3.0: Fix excessive logging
kmsg is flooded with excessive logs from lim_enable_11a_protection.

Fix is to change log level to debug.

Change-Id: I05d8def15660cc519c44870359ff6c337a44ed60
CRs-Fixed: 2072944
2017-08-30 10:46:08 -07:00
snandini
07e7182dfc Release 5.2.0.40H
Release 5.2.0.40H

Change-Id: I5d255fb2c0c79e718dad5017ee350590eab89be6
CRs-Fixed: 774533
2017-08-30 10:46:04 -07:00
Dustin Brown
8aef46daf6 qcacld-3.0: Fix compilation issue no member named ‘center_freq_seg2_idx’
Linux kernel 4.12 renamed center_freq_seg2idx to center_freq_seg1idx and
center_freq_seg1idx to center_freq_seg0idx. Add conditional compilation
to access the correct fields based on the kernel version.

Change-Id: Id8c20f9e47eecdbdf121c88cb5e017f662e2e15e
CRs-Fixed: 2091058
2017-08-30 10:46:00 -07:00
Dustin Brown
b3e0fbb304 qcacld-3.0: Fix csr_inside_api.h header guard
The header guard within csr_inside_api.h ends before the end of the
file. Move the end of the header guard to the end of the file.

Change-Id: I7c9e62b9eaee8815f6d1e496d88b6b79f489299b
CRs-Fixed: 2090171
2017-08-30 10:45:56 -07:00
snandini
30887fc15f Release 5.2.0.40G
Release 5.2.0.40G

Change-Id: I0973b3cf9dee32100db1d9f3e3ab6aab0ab3226e
CRs-Fixed: 774533
2017-08-30 10:45:52 -07:00
Sridhar Selvaraj
53166d7fdb qcacld-3.0: Drop action frames based on action id
Currently, host driver sets bitmap of allowed action frames to fw.
For a particular action category, there are certain action id
frames which are not processed. This causes host wakeup and leads
to power drain.

Set action id along with action category to fw for action frames
to be allowed to host driver.

Change-Id: Ifa0b40b290fcabb9ce5e48f69bd462aebb9017ac
CRs-Fixed: 2072123
2017-08-30 10:45:47 -07:00
snandini
d3f0b90f84 Release 5.2.0.40F
Release 5.2.0.40F

Change-Id: I772ebef5e38eb14de26f467fb06b977fc0d26bf7
CRs-Fixed: 774533
2017-08-30 10:45:43 -07:00
Dustin Brown
9deab4e137 qcacld-3.0: Remove any reference to net_device->last_rx
net_device->last_rx has long since been depreciated, and was finally
removed in Linux kernel 4.11. Simply remove any reference to the field.

Change-Id: Ia7896707f8ebc7105fcc4b89dd9d1e7f9334d584
CRs-Fixed: 2093262
2017-08-30 10:45:39 -07:00
Houston Hoffman
fa60ff5562 qcacld-3.0: Try to recover from htc_connect_service failure
In the case of low memory allocation failures, the system should be able to
continue functioning after the connect_service failure.

Change-Id: Icd054d541aa95dbf4099426cf73f3dfe6c2c4565
CRs-Fixed: 2097391
2017-08-30 10:45:35 -07:00
Dustin Brown
5f7d38e894 qcacld-3.0: Avoid redefining WLAN_AKM_SUITE_FT_8021X
Linux kernel versions 4.12+ define WLAN_AKM_SUITE_FT_8021X. Avoid
redefining WLAN_AKM_SUITE_FT_8021X when compiling against 4.12+ Linux
kernels.

Change-Id: Iaaaeb0c348933c69034cb852191bed4d6a6862b1
CRs-Fixed: 2093922
2017-08-30 10:45:30 -07:00
snandini
375de76bf1 Release 5.2.0.40E
Release 5.2.0.40E

Change-Id: I77098300ad74965619d4d0e150ac34e01ad2ba9a
CRs-Fixed: 774533
2017-08-30 10:45:26 -07:00
Yun Park
f20b2cab50 qcacld-3.0: Markings updated
Markings updated for ol txrx ipa.

Change-Id: If5afb44ea3f54abf3bf7a98453389f5932f958fc
CRs-Fixed: 2093956
2017-08-30 10:45:22 -07:00
snandini
495f904920 Release 5.2.0.40D
Release 5.2.0.40D

Change-Id: I375942abacf0ead6808ff29fa150e4d60841fd7d
CRs-Fixed: 774533
2017-08-30 10:45:18 -07:00
Tushnim Bhattacharyya
abc588516c qcacld-3.0: Save the unsafe channels in policy manager
Save the list of unsafe channels in policy manager to be used on PCL.

Change-Id: Ibb705830e878d1cc03dfbc76e49c169d2febd75d
CRs-Fixed: 2095290
2017-08-30 10:45:14 -07:00
Sridhar Selvaraj
8c6f5e82b0 qcacld-3.0: Changes to support FILS authentication
Add changes to add support of sending and parsing
authentication packets based on 80211ai specifications.

Change-Id: I684dbc89945ba3aef3186c872e5e1f7564d7e44c
CRs-Fixed: 2028113
2017-08-30 10:45:10 -07:00
Sridhar Selvaraj
c3684c78f7 qcacld-3.0: Support for PMKSA caching
Add support for PMK and PMKID cache based on either bssid or
ssid + cache identifier.

Change-Id: I23c50472e4c2032b953ccf264fc4cadb2ea573ca
CRs-Fixed: 2028113
2017-08-30 10:44:50 -07:00
Sridhar Selvaraj
6cf642fe04 qcacld-3.0: Changes to support FILS AKMs
Add changes to support and parse AKM required for FILS support.

Change-Id: I64f692c3e8173b778fcd4ca6ac2391b8de2bc1d2
CRs-Fixed: 2028113
2017-08-30 10:44:46 -07:00
Sridhar Selvaraj
a44c19ee19 qcacld-3.0: Add changes to parse fils indication element
Add changes to parse fils indication element and add the info
to bss descriptor for further use.

Change-Id: If4b56435180a226438c9f0afdda0f58a26854d88
CRs-Fixed: 2028113
2017-08-30 10:44:42 -07:00
snandini
75af947b89 Release 5.2.0.40C
Release 5.2.0.40C

Change-Id: I7810056c03d87d6cae1059821c6f3ad9eb94cfb5
CRs-Fixed: 774533
2017-08-30 10:44:36 -07:00
Jeff Johnson
3c4e6aece4 qcacld-3.0: Rename struct hdd_wext_state_s
The Linux Coding Style eschews the encoding of type information into
names, so rename struct hdd_wext_state_s to align with that guidance.

Change-Id: I27fffbb103aab157356c98d8af2a8716512ef417
CRs-Fixed: 2094519
2017-08-30 10:44:32 -07:00
Jeff Johnson
e0e77451c0 qcacld-3.0: Replace qcmbr_data_t & qcmbr_queue_t typedefs
The Linux Coding Style enumerates a few special cases where typedefs
are useful, but stresses "NEVER EVER use a typedef unless you can
clearly match one of those rules." The qcmbr_data_t & qcmbr_queue_t
typedefs do not meet any of those criteria, so replace them with well
named structs.

Change-Id: I8faca21ec5e9fa6d1b46fa4cb77764ca7de2e6b9
CRs-Fixed: 2097978
2017-08-30 10:44:27 -07:00
snandini
e441ee0727 Release 5.2.0.40B
Release 5.2.0.40B

Change-Id: I1aa34657e26d9d8dae8ac5a194c06b13437e6fc5
CRs-Fixed: 774533
2017-08-30 10:44:23 -07:00
Jeff Johnson
353cd29972 qcacld-3.0: Replace typedef hdd_priv_data_t
The Linux Coding Style enumerates a few special cases where typedefs
are useful, but stresses "NEVER EVER use a typedef unless you can
clearly match one of those rules." The hdd_priv_data_t typedef does
not meet any of those criteria, so replace it with a well named
struct.

Change-Id: I1f31b7d8035e7025abd23cede7b2e8830a8db5d2
CRs-Fixed: 2094518
2017-08-30 10:44:19 -07:00
Mukul Sharma
d16c202da2 qcacld-3.0: Disable auto ps timer on interface down
Auto ps timer is started as part of the interface up
but not disabled as part of the interface down.
Meanwhile if interface down happen hence sme session
get deleted. But if ps timer expire later then it try
to access invalid sme session and lead to abort.
As a part of fix, Disable auto ps timer on interface down.

Change-Id: If67f7ec66d7dea7b8e7e674dc86efe7124244dde
CRs-Fixed: 2061845
2017-08-30 10:44:14 -07:00
snandini
2070007d55 Release 5.2.0.40A
Release 5.2.0.40A

Change-Id: I2ef44304a73f7a84828a03a7d3a95ad7303b816e
CRs-Fixed: 774533
2017-08-30 10:44:10 -07:00
Dustin Brown
49040e1833 qcacld-3.0: Prevent link down by default on Napier
Napier does not yet support PCIe link-down suspend. For the time being,
prevent the PCIe link from going down during suspend by default on
Napier. This is to be reverted once Napier gets proper link-down
support.

Change-Id: I55adea9a1421977fc018193ecfa25eeb51987192
CRs-Fixed: 2092853
2017-08-30 10:44:06 -07:00
Sridhar Selvaraj
87309211fc qcacld-3.0: Pass Probe request deferral params to fw
If a OCE AP is found in previous scan cache in fw, fw need to defer
sending probe for sometime to check for broadcast probe response
from OCE AP.

Send the probe deferral time and the time gaps between the two probes
from host for STA vdev.

Change-Id: I973fc1e2ea43950bd4e2168083644a240a298c22
CRs-Fixed: 2068490
2017-08-30 10:44:01 -07:00
Liangwei Dong
6663d16f6d qcacld-3.0: do SAP internal restart based on INI
On MDM platform, scm or wlan_services will take care
the Hostapd restart when get LTE coex event.
To make it configurable to avoid duplication of restart
SAP.

Change-Id: Idfb0b6967643d85315df23264a38fc68863a9fea
CRs-Fixed: 2073634
2017-08-30 10:43:57 -07:00
snandini
abdd23be1e Release 5.2.0.40
Release 5.2.0.40

Change-Id: Ie8e6df92f5f8cbda8ebbec3600c5123cecb05241
CRs-Fixed: 774533
2017-08-30 10:43:53 -07:00
Dustin Brown
100201ecca qcacld-3.0: Avoid recovery trigger while recovering
Currently, cds_trigger_recovery is unconditional. Instead, avoid
triggering recovery if recovery is already in progress.

Change-Id: I5c77048701930591e0e520e07275e6f8631108a0
CRs-Fixed: 2070845
2017-08-30 10:43:49 -07:00
Zhu Jianmin
f7ffe94567 qcacld-3.0: Change log level in ol_txrx_get_tx_resource
In SAP mode, during data transfer, ifconfig down, then up in 1-5s,
Tx queue is enabled before SAP reconnect. can't find peer in
hdd_softap_hard_start_xmit, much following log in prink will lead
to watchdog timeout.
R0: wlan: [0:E :TRX] PEER [1] not found
R0: wlan: [0:E :TRX] ol_txrx_get_tx_resource: Invalid sta_id 1

Change-Id: I4b6635ac71f3bff95db67791e557cafd539f9ca4
CRS-Fixed: 2088402
2017-08-30 10:43:45 -07:00
snandini
79f71d50c4 Release 5.2.0.39Z
Release 5.2.0.39Z

Change-Id: I5f493dd1f93f15fb34cd7d0c70aee2fcfb62e530
CRs-Fixed: 774533
2017-08-30 10:43:40 -07:00
Dustin Brown
676a23214f qcacld-3.0: Add stub for hdd_lte_coex_restart_sap
Add a stub for hdd_lte_coex_restart_sap when channel avoidance is
disabled, as LTE coexistence cannot operate without channel avoidance.
This fixes a compilation error when FEATURE_WLAN_CH_AVOID is not
defined.

Change-Id: I90235eb7b3c51422aaeb5aa553b71ec674b57f71
CRs-Fixed: 2093226
2017-08-30 10:43:36 -07:00
Dustin Brown
c788acb242 qcacld-3.0: Reject set MC list if adapter is not up
__hdd_set_multicast_list() currently does not validate the adapter
before forwarding the request to PMO. Make sure the adapter is valid
and up before forwarding the request to PMO.

Change-Id: I738da67a1e501e71b8ad748ff50e70088ed77747
CRs-Fixed: 2086025
2017-08-30 10:43:31 -07:00
Dustin Brown
2eb1e45863 qcacld-3.0: Remove name indirection for ieee80211_get_channel()
Versions 4.11+ of the Linux kernel removed '__' from the beginning of
ieee80211_get_channel(). Migrate all calls from __ieee80211_get_channel
to ieee80211_get_channel instead.

Change-Id: I255367d1e1d815e7ebbda43dc06d6d854e1534f4
CRs-Fixed: 2093213
2017-08-30 10:43:27 -07:00
snandini
5cd6e0b32b Release 5.2.0.39Y
Release 5.2.0.39Y

Change-Id: Ie075792296a666233eb2d6b46f5ff91e2d1bf4df
CRs-Fixed: 774533
2017-08-30 10:43:23 -07:00
Govind Singh
19931aa1ee qcacld-3.0: Use host defined wmm params in wma layer
WMA layer needs to use host defined target params as
direct access of wmi target definition is not allowed.

Use host defined wmm params in wma layer.

Change-Id: I8af9c7802c20ce88a6fa158db5acab018807506e
CRs-Fixed: 2072166
2017-08-30 10:43:19 -07:00
Dustin Brown
e847690fe7 qcacld-3.0: Refactor pmo_unpause_all_vdev
Refactor pmo_unpause_all_vdev to remove nested conditional compilation.

Change-Id: I17edcbb791c722a7fcb98d3dce71c82406281003
CRs-Fixed: 2094604
2017-08-30 10:43:15 -07:00
snandini
e6b73906e2 Release 5.2.0.39X
Release 5.2.0.39X

Change-Id: Idd783cd96f85cb7cccf005602fceab4cd344435e
CRs-Fixed: 774533
2017-08-30 10:43:06 -07:00
Jingxiang Ge
c64e193882 qcacld-3.0: Ignore bus bw compute when device is in suspend
When wow resume happens, if hdd_bus_bw_work_handler is called
before we complete the resume in host, it causes warning when
sending cmd to fw.

Ignore bus bw compute when device not yet resume from WOW.

Change-Id: I607807d429f0f10207ffa2f4d878e38184415dc7
CRs-Fixed: 2096749
2017-08-30 10:43:02 -07:00
snandini
78943a5abe Release 5.2.0.39W
Release 5.2.0.39W

Change-Id: I289446ab20178a66d70422a87ab40ac57b6e7382
CRs-Fixed: 774533
2017-08-30 10:42:58 -07:00
bings
d1b43e5401 qcacld-3.0: Fix NOL updating issue
Make sure to update NOL correctly for all the right bonding channel.

Irrelevant channel will be marked as eSAP_DFS_CHANNEL_UNAVAILABLE if
wrong bonding channel is gotten.

Change-Id: I40420bdc881ce83aadbce87c10911507be4f3144
CRs-Fixed: 2093557
2017-08-30 10:42:53 -07:00
snandini
137169c07a Release 5.2.0.39V
Release 5.2.0.39V

Change-Id: I0ae0025d5d9cb00a40ca038c8c49fce79c41e29d
CRs-Fixed: 774533
2017-08-30 10:42:49 -07:00
Orhan K AKYILDIZ
a4f58e9824 qcacld-3.0: Add logs for target attach procedure
During target attach procedure, there are a number of messages sent
to the FW. Some of these sends did not check return codes. Add
return code checks and treat the codes accordingly.

Change-Id: Ib515e040b6c7e2ecc23d2d422bb359e83342fcfa
CRs-Fixed: 2064904
2017-08-30 10:42:45 -07:00
Abhishek Singh
b01ac95f03 qcacld-3.0: Initiate connection in with 2x2 even if antenna is shared by LTE
If STA LTE antenna sharing is enabled sometime STA connect with NSS1
even AP is broadcasting NSS 2 capability if the chainmask received in
vdev start resp indicate 1x1. But the connection should be 2x2 and
after association the chainmask mgr will drop it down to 1x1.

Thus initiate connection in with 2x2 even if antenna is shared by LTE
during connection initiation.

Change-Id: Ia31d1ac3a0a5dcafe62e43f122fc81f655cdba63
CRs-Fixed: 2094177
2017-08-30 10:42:40 -07:00