Commit Graph

12619 Commits

Author SHA1 Message Date
nshrivas
f70523abed Release 5.2.0.108T
Release 5.2.0.108T

Change-Id: Icffb7b2164fd4ea7a4ef2d42b255d367e519a5d4
CRs-Fixed: 774533
2018-11-28 01:36:55 -08:00
Jeff Johnson
9feb23e10c qcacld-3.0: Rename pMac in lim_api
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_api.c
lim_api.h

Change-Id: I4e328d8a8f8205219fe3fefd693ba437b0ce1086
CRs-Fixed: 2356082
2018-11-28 01:36:55 -08:00
Jeff Johnson
b65d256a46 qcacld-3.0: Rename pMac in lim_ibss_peer_mgmt
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_ibss_peer_mgmt.c
lim_ibss_peer_mgmt.h

Change-Id: Iab83a116228c668ed6dcaea0fae69f27917e5aeb
CRs-Fixed: 2356088
2018-11-28 01:36:51 -08:00
Jeff Johnson
fe8dc69c7a qcacld-3.0: Rename pMac in WMA
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
wma_api.h
wma_if.h
wma_internal.h
wma_types.h
wlan_qct_wma_legacy.c
wma_data.c
wma_dev_if.c
wma_main.c
wma_scan_roam.c
wma_utils.c

Change-Id: I6967ecb60bbd97d1b66ecd273a4490be65fe02f4
CRs-Fixed: 2356095
2018-11-28 01:36:46 -08:00
Lin Bai
6abb0f08e5 qcacld-3.0: Typecast DMA address properly when printing
Change Icdcfcdd10400aa2fad64441aa863087cc1c3766e use %llx to print
qdf_dma_addr_t. While qdf_dma_addr_t defined as 'unsigned long',
if without definition from kernel header.
Typecast DMA address to 'unsigned long long', before using %llx to
print DMA address directly.

Change-Id: Ic9527b494ac1aa2d47567a7dab5f0786913f4921
CRs-Fixed: 2355624
2018-11-28 01:36:43 -08:00
nshrivas
84cff826d5 Release 5.2.0.108S
Release 5.2.0.108S

Change-Id: I4cb505b164ef7ec56c576e8ee4e806545f66e112
CRs-Fixed: 774533
2018-11-27 23:54:41 -08:00
Vignesh Viswanathan
a0358ff55b qcacld-3.0: Move multiple INIs to HDD component INIs
Move the following INIs definition from current definition to new
HDD component model INI definitions in hdd_config.h.

gOperatingChannel
gNumVdevs
gEnableConcurrentSTA
gdbs_scan_selection

Change-Id: Id65ca1ff1954af2d220e7221bfc5181e04b3c63d
CRs-Fixed: 2354920
2018-11-27 23:54:41 -08:00
nshrivas
96201f2cdd Release 5.2.0.108R
Release 5.2.0.108R

Change-Id: I2e719f31f5aa86554248446acaaaf8d303955531
CRs-Fixed: 774533
2018-11-27 20:10:39 -08:00
Jeff Johnson
d20cc49fa5 qcacld-3.0: Rename pMac in DPH
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
dph_hash_table.c
dph_hash_table.h

Change-Id: Ibb61fe72dfb83dbed6cd7344cf9c978888016169
CRs-Fixed: 2355460
2018-11-27 20:10:38 -08:00
Jeff Johnson
01f2c23bf6 qcacld-3.0: Rename pMac in sme_api.c
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
sme_api.c

Change-Id: If45f33b93230d1085ee1a3c4dbf35e1f4bfcab27
CRs-Fixed: 2356102
2018-11-27 20:10:34 -08:00
Pragaspathi Thilagaraj
4e36fbef21 qcacld-3.0: Send roam scan offload config after roam sync complete
When host driver receives roam sync complete event, the
disable_hi_rssi to false if band is 2G and the high rssi
threshold delta needs to be sent to the firmware to take effect.
But presently the csr_roam_scan_offload exits with failure as
the driver issues start again.

Call csr_roam_scan_offload with ROAM_SCAN_OFFLOAD_UPDATE_CFG
command.

Change-Id: Ic3c9a729c290accbe9822948bc2363154db4c83f
CRs-Fixed: 2355359
2018-11-27 20:10:30 -08:00
Jeff Johnson
0a0f42a414 qcacld-3.0: Rename pMac in lim_utils
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_utils.c
lim_utils.h

