Commit Graph

13653 Commits

Author SHA1 Message Date
Jeff Johnson
c565af1148 qcacld-3.0: Rename HDD identifier updateIE
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier updateIE to be compliant.

Change-Id: Id63bc75edf91d364de53eccc021917d597da400f
CRs-Fixed: 2417585
2019-03-18 22:20:15 -07:00
Jeff Johnson
aa6cbb8cb2 qcacld-3.0: Rename HDD identifier macAddr
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier macAddr to be compliant.

Change-Id: I73573fced510fe2e4d6a30deacd2d3cef0187ee1
CRs-Fixed: 2417584
2019-03-18 22:20:11 -07:00
Jeff Johnson
9423c5d57b qcacld-3.0: Rename HDD identifier macAddress
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier macAddress to be compliant.

Change-Id: Idc9e4bf34a29859a66ff559fdbe4f2d1c18d6d98
CRs-Fixed: 2417583
2019-03-18 22:20:06 -07:00
nshrivas
ab45973b0b Release 5.2.0.126I
Release 5.2.0.126I

Change-Id: I17f7a170640f4c38ea85a72a8899cd878fb9e5f2
CRs-Fixed: 774533
2019-03-18 20:06:04 -07:00
Jeff Johnson
9f4b0d44b1 qcacld-3.0: Rename HDD identifier pmacAddress
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier pmacAddress to be compliant.

Change-Id: I12040f02b81ae3430a31bb3ee0e1305300f0017b
CRs-Fixed: 2417582
2019-03-18 20:06:03 -07:00
Jeff Johnson
374c0852b1 qcacld-3.0: Rename HDD identifier customMacAddr
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier customMacAddr to be compliant.

Change-Id: I374e45b5b2a0feb570e071ca54f13a97638628ae
CRs-Fixed: 2417581
2019-03-18 20:05:59 -07:00
nshrivas
0d452472a7 Release 5.2.0.126H
Release 5.2.0.126H

Change-Id: Ib99e1da154de88f90d1140491d91ea6f2a70620e
CRs-Fixed: 774533
2019-03-18 18:39:08 -07:00
Jeff Johnson
0adaa169af qcacld-3.0: Rename HDD identifier wifiBand
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier wifiBand to be compliant.

Change-Id: I686a6b1353462605381fdde206bd086fae16b140
CRs-Fixed: 2417580
2019-03-18 18:39:08 -07:00
Jeff Johnson
f40f95c6c8 qcacld-3.0: Rename HDD identifier assocReqlen
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier assocReqlen to be compliant.

Change-Id: I941abbf4b90ea4a5cf167739d8f6905957b88da5
CRs-Fixed: 2417579
2019-03-18 18:39:02 -07:00
nshrivas
d98a9329e4 Release 5.2.0.126G
Release 5.2.0.126G

Change-Id: I1f641975261b0fc6d7c16c3e21db8dfe72de3475
CRs-Fixed: 774533
2019-03-18 13:07:09 -07:00
Jiani Liu
a5f17228c1 qcacld-3.0: Set Coex priorities among WLAN/BT/ZB
Coex priority on some scenarios need to be updated.
Host will transfer the chosen coex config attributes
by WMI command.

Change-Id: Ic28ad6af462b305ec9aaf3027d76bce9ae6320b1
CRs-Fixed: 2410493
2019-03-18 13:07:08 -07:00
nshrivas
1c2e41b9df Release 5.2.0.126F
Release 5.2.0.126F

Change-Id: I1268762f133ee7848d3c06d9a424d7addb4a1e5f
CRs-Fixed: 774533
2019-03-18 09:52:50 -07:00
Sourav Mohapatra
9c398f06e5 qcacld-3.0: Populate peer stats in HDD
Extract and populate peer stats in HDD and then send the stats to the
userspace via station_info in get_station command

Change-Id: Ia0077aadd33095210b1022a8e5a4ba77e9a9b739
CRs-Fixed: 2397649
2019-03-18 09:52:49 -07:00
nshrivas
52ac654259 Release 5.2.0.126E
Release 5.2.0.126E

Change-Id: I03c13edffe19f5296dbde81a696da16ede5544ee
CRs-Fixed: 774533
2019-03-18 07:40:04 -07:00
lifeng
2d5453431e qcacld-3.0: Fix race condition between kickout and disconnect
qcacld-2.0 to qcacld-3.0 propagation

