Wykres commitów

13765 Commity

Autor SHA1 Wiadomość Data
Jeff Johnson
f31df63d90 qcacld-3.0: Rename HDD identifier STAMacAddress
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier STAMacAddress to be compliant.

Change-Id: I291905cd8202614c06dabcbb9ce7772a39cfdef5
CRs-Fixed: 2422201
2019-03-25 17:55:49 -07:00
Jeff Johnson
25e452b65a qcacld-3.0: Rename HDD identifier Keys
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier Keys to be compliant.

Change-Id: Iec27be3927a7f71fe4ad58e836d80f6cc254bb0d
CRs-Fixed: 2422200
2019-03-25 17:55:44 -07:00
Jeff Johnson
675072b923 qcacld-3.0: Rename HDD identifier pKey
The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename HDD identifier pKey to be compliant.

Change-Id: I62e6a952328ecca9a0071152b987294945d87c98
CRs-Fixed: 2422199
2019-03-25 17:55:40 -07:00
Jeff Johnson
32fd511f84 qcacld-3.0: Rename LIM identifier isConnected
The Linux Coding Style frowns upon mixed-case names so rename LIM
identifier isConnected to be compliant.

Change-Id: I951dca2c7549fc9d24ad8d0f2e9c19e8dcfcdc0c
CRs-Fixed: 2422198
2019-03-25 17:55:35 -07:00
nshrivas
89bc6df506 Release 5.2.0.127T
Release 5.2.0.127T

Change-Id: If34ecb76705722e424aa0b56edc2f9d0f940a213
CRs-Fixed: 774533
2019-03-25 14:24:21 -07:00
Jeff Johnson
7d70e4f3c3 qcacld-3.0: Refine wlan_hdd_cfg80211_set_key_wapi()
Function wlan_hdd_cfg80211_set_key_wapi() has a variety of issues:
- It uses mixed-case for parameter key_Len
- It has conditional logic based upon variable isConnected which is
  always true
- It unnecessarily uses a mixed-case variable pKeyPtr when setting
  the key
- It has comments which simply restate the code

Therefore refine the implementation to address these issues.

Change-Id: I41bca98de12775643198b810f7fe534f07fb1bfc
CRs-Fixed: 2422197
2019-03-25 14:24:16 -07:00
Jeff Johnson
8951509014 qcacld-3.0: Rename HDD identifier setKey
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier setKey to be compliant.

Change-Id: Id1c6abe0ec464f5a8163ad98acc82864db7bcccb
CRs-Fixed: 2422196
2019-03-25 14:24:11 -07:00
Jeff Johnson
aa7b531b20 qcacld-3.0: Rename HDD identifier broadcastMacAddr
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier broadcastMacAddr to be compliant.

Change-Id: Ib4edff8bd0b78dc16605ac8bd129021b6923a7d2
CRs-Fixed: 2422195
2019-03-25 14:24:06 -07:00
nshrivas
32cb3b47b7 Release 5.2.0.127S
Release 5.2.0.127S

Change-Id: I365212934dfbf17720fdc8065a08f775c60ece96
CRs-Fixed: 774533
2019-03-25 12:39:41 -07:00
Jeff Johnson
b15ecdfc42 qcacld-3.0: Rename HDD identifier macTable
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier macTable to be compliant.

Change-Id: Ibe516331e58967ee778f0d5098a0b269cae95c55
CRs-Fixed: 2422194
2019-03-25 12:39:41 -07:00
Jeff Johnson
9fa537773a qcacld-3.0: Fix hdd_register_tx_flow_control() prototype
The prototype for hdd_register_tx_flow_control() does not exactly
match either the documentation or the implementation, so rename the
flowControl parameter to be consistent, as well as to be compliant
with the coding standard.

Change-Id: I2a65fc78febef5bd44b38e0b7ff3fa5968a6e214
CRs-Fixed: 2422193
2019-03-25 12:39:36 -07:00
Jeff Johnson
cc9c7bbbc1 qcacld-3.0: Replace camelCase in struct p2p_app_set_ps
The Linux Coding Style frowns upon mixed-case names so rename members
ctWindow and psSelection in struct p2p_app_set_ps to be compliant.

Change-Id: If5156a8dd6203fb530a164447d458ac3e55e233a
CRs-Fixed: 2422192
2019-03-25 12:39:21 -07:00
nshrivas
ba59972e3b Release 5.2.0.127R
Release 5.2.0.127R