Change-Id: Idd2b9ec3224c99e813df2c00d9504d2ff036b709
CRs-Fixed: 2356083
2018-11-27 20:10:27 -08:00
nshrivas
c3f02578a3 Release 5.2.0.108Q
Release 5.2.0.108Q

Change-Id: I48cd43978f99db4e041f4f31479660e0824fdb1c
CRs-Fixed: 774533
2018-11-27 18:30:59 -08:00
Jeff Johnson
ad9fc724cf qcacld-3.0: Rename pMac in csr_internal.h
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
csr_internal.h

Change-Id: I136277d79765b63f83c4079c49a6dcc830f21e69
CRs-Fixed: 2356093
2018-11-27 18:30:59 -08:00
Jeff Johnson
462e304582 qcacld-3.0: Rename pMac in SYS
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
sys_entry_func.c
sys_wrapper.c
sys_wrapper.h
utils_parser.c
wlan_qct_sys.c

Change-Id: Ib07f50ea0aa67eef7b04470054014146bf1ca3fc
CRs-Fixed: 2355453
2018-11-27 18:30:55 -08:00
Jeff Johnson
72021f787a qcacld-3.0: Rename pMac in misc SME files
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
sme_api.h
sme_ft_api.c
sme_ft_api.h
sme_inside.h
sme_internal.h
sme_qos_internal.h
sme_trace.c
sme_trace.h

Change-Id: I24ae034a06051d2e61d6f02283b3d2ecbe376bf9
CRs-Fixed: 2355452
2018-11-27 18:30:50 -08:00
Jeff Johnson
b9794442c6 qcacld-3.0: Rename pMac in misc SAP files
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
sap_ch_select.c
sap_fsm.c
sap_module.c

Change-Id: Iaf300b458fb89550d2e3a90f98ed6aabecd98024
CRs-Fixed: 2355451
2018-11-27 18:30:46 -08:00
Jeff Johnson
86a9a35478 qcacld-3.0: Rename pMac in PE & SME RRM files
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
rrm_api.h
rrm_api.c
sme_rrm_api.h
sme_rrm.c

Change-Id: I7eb6e7bf6f5d921b7a8f1f4c98d6a120e104a4ea
CRs-Fixed: 2355450
2018-11-27 18:30:42 -08:00
Jeff Johnson
9aedc72f08 qcacld-3.0: Rename pMac in csr misc files
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
csr_api.h
csr_support.h
csr_host_scan_roam.c
csr_roam_preauth.c

Change-Id: I941c87e308f47162e9eddd111498cf072dbcdf81
CRs-Fixed: 2355449
2018-11-27 18:30:38 -08:00
Jeff Johnson
c44820dfff qcacld-3.0: Rename pMac in csr_api_scan.c
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
csr_api_scan.c

Change-Id: Ib55b211e4fdab427aff8c04c8ac99e1af56c6edc
CRs-Fixed: 2355448
2018-11-27 18:30:34 -08:00
Jeff Johnson
7af81a1934 qcacld-3.0: Rename pMac in csr_inside_api.h
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
csr_inside_api.h

Change-Id: I18ba91ddf615e5c3ff8a025049c56587ee967289
CRs-Fixed: 2355447
2018-11-27 18:30:30 -08:00
Jeff Johnson
ab322b9ee0 qcacld-3.0: Rename pMac in lim_assoc_utils
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_assoc_utils.c
lim_assoc_utils.h

Change-Id: I08af0ce1a4d9e7a509782530a49529f93b5dc213
CRs-Fixed: 2355446
2018-11-27 18:30:25 -08:00
Jeff Johnson
99f2504cdc qcacld-3.0: Rename pMac in lim_send_management_frames.c
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_send_management_frames.c

Change-Id: I738a19602eca080f8fdd8d302cc9c17878a0a929
CRs-Fixed: 2355444
2018-11-27 18:30:21 -08:00
Jeff Johnson
bf34cdb376 qcacld-3.0: Rename pMac in csr_api_roam.c
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
csr_api_roam.c

Change-Id: Ibed3be53fb911f9ccaed375ee84aa7ebdd8f5e40
CRs-Fixed: 2356080
2018-11-27 18:30:17 -08:00
Jeff Johnson
0bb3316ba6 qcacld-3.0: Replace tpPESession in lim_session
To align with the Linux coding style replace tpPESession with struct
pe_session * in lim_session.