There's race condition between kickout event and disconnect command. It
cause disconnect_comp_var is not completed properly. Add check in
lim_tear_down_link_with_ap to eliminate the race condition.

Change-Id: Iebe98911cc41e8b33f8f403b75c79a75a38ca0a6
CRs-Fixed: 2417753
2019-03-18 07:40:03 -07:00
nshrivas
e7d45869a5 Release 5.2.0.126D
Release 5.2.0.126D

Change-Id: I8993f9dbfc786bfc7e146557b255db39fc927480
CRs-Fixed: 774533
2019-03-18 03:24:18 -07:00
Sourav Mohapatra
b6a0a459f3 qcacld-3.0: Change permission of power_stats debugfs
Currently the permission of the power_stats debugfs file is set to 0440.
This prevents the dumpstats to dump the stats.

Change the permission to 0444.

Change-Id: I725d1085bf0f186326eacf37d8d785b65cb699f4
CRs-Fixed: 2415906
2019-03-18 03:24:17 -07:00
Jinwei Chen
000e7f2413 qcacld-3.0: fix invalid dp_soc use after free issue
driver module has been stopped since long time no interface is up
and dp_soc handle has been freed, but one virtual interface operation
still try to access invalid dp_soc from gp_cds_context, panic
happened.

set gp_cds_context->dp_soc to NULL if dp_soc is detached.

Change-Id: Icb2aa8bb15e309d8fcc749bafe37253c82a21f36
CRs-Fixed: 2413720
2019-03-18 03:24:13 -07:00
nshrivas
620813bcbb Release 5.2.0.126C
Release 5.2.0.126C

Change-Id: Ic44cedf58d9eb9a9f675264cf73f77802529d577
CRs-Fixed: 774533
2019-03-17 20:42:55 -07:00
hangtian
6b62cb15c5 qcacld-3.0: Fix resume issue while SSR in progress
Fix resume issue while SSR in progress. When firmware goes down
while driver is in suspend state, fix driver resume(wmi fail) issue.

Change-Id: I5521b92a0a14382a8e1e4b4172e3ed91ad5d93a8
CRs-Fixed: 2412130
2019-03-17 20:42:54 -07:00
hangtian
bb591aa59d qcacld-3.0: Revert "Allow SSR during driver resume"
Revert "Allow SSR during driver resume", change-id:
Ie1689e0b080f940666fbbb19c9f0e3b0fecfe564.

Change-Id: I3673ad030ecdb5112d4e28cc34102d58295c50a7
CRs-Fixed: 2412130
2019-03-17 20:42:50 -07:00
nshrivas
735756a020 Release 5.2.0.126B
Release 5.2.0.126B

Change-Id: Ibbc2749ae1216793508c6c9230b2fba43f06c532
CRs-Fixed: 774533
2019-03-17 12:54:10 -07:00
Jeff Johnson
36583f0647 qcacld-3.0: Converge on struct plm_req_params
The driver currently defines two different data structures to hold
PLM Request parameters:
- legacy struct plm_req
- unified WMI struct plm_req_params

To align with the converged software architecture remove the legacy
definition and exclusively use the unified WMI definition.

Change-Id: I7675686aba9590a4507a8f9ebffcbf181ee00a21
CRs-Fixed: 2411817
2019-03-17 12:54:10 -07:00
nshrivas
a40d629fbd Release 5.2.0.126A
Release 5.2.0.126A

Change-Id: Ib15dde305eb794f896c937851e57c9140046fc0d
CRs-Fixed: 774533
2019-03-16 12:43:57 -07:00
Jeff Johnson
e2b360bca8 qcacld-3.0: Rename HDD identifier pFTAssocRsp
The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename HDD identifier pFTAssocRsp to be
compliant.

Change-Id: Id619aa35893786db87abf264d4fd372c03425cac
CRs-Fixed: 2417251
2019-03-16 12:43:56 -07:00
Jeff Johnson
8152d89ea1 qcacld-3.0: Rename HDD identifier pFTAssocReq
The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename HDD identifier pFTAssocReq to be
compliant.

Change-Id: I1c80ae905381a7faf0afa6a83e43c7118855edce
CRs-Fixed: 2417249
2019-03-16 12:43:51 -07:00
Jeff Johnson
c6c35e3cc9 qcacld-3.0: Rename HDD identifier pMgmt_frame
The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename HDD identifier pMgmt_frame to be
compliant.