Change-Id: Ifc3cc07f05a2ab134cf8130e2a398fbc61b1991d
CRs-Fixed: 774533
2019-03-25 10:59:40 -07:00
Jeff Johnson
085583ae7a qcacld-3.0: Remove p2pNoA from struct pe_session
The p2pNoA member of struct pe_session is unused, so remove it. And
since this is the only usage of typedef tSirNoAParam, remove it as
well.

Change-Id: I323a595c38aee806c0dabbf3b70de22538385ec5
CRs-Fixed: 2422191
2019-03-25 10:59:39 -07:00
nshrivas
1a9113a117 Release 5.2.0.127Q
Release 5.2.0.127Q

Change-Id: Ie521f159004353851196cce2ed65fa2bf2f691a6
CRs-Fixed: 774533
2019-03-25 07:27:52 -07:00
Jeff Johnson
038efe7d8f qcacld-3.0: sme: Replace explicit comparison to NULL
Per the Linux Kernel coding style, as enforced by the kernel
checkpatch script, pointers should not be explicitly compared to
NULL. Therefore within sme replace any such comparisons with logical
operations performed on the pointer itself.

Change-Id: I26dc90bbae78329dd04768a21c63a9ea55c8fdb4
CRs-Fixed: 2418388
2019-03-25 07:27:51 -07:00
nshrivas
367878597f Release 5.2.0.127P
Release 5.2.0.127P

Change-Id: I2e05b4b33306444338c00a3d96cf3b50b41e3196
CRs-Fixed: 774533
2019-03-25 05:58:10 -07:00
Wu Gao
3c00e931ea qcacld-3.0: Handle event eWNI_SME_UPPER_LAYER_ASSOC_CNF
It doesn't handle event eWNI_SME_UPPER_LAYER_ASSOC_CNF if state isn't
eCSR_ROAMING_STATE_JOINED, which cause memory leak. So handle this
event and free the memory.

Change-Id: Ibfbf9ac5e2d74a2c81839976b4cc1fb7deae7e60
CRs-Fixed: 2414369
2019-03-25 05:58:09 -07:00
nshrivas
4be9f667e1 Release 5.2.0.127O
Release 5.2.0.127O

Change-Id: I859ff212d048bdb2490d16f6c48a7065ef7862f9
CRs-Fixed: 774533
2019-03-25 04:24:55 -07:00
Jeff Johnson
d36fa33779 qcacld-3.0: hdd: Replace explicit comparison to NULL
Per the Linux Kernel coding style, as enforced by the kernel
checkpatch script, pointers should not be explicitly compared to
NULL. Therefore within hdd replace any such comparisons with logical
operations performed on the pointer itself.

Change-Id: I69fc3065ee76a619b13b237c7800054468f839d0
CRs-Fixed: 2418393
2019-03-25 04:24:54 -07:00
nshrivas
e9430986aa Release 5.2.0.127N
Release 5.2.0.127N

Change-Id: I47410a9c3580cc8ca01bdaa666492ae7d1a4f9a7
CRs-Fixed: 774533
2019-03-24 20:48:16 -07:00
Dustin Brown
4bbd546f61 qcacld-3.0: Expose timer multiplier via module param
The timer multiplier is currently controlled via ini configuration.
However, there are several timers which are started before the
configuration can be applied during SoC probe. Add a module parameter
that allows controlling the timer multiplier both at load time and at
run time.

Change-Id: I34a8511c1900a722030374b881a73adc9c5fee19
CRs-Fixed: 2421716
2019-03-24 20:48:15 -07:00
nshrivas
ec25097c09 Release 5.2.0.127M
Release 5.2.0.127M

Change-Id: I3bb2f036a7a70293d4bcbbe339897d1bccda1f53
CRs-Fixed: 774533
2019-03-24 19:26:52 -07:00
Jeff Johnson
753f9d7861 qcacld-3.0: pld: Replace explicit comparison to NULL
Per the Linux Kernel coding style, as enforced by the kernel
checkpatch script, pointers should not be explicitly compared to
NULL. Therefore within pld replace any such comparisons with logical
operations performed on the pointer itself.

Change-Id: I8092ddbb80bb39fc6ff560cca34e021b115f7fd7
CRs-Fixed: 2418390
2019-03-24 19:26:51 -07:00
Dustin Brown
05a0658f4a qcacld-3.0: Enable qdf_delayed_work
Enable the qdf_delayed_work type, recently added in
I76bc59dcd4222643d70c6a763e5bc4ee9f0a487c.

Change-Id: I6214879680f6251797d1db2986cf10d8f636314c
CRs-Fixed: 2419158
2019-03-24 19:26:47 -07:00
nshrivas
771ce050dc Release 5.2.0.127L
Release 5.2.0.127L