Change-Id: I2286a89f606c19091bbf7c410f20b6e1368680ae
CRs-Fixed: 2354281
2018-11-27 18:30:13 -08:00
Jeff Johnson
b3b2de219b qcacld-3.0: Rename pMac in lim_process_sme_req_messages.c
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_process_sme_req_messages.c

Change-Id: Iccc2c1b6d2fbe50819a9820bb0deb088a13faab3
CRs-Fixed: 2356085
2018-11-27 18:30:09 -08:00
nshrivas
766eaf7f45 Release 5.2.0.108P
Release 5.2.0.108P

Change-Id: I2988bc5a69ade61d5552eb2267c5910a2ebac5d1
CRs-Fixed: 774533
2018-11-27 11:20:13 -08:00
Jeff Johnson
85f6142d45 qcacld-3.0: Rename pMac in sme_qos.c
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
sme_qos.c

Change-Id: I0cf98781992a08be0dddaa121c600ac0950c448b
CRs-Fixed: 2356084
2018-11-27 11:20:13 -08:00
Jeff Johnson
ea478b344d qcacld-3.0: Rename pMac in csr_util.c
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
csr_util.c

Change-Id: I29e9232fb275730a79f5cd2758086ea740ca8593
CRs-Fixed: 2356091
2018-11-27 11:20:09 -08:00
Jeff Johnson
8f70952a51 qcacld-3.0: Replace tpPESession in lim_api
To align with the Linux coding style replace tpPESession with struct
pe_session * in lim_api.

Change-Id: I47a937c360e8333525846ea4deef1fc769bc8988
CRs-Fixed: 2354284
2018-11-27 06:54:59 -08:00
nshrivas
3e1e439feb Release 5.2.0.108O
Release 5.2.0.108O

Change-Id: Ibf83159ff8952f3d83cfe7e0afa57e6738299b3f
CRs-Fixed: 774533
2018-11-27 03:45:22 -08:00
Jeff Johnson
6cfac7891a qcacld-3.0: Rename pMac in SCH
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
sch_api.c
sch_api.h
sch_beacon_gen.c
sch_beacon_process.c
sch_message.c

Change-Id: Ia78ee079ca3a2cff85ad3e7ac0d0e1355397b4ab
CRs-Fixed: 2356096
2018-11-27 03:45:21 -08:00
Jeff Johnson
35592fc1ff qcacld-3.0: Rename pMac in LIM FT
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_ft.h
lim_ft.c
lim_ft_preauth.c

Change-Id: Ifd5571c96d6c9ec51b54af25b0153f94f1b6d9e1
CRs-Fixed: 2356098
2018-11-27 03:45:16 -08:00
Jeff Johnson
541943ee35 qcacld-3.0: Rename pMac in lim_process_tdls.c
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_process_tdls.c

Change-Id: I3b61614741453426f58b0397a577178cf7c2ecfa
CRs-Fixed: 2356087
2018-11-27 03:45:12 -08:00
Jeff Johnson
b97bdce965 qcacld-3.0: Rename pMac in lim_process_mlm_rsp_messages.c
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_process_mlm_rsp_messages.c

Change-Id: I2f97e79a16094dc5ddffd7b0218bad4f2acd027d
CRs-Fixed: 2356099
2018-11-27 03:45:07 -08:00
nshrivas
aafd30eb11 Release 5.2.0.108N
Release 5.2.0.108N

Change-Id: I843d83703dc79e115491afe9d5569a8aa9bfbe66
CRs-Fixed: 774533
2018-11-27 02:01:27 -08:00
Jeff Johnson
665ac9f1af qcacld-3.0: Rename pMac in parser_api
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
parser_api.c
parser_api.h

Change-Id: I199afc9488c6ef32cbc054ef59f10879da83bccc
CRs-Fixed: 2356104
2018-11-27 02:01:26 -08:00
Jeff Johnson
df2d79ed90 qcacld-3.0: Rename pMac in csr_neighbor_roam
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
csr_neighbor_roam.h
csr_neighbor_roam.c

Change-Id: I31fb8c8aa9d715a59c79cf041760e216d3032023
CRs-Fixed: 2356100
2018-11-27 02:01:22 -08:00
nshrivas
343fef21f6 Release 5.2.0.108M
Release 5.2.0.108M