Change-Id: I3b01eb6fa7e60d76b0722db650a9467fa30d23d0
CRs-Fixed: 2417248
2019-03-16 12:43:46 -07:00
Jeff Johnson
e16f08208f qcacld-3.0: Rename HDD identifier connectedCipherAlgo
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier connectedCipherAlgo to be compliant.

Change-Id: I2accfa86266cd87c4f09de06db8c5e1cc9fb26b3
CRs-Fixed: 2417247
2019-03-16 12:43:42 -07:00
Jeff Johnson
71246e149e qcacld-3.0: Rename HDD identifier aniHdr
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier aniHdr to be compliant.

Change-Id: I230878a0694662f9556eff3c91cabc3919bbe45d
CRs-Fixed: 2417246
2019-03-16 12:43:38 -07:00
Jeff Johnson
5fc4aaa27a qcacld-3.0: Rename HDD identifier pCsrRoamInfo
The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename HDD identifier pCsrRoamInfo to be
compliant.

Change-Id: I481aa5527f8687ffbeb6e2b6e0927f7449e0633f
CRs-Fixed: 2417245
2019-03-16 12:43:34 -07:00
Jeff Johnson
72afbf8d88 qcacld-3.0: Refine hdd_indicate_unprot_mgmt_frame()
The current implementaton of hdd_indicate_unprot_mgmt_frame() has a
few issues:
- It has identifiers with mixed-case and Hungarian notation
- It has in-function conditional compilation
- It has a series of adapter sanity checks rather than utilizing the
  centralized adapter sanity checking function

So refine the function to address these issues.

Change-Id: I4b623b936e869205d9f6b888e445432ec0bd0478
CRs-Fixed: 2417244
2019-03-16 12:43:30 -07:00
Jeff Johnson
24c26fd8ad qcacld-3.0: Rename HDD identifier fSuccess
The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename HDD identifier fSuccess to be compliant.

Change-Id: I12ff5ace525f9d98d144c098bda0b3165c4fa241
CRs-Fixed: 2417243
2019-03-16 12:43:26 -07:00
Jeff Johnson
5a0dffd63c qcacld-3.0: Rename HDD identifier listType
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier listType to be compliant.

Change-Id: I4a35ed3cd360930bebffb9172f714e49d41cc3de
CRs-Fixed: 2417242
2019-03-16 12:43:22 -07:00
Jeff Johnson
618ed668f3 qcacld-3.0: Rename HDD identifier pPeerStaMac
The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename HDD identifier pPeerStaMac to be
compliant.

Change-Id: I26cd52c420136066eca57c6897774ce8135f1558
CRs-Fixed: 2417241
2019-03-16 12:43:18 -07:00
nshrivas
2571270dc0 Release 5.2.0.126
Release 5.2.0.126

Change-Id: I863e151be1485793f5873aeefb17c5fc26faea9a
CRs-Fixed: 774533
2019-03-15 16:51:17 -07:00
Harprit Chhabada
e20b556057 qcacld-3.0: Potential double free in lim_send_sme_wm_status_change_ntf()
lim_sys_process_mmh_msg_api() is a wrapper for sys_process_mmh_msg(),
and sys_process_mmh_msg() itself free the msg->bodyptr. So if
lim_sys_process_mmh_msg_api() returns an error, wm_status_change_ntf
would be freed by both sys_process_mmh_msg() and
lim_send_sme_wm_status_change_ntf()

Change-Id: Ib66d0263625fc2606b4fb4d16f007f3d155977ba
CRs-Fixed: 2411688
2019-03-15 16:51:16 -07:00
nshrivas
c902c44047 Release 5.2.0.125Z
Release 5.2.0.125Z

Change-Id: I91c41e871acd023444d0a91419370ece4b83228b
CRs-Fixed: 774533
2019-03-15 15:17:02 -07:00
Harprit Chhabada
5dff30ea99 qcacld-3.0: Call correct api to get band info in hdd_get_band_helper
In hdd_get_band_helper, use ucfg_reg_get_band() instead of
sme_get_freq_band() to get band information.
Also, remove sme_get_freq_band().

Change-Id: I8bb66527fb1ab92bc45f799bbca4310a3a8d1dcf
CRs-Fixed: 2414912
2019-03-15 15:17:01 -07:00
nshrivas
306daedd5f Release 5.2.0.125Y
Release 5.2.0.125Y