Change-Id: I953be238d575203efff058637d5d34d3acb5491f
CRs-Fixed: 774533
2019-03-24 17:55:05 -07:00
Srinivas Girigowda
d36b3fa6ec qcacld-3.0: Replace TOS_* macros with QCA_WLAN_AC_*
Replace TOS_* macros with QCA_WLAN_AC_*.

Change-Id: I6ff2e341d8696f650e52f679a06a440373c87256
CRs-Fixed: 2421732
2019-03-24 17:55:04 -07:00
Srinivas Girigowda
167ea82cab qcacld-3.0: Replace WME_AC_* macros with QCA_WLAN_AC_*
Replace WME_AC_* macros with QCA_WLAN_AC_*.

Change-Id: I359a8afa48ae6697df41d8f832195c918d57e0ae
CRs-Fixed: 2421732
2019-03-24 17:55:00 -07:00
Srinivas Girigowda
865969e543 qcacld-3.0: Replace SME_QOS_EDCA_AC_* macro with QCA_WLAN_AC_*
Replace SME_QOS_EDCA_AC_* macro with QCA_WLAN_AC_*.

Change-Id: I1a9fdb21e61e9be1a2e417e1dd174b87ae4bb6b9
CRs-Fixed: 2421732
2019-03-24 17:54:54 -07:00
Srinivas Girigowda
5b86fbd1bd qcacld-3.0: Replace EDCA_AC_* macros with QCA_WLAN_AC_*
Replace EDCA_AC_* macros with QCA_WLAN_AC_*.

Change-Id: Ia48c0ffc9c87d3313e996567cf0ba9a599cdf6c3
CRs-Fixed: 2421732
2019-03-24 17:54:49 -07:00
nshrivas
ff2d8591db Release 5.2.0.127K
Release 5.2.0.127K

Change-Id: I5a2df3e6a5fa5bf3038536971bdc62d5033a4043
CRs-Fixed: 774533
2019-03-24 14:54:48 -07:00
Abhishek Singh
bfaebe3372 qcacld-3.0: Fix opportunistic timer start issue in 2x2 DBS mode
In 2x2 DBS mode once STA/SAP change channel from 2.4Ghz to 5Ghz,
policy_mgr_get_current_pref_hw_mode_ptr never return
PM_SINGLE_MAC_UPGRADE to start the opportunistic timer to switch to
single mac mode.

Fix is to check and start opportunistic timer once connection info are
updated. Also start opportunistic timer before
check for SAP to change channel as when SAP change channel it should
stop opportunistic timer and set required HW mode.
If single mac mode is required after channel switch it will start
opportunistic timer again in channel switch callback.

Change-Id: Id6bbc7ea51ba8147e517e7e7bf2b14931c95ea44
CRs-Fixed: 2419645
2019-03-24 14:54:48 -07:00
nshrivas
e30041a794 Release 5.2.0.127J
Release 5.2.0.127J

Change-Id: I6625dd46d3b99dd8986c826e9cac95f1d5a0950d
CRs-Fixed: 774533
2019-03-22 17:39:29 -07:00
Jeff Johnson
6795c3a9aa qcacld-3.0: dp: Replace explicit comparison to NULL
Per the Linux Kernel coding style, as enforced by the kernel
checkpatch script, pointers should not be explicitly compared to
NULL. Therefore within dp replace any such comparisons with logical
operations performed on the pointer itself.

Change-Id: I6c5589e430bdd8687122337fe88fb84ba72bab60
CRs-Fixed: 2418391
2019-03-22 17:39:28 -07:00
nshrivas
cd956a839a Release 5.2.0.127I
Release 5.2.0.127I

Change-Id: I636c0afd77e104654d6f621de6dee7748554e9aa
CRs-Fixed: 774533
2019-03-22 16:11:24 -07:00
Jeff Johnson
9cb757b963 qcacld-3.0: Rename HDD identifier channelEnabledState
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier channelEnabledState to be compliant.

Change-Id: I26a676e216b2a8c5964f3e903cbda884769db284
CRs-Fixed: 2418191
2019-03-22 16:11:20 -07:00
Jeff Johnson
603ef85889 qcacld-3.0: Rename HDD identifier fValidChannel
The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename HDD identifier fValidChannel to be
compliant.

Change-Id: Ic591e0e194b3444499518f7fd3c273adb6189423
CRs-Fixed: 2418190
2019-03-22 16:11:16 -07:00
Jeff Johnson
a8fef4e3a4 qcacld-3.0: Rename HDD identifier fEnableSNRMonitoring
The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename HDD identifier fEnableSNRMonitoring to
be compliant.