Change-Id: I411b32562e1d0911046e3f41f940170e99de12d5
CRs-Fixed: 774533
2018-11-27 00:31:45 -08:00
Jeff Johnson
1e5de5a9ce qcacld-3.0: Rename pMac in lim_timer_utils.c
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_timer_utils.c

Change-Id: Ic36992dbbe9a672fc493b2b45bac163810d5e1e3
CRs-Fixed: 2355455
2018-11-27 00:31:45 -08:00
Jeff Johnson
5b6789c154 qcacld-3.0: Rename pMac in CFG
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
cfg_api.c
cfg_proc_msg.c
cfg_send_msg.c
cfg_api.h

Change-Id: I20ea98409b365229fb1c1f1330072118cb410dca
CRs-Fixed: 2356106
2018-11-27 00:31:41 -08:00
Jeff Johnson
1fb8d88e99 qcacld-3.0: Rename pMac in misc MAC files
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
ani_global.h
mac_trace.h

Change-Id: I4585dbda350e5e8da3970266b3809edec82c8973
CRs-Fixed: 2355462
2018-11-27 00:31:36 -08:00
nshrivas
0fb62a4882 Release 5.2.0.108L
Release 5.2.0.108L

Change-Id: I444408cbed52f534b3c5909781f4caab87b4762e
CRs-Fixed: 774533
2018-11-26 22:54:43 -08:00
Jeff Johnson
348973e7a4 qcacld-3.0: Rename pMac in misc LIM files
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_admit_control.c
lim_admit_control.h
lim_aid_mgmt.c
lim_link_monitoring_algo.c
lim_process_action_frame.c
lim_process_assoc_rsp_frame.c
lim_process_auth_frame.c
lim_process_cfg_updates.c
lim_process_deauth_frame.c
lim_process_disassoc_frame.c
lim_process_mlm_host_roam.c
lim_process_probe_req_frame.c
lim_prop_exts_utils.c
lim_prop_exts_utils.h
lim_reassoc_utils.c
lim_scan_result_utils.c
lim_scan_result_utils.h
lim_send_frames_host_roam.c
lim_ser_des_utils.c
lim_ser_des_utils.h
lim_session.c
lim_session.h
lim_session_utils.h
lim_sme_req_utils.c
lim_sta_hash_api.c
lim_sta_hash_api.h
lim_trace.c
lim_trace.h
lim_types.h

Change-Id: I64638afc1b6805310e7588f972d19e330deb9ff3
CRs-Fixed: 2355461
2018-11-26 22:54:42 -08:00
Jeff Johnson
5cce7a0d0f qcacld-3.0: Rename pMac in lim_process_message_queue.c
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_process_message_queue.c

Change-Id: I812dd98f764707e19a8b32b7eafdc2a6bb07f236
CRs-Fixed: 2355457
2018-11-26 22:54:39 -08:00
Jeff Johnson
c2bafb3e45 qcacld-3.0: Rename pMac in lim_security_utils
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_security_utils.c
lim_security_utils.h

Change-Id: I90e8e20148a6314ac7a53d71ce9bc5838c1d5d86
CRs-Fixed: 2355458
2018-11-26 22:54:35 -08:00
Jeff Johnson
3af63d0b31 qcacld-3.0: Rename pMac in lim_send_messages
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_send_messages.c
lim_send_messages.h

Change-Id: I65177c603694d8d3075b015a8efae130bfefa817
CRs-Fixed: 2355459
2018-11-26 18:02:23 -08:00
nshrivas
b46da4d160 Release 5.2.0.108K
Release 5.2.0.108K

Change-Id: If81b122c131b7d57040f62d3e2103445067b4c53
CRs-Fixed: 774533
2018-11-24 00:36:05 -08:00
Nirav Shah
36332214f0 qcacld-3.0: Do not unmap mgmt buffer on tx completion for HL
Do not unmap mgmt buffer on tx completion for HL.

Change-Id: Ia3a9986a891d44a8983d5f90d7b84c15368a3328
CRs-Fixed: 2353725
2018-11-24 00:36:05 -08:00
nshrivas
cf75033d3f Release 5.2.0.108J
Release 5.2.0.108J

Change-Id: I36a6bf5abac4fc8f59185d94eb6f83768a14e4cd
CRs-Fixed: 774533
2018-11-23 18:46:38 -08:00