Change-Id: Ic788a73ae5c94cb477e983fdd1077dab93d34017
CRs-Fixed: 774533
2019-03-15 09:14:59 -07:00
Jinwei Chen
332b5cf996 qcacld-3.0: disable 11N RX amsdu
Disable 11N RX amsdu for HST.

Change-Id: If67bb8425174e3ac94f7d0021625d98dc4c82868
CRs-Fixed: 2408772
2019-03-15 09:14:59 -07:00
nshrivas
6726a684f7 Release 5.2.0.125X
Release 5.2.0.125X

Change-Id: I9fdca520a0c7ac11d5fe8b5b969498a73a51baf9
CRs-Fixed: 774533
2019-03-15 07:47:00 -07:00
stonez
2d68648140 qcacld-3.0: Add MPTA helper support
Due to PTA matser limitation, zigbee joining network success rate
is low while wlan is working. Wlan host driver need to configure
some parameters including Zigbee state and specific WLAN periods
to enhance PTA master. This mechanism is called MPTA helper.
Vendor subcommand QCA_NL80211_VENDOR_SUBCMD_MPTA_HELPER_CONFIG
is added to realize this feature. NL attributes
qca_mpta_helper_vendor_attr is used to deliver parameters from
uplayer to host driver.

Change-Id: Ic76130e4b92c88e8034f6a0c6c0447c9c6dee945
CRs-Fixed: 2407801
2019-03-15 07:46:59 -07:00
stonez
c9936cb3ed qcacld-3.0: Add INI parameter to enable/disable MPTA helper
Due to PTA master limitation, zigbee joining network success rate
is low while wlan is working. Wlan host driver need to configure
some parameters including Zigbee state and specific WLAN period to
enhance PTA master. This mechanism is called MPTA helper. The INI
parameter gMPTAHelperEnable is used to enable/disable this feature.

Change-Id: I070c06a00ec2c405540cc40251f5cb7fec211cbd
CRs-Fixed: 2407801
2019-03-15 07:46:55 -07:00
Jeff Johnson
10b4fbf861 qcacld-3.0: Rename HDD identifier pMFPRequired
The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename HDD identifier pMFPRequired to be
compliant.

Change-Id: I4bea75c912505c856381502b225067ed5e0cdbea
CRs-Fixed: 2416636
2019-03-15 07:46:51 -07:00
Jeff Johnson
17e89093c6 qcacld-3.0: Rename HDD identifier pMFPCapable
The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename HDD identifier pMFPCapable to be
compliant.

Change-Id: I30e04b74e0a00b5c4abd0efe9aa4e8a0002ed499
CRs-Fixed: 2416634
2019-03-15 07:46:46 -07:00
Jeff Johnson
cdde6c3156 qcacld-3.0: Rename HDD identifier mcEncryptType
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier mcEncryptType to be compliant.

Change-Id: Ica46896ac8139dede8f6654acedfec04ed46e4fa
CRs-Fixed: 2416633
2019-03-15 07:46:41 -07:00
Jeff Johnson
4f1be2db2e qcacld-3.0: Rename HDD identifier pAuthType
The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename HDD identifier pAuthType to be
compliant.

Change-Id: I85a44aff4deca274ae3e35dbda2b05fc59c68d00
CRs-Fixed: 2416635
2019-03-15 07:46:37 -07:00
Jeff Johnson
a376a03996 qcacld-3.0: Rename HDD identifier pEncryptType
The Linux Coding Style frowns upon mixed-case names and so-called
Hungarian notation, so rename HDD identifier pEncryptType to be
compliant.

Change-Id: I134a791699b9d612bca35028e9f069d43c2adab6
CRs-Fixed: 2416632
2019-03-15 07:46:33 -07:00
Jeff Johnson
b94e64979e qcacld-3.0: Rename HDD identifier dot11RSNIE
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier dot11RSNIE to be compliant.

Change-Id: I07beacb9a5682df858b888cf91715f4b1c233a55
CRs-Fixed: 2416631
2019-03-15 07:46:28 -07:00
Jeff Johnson
6a2c0ca8eb qcacld-3.0: Rename HDD identifier dot11WPAIE
The Linux Coding Style frowns upon mixed-case names so rename HDD
identifier dot11WPAIE to be compliant.

Change-Id: I12298bd50ff47511dd9c88a546c66042fe828def
CRs-Fixed: 2416630
2019-03-15 07:46:24 -07:00