Change-Id: Ic613f39d0d267ba7e8cb72cd0cc3bf261a029278
CRs-Fixed: 2418189
2019-03-22 16:11:11 -07:00
nshrivas
b4ad9859ea Release 5.2.0.127H
Release 5.2.0.127H

Change-Id: I3d310eccb15a0e044f4a0e4c526837508adc2c98
CRs-Fixed: 774533
2019-03-22 13:33:35 -07:00
Ashish Kumar Dhanotiya
6025c701f7 qcacld-3.0: Cache supported mode of connected STA for SAP
Currently in case of SAP, supported mode of station received
in assoc request is not getting cached.

Add support to cache the supported mode of station received
in assoc request request in sta_info.

Change-Id: I9820ae2d65fc529a1ab16424f6732fd273da3ae0
CRs-fixed: 2419957
2019-03-22 13:33:34 -07:00
nshrivas
557c398384 Release 5.2.0.127G
Release 5.2.0.127G

Change-Id: I9d25f086c148d6fcf4f8510419e45d5535dca1e1
CRs-Fixed: 774533
2019-03-22 11:41:59 -07:00
Dustin Brown
3da3a83e84 qcacld-3.0: Remove hdd_init_deinit_lock
hdd_init_deinit_lock has been obsoleted by the addition and integration
of the Driver Synchronization feature. Remove hdd_init_deinit_lock.

Change-Id: Ia1b9e4279f42023ba2c956224ceabd02d8b4c6d4
CRs-Fixed: 2420766
2019-03-22 11:41:58 -07:00
nshrivas
1002fc0ea6 Release 5.2.0.127F
Release 5.2.0.127F

Change-Id: I520df78d05ffa6a1e1b0639fcf9d915a50aaad93
CRs-Fixed: 774533
2019-03-22 08:47:16 -07:00
Dustin Brown
a20bad5218 qcacld-3.0: Migrate bus_bw to qdf_periodic_work
The bus bandwidth compute is a periodic activity that calculates the
required DDR bandwidth needed by the wlan driver. Currently it is
implemented using a spinlock, a flag, a timer, and a kernel work.
qdf_periodic_work effectively implements the same behavior, so use it
instead.

Change-Id: I1c71a1eb430317d2ac167b7c1ba94fb190deef4a
CRs-Fixed: 2410047
2019-03-22 08:47:15 -07:00
Will Huang
7fa97f1cf4 qcacld-3.0: Purge neighbor report cache if unsolicited
Propagation from qcacld-2.0 to qcacld-3.0

If AP sends unsolicited neighbor reports to station proactively,
the cached neighbor report list will grow longer and longer.

Fix it by purging the cache on reception of unsolicited neighbor report.

Change-Id: I2458607041caeb84cb553aa1b9fc6f4029a5cf1c
CRs-Fixed: 2419615
2019-03-22 08:47:11 -07:00
nshrivas
1c3e0802eb Release 5.2.0.127E
Release 5.2.0.127E

Change-Id: I5ccc056cba9d8a98c4dc9c3b5df053df41ccd559
CRs-Fixed: 774533
2019-03-22 07:13:22 -07:00
Srinivas Girigowda
c54199d0a1 qcacld-3.0: Remove obsolete macros/enums/structures from the code
Remove obsolete macros/enums/structures from the code.

Change-Id: I26b68ff99bbd8aa1260f93bebd61875b16c34821
CRs-Fixed: 2420837
2019-03-22 07:13:21 -07:00
nshrivas
e2ff47d602 Release 5.2.0.127D
Release 5.2.0.127D

Change-Id: Ie9986352645f445ad9e69c3c836ebae3ce5611c9
CRs-Fixed: 774533
2019-03-22 03:08:57 -07:00
Jeff Johnson
4cfe6cc8b9 qcacld-3.0: sap: Replace explicit comparison to NULL
Per the Linux Kernel coding style, as enforced by the kernel
checkpatch script, pointers should not be explicitly compared to
NULL. Therefore within sap replace any such comparisons with logical
operations performed on the pointer itself.

Change-Id: I0f738f58e64fdf20957d57775c3570fb4ccfc9f7
CRs-Fixed: 2418389
2019-03-22 03:08:57 -07:00
nshrivas
195b2933aa Release 5.2.0.127C
Release 5.2.0.127C

Change-Id: Ia348f2144c4bf7f6b90d3e5bbe3431de6f5d71be
CRs-Fixed: 774533
2019-03-21 23:04:30 -07:00