Commit Graph

6698 Commits

Author SHA1 Message Date
nshrivas
ed6cf2995a Release 5.2.0.140C
Release 5.2.0.140C

Change-Id: I33420f16d48ffc7758212b2582c2b8ca675982f1
CRs-Fixed: 774533
2019-07-19 00:54:14 -07:00
Liangwei Dong
f86b11c0e7 qcacld-3.0: Replace currentOperChannel with curr_op_freq
Replace currentOperChannel with curr_op_freq in files:
lim_ft_preauth.c
lim_ibss_peer_mgmt.c
lim_link_monitoring_algo.c
lim_process_action_frame.c
lim_process_assoc_req_frame.c
lim_process_message_queue.c
lim_process_mlm_host_roam.c
lim_process_mlm_req_messages.c
lim_process_mlm_rsp_messages.c
lim_process_sme_req_messages.c

Change-Id: Icf4654ee2454200833aa34ff0a8f27d0918172eb
CRs-Fixed: 2489683
2019-07-19 00:54:13 -07:00
Liangwei Dong
075f663a16 qcacld-3.0: Replace currentOperChannel with curr_op_freq
Replace currentOperChannel with curr_op_freq in files:
lim_api.c lim_assoc_utils.c lim_ft.c

Change-Id: I2f06f0d10523fa0266509e860a13f57b5c35c0ee
CRs-Fixed: 2489616
2019-07-19 00:54:09 -07:00
Liangwei Dong
121bcb3def qcacld-3.0: Add curr_op_freq in pe_session
Add curr_op_freq in pe_session. And finally remove
currentOperChannel from pe_session in next few changes.

Change-Id: I2529a1637299b8dacf7fa6e2a81db851584453ee
CRs-Fixed: 2489613
2019-07-19 00:54:05 -07:00
nshrivas
cc7142064b Release 5.2.0.140B
Release 5.2.0.140B

Change-Id: Ie6e418ef4b9740d2a5a0661bb89a0eee708e70fe
CRs-Fixed: 774533
2019-07-18 20:41:58 -07:00
Tushnim Bhattacharyya
293c9946eb qcacld-3.0: Replace channel with frequency in switch_channel_ind
Replace channel ID with frequency in struct wm_status_change_ntf.

Change-Id: Ib9773e48240944cf41b911e9be03c8f3791001eb
CRs-Fixed: 2489356
2019-07-18 20:41:57 -07:00
nshrivas
707f133fe7 Release 5.2.0.140A
Release 5.2.0.140A

Change-Id: Ifc9cc86a16318bd5a8ea1c1c381c14c09d3007ad
CRs-Fixed: 774533
2019-07-18 16:45:30 -07:00
nshrivas
ec0f618e9b Release 5.2.0.140
Release 5.2.0.140

Change-Id: I52c775e3302320651bef7b5ece63fdec75ab9932
CRs-Fixed: 774533
2019-07-18 12:10:29 -07:00
nshrivas
3f1b4fa9ed Release 5.2.0.139Z
Release 5.2.0.139Z

Change-Id: Ie8bc89df9071dfce996c304310bd48a7330718fe
CRs-Fixed: 774533
2019-07-18 09:16:11 -07:00
nshrivas
e0e1cc3369 Release 5.2.0.139Y
Release 5.2.0.139Y

Change-Id: Id6f38361e4234a8d77fcfd802ee4dfc9924a2650
CRs-Fixed: 774533
2019-07-18 07:17:19 -07:00
wadesong
f2d0db7930 qcacld-3.0: Replace channel ID with channel frequency
Replace channel ID(rx_channel) with channel frequency(
rx_freq) in struct bss_description.

Remove a few camel cases in function
lim_collect_bss_description.

Change-Id: Ic6051fa62d2fe0aa10a6d2a3568aeff75daa813f
CRs-Fixed: 2492155
2019-07-18 07:17:19 -07:00
wadesong
2c01763092 qcacld-3.0: Replace channel ID with channel frequency
Replace channel ID(channelIdSelf) with channel frequency(
freq_self) in struct bss_description.

Change-Id: I2fa9576aaa7503cf18d6600cc37465e42c8826aa
CRs-Fixed: 2492150
2019-07-18 07:17:14 -07:00
nshrivas
cc2eae2f45 Release 5.2.0.139X
Release 5.2.0.139X

Change-Id: I1e6b161e7ad42758cbce4ac9166bb33c2228fc49
CRs-Fixed: 774533
2019-07-18 01:07:13 -07:00
nshrivas
838cb0eae2 Release 5.2.0.139W
Release 5.2.0.139W

Change-Id: I5bbdf6532acd8d93be1473bc9d4c7b09dd7df5c7
CRs-Fixed: 774533
2019-07-17 20:18:48 -07:00
nshrivas
6494883b78 Release 5.2.0.139V
Release 5.2.0.139V

Change-Id: I001e1e7b25c19e12528fd3b96d0eefe1f1285d49
CRs-Fixed: 774533
2019-07-17 17:42:24 -07:00
nshrivas
1ebd9b5b56 Release 5.2.0.139U
Release 5.2.0.139U

Change-Id: Idd7feaea375653bd43c86ce051d2ddfeead21ff8
CRs-Fixed: 774533
2019-07-17 14:19:46 -07:00
nshrivas
f6008fc3c0 Release 5.2.0.139T
Release 5.2.0.139T

Change-Id: Ief0452f1c29e4a44e5c14867a45c564be141eb99
CRs-Fixed: 774533
2019-07-17 09:45:26 -07:00
nshrivas
ba55c91343 Release 5.2.0.139S
Release 5.2.0.139S

Change-Id: I9d28c61a67e81259eeef1f67fef42c5ef0d8cde6
CRs-Fixed: 774533
2019-07-17 07:13:41 -07:00
wadesong
91a2c1bd5c qcacld-3.0: Replace channel ID with channel frequency
Replace channel ID(channelId) with channel frequency(
chan_freq) in struct bss_description.

Add code for chan_freq's value population in the same
struct wherever channelId's value population occures.

Remove a few camel cases detected by checkpatch.

Change-Id: I84d193b67f642df310997865ec6e1b62e3518f98
CRs-Fixed: 2488826
2019-07-17 07:13:40 -07:00
nshrivas
b0778b31a3 Release 5.2.0.139R
Release 5.2.0.139R

Change-Id: I53a7e85d18667b1ac4feff6072097d7c49cc55e8
CRs-Fixed: 774533
2019-07-17 02:15:33 -07:00
wadesong
b96f3ba708 qcacld-3.0: Replace channel ID with channel frequency
Replace channel ID(currentReqChannel) with channel frequency(
curr_req_chan_freq) in struct pe_session.

Remove a few camel cases captured by checkpatch.

Change-Id: I56b5d411632ae3b7069fcfac843626435c5b27a2
CRs-Fixed: 2488084
2019-07-17 02:15:32 -07:00
nshrivas
3954abf5ce Release 5.2.0.139Q
Release 5.2.0.139Q

Change-Id: I9b3af230c884b9458ee3c47626731a661c010c61
CRs-Fixed: 774533
2019-07-17 01:00:34 -07:00
nshrivas
9e68a72969 Release 5.2.0.139P
Release 5.2.0.139P

Change-Id: I2b75d7fbc5f20a34445ff964baccb22e322e674d
CRs-Fixed: 774533
2019-07-16 18:40:12 -07:00
nshrivas
098231f017 Release 5.2.0.139O
Release 5.2.0.139O

Change-Id: Iba9c4b58c2822a8c77a1f7d5009d0f9989fa5182
CRs-Fixed: 774533
2019-07-16 17:15:01 -07:00
nshrivas
a1ab99134e Release 5.2.0.139N
Release 5.2.0.139N

Change-Id: Ia689a3bdd9ef3f6900893963b87044b84a64c972
CRs-Fixed: 774533
2019-07-16 15:53:37 -07:00
nshrivas
21974e374d Release 5.2.0.139M
Release 5.2.0.139M

Change-Id: Idfa57dc3408fdb7d60bde1d9427476cab9cbb5dd
CRs-Fixed: 774533
2019-07-16 12:14:52 -07:00
Tushnim Bhattacharyya
2a1e7f23bc qcacld-3.0: Replace channel with frequency in switch_channel_ind
Replace channel ID with frequency in struct switch_channel_ind.

Change-Id: I33a4da4271b083c166beebcec33ebed493072f38
2019-07-16 12:14:51 -07:00
nshrivas
b8bcccc63e Release 5.2.0.139L
Release 5.2.0.139L

Change-Id: I0eaa83c295d8ad94f871b85d47a9ed01a69ecdf5
CRs-Fixed: 774533
2019-07-13 13:40:48 -07:00
nshrivas
fc07fe2ac1 Release 5.2.0.139K
Release 5.2.0.139K

Change-Id: I680487c3537e853408e51e33c02fd0d017cf297d
CRs-Fixed: 774533
2019-07-12 02:05:19 -07:00
nshrivas
20331697db Release 5.2.0.139J
Release 5.2.0.139J

Change-Id: I9557d57827abc6432d68e09189322b3c8e5ccee1
CRs-Fixed: 774533
2019-07-11 23:26:33 -07:00
nshrivas
b66165d382 Release 5.2.0.139I
Release 5.2.0.139I

Change-Id: Ia2341730ad50b621760c49a7f82793753f74ba18
CRs-Fixed: 774533
2019-07-11 04:53:32 -07:00
nshrivas
7de51ff1ea Release 5.2.0.139H
Release 5.2.0.139H

Change-Id: Idb48a1ef58555cbdcbc9a0e46d6f757e84c0e42b
CRs-Fixed: 774533
2019-07-11 02:10:28 -07:00
nshrivas
948384dd79 Release 5.2.0.139G
Release 5.2.0.139G

Change-Id: I23d501486fa078952bf99e1d52a19cd9bafb0f4d
CRs-Fixed: 774533
2019-07-11 00:52:04 -07:00
nshrivas
428fd714ab Release 5.2.0.139F
Release 5.2.0.139F

Change-Id: I038d778deaf33a03bdd4176c60f83e8116164eb5
CRs-Fixed: 774533
2019-07-10 10:26:38 -07:00
nshrivas
afbb3458c4 Release 5.2.0.139E
Release 5.2.0.139E

Change-Id: I3dd634fe0f917535af9f42e572cf1a1311ec663d
CRs-Fixed: 774533
2019-07-10 07:24:12 -07:00
nshrivas
f40d6e75de Release 5.2.0.139D
Release 5.2.0.139D

Change-Id: Ie7708da174877552a30e498bd48dfe35dd6f07d8
CRs-Fixed: 774533
2019-07-09 18:50:57 -07:00
Abhishek Singh
2547512f9e qcacld-3.0: Avoid wait for hw mode change during SAP CSA
The SAP channel change can be called in scheduler thread and thus
waiting for hw mode change in scheduler thread will always lead to
timeout and thus channel switch failure.

Fix is to avoid wait and continue channel switch after hw mode
change is completed.

Change-Id: I951fab6c95ff2a84d6a619859295b830685fac4e
CRs-Fixed: 2484147
2019-07-09 18:50:41 -07:00
nshrivas
a28159bbe4 Release 5.2.0.139C
Release 5.2.0.139C

Change-Id: Id0f0b68640361133487b8952e9a43252f2141956
CRs-Fixed: 774533
2019-07-09 17:26:32 -07:00
nshrivas
e51c9b5cf4 Release 5.2.0.139B
Release 5.2.0.139B

Change-Id: Ic31893c6cfc3420d958309b2aa3d64ef3fe8da86
CRs-Fixed: 774533
2019-07-09 13:40:44 -07:00
nshrivas
d2d1d29850 Release 5.2.0.139A
Release 5.2.0.139A

Change-Id: I276de82e6cf71871a501c2ac26b2bfb030d56d00
CRs-Fixed: 774533
2019-07-08 16:45:26 -07:00
nshrivas
a41f26e93f Release 5.2.0.139
Release 5.2.0.139

Change-Id: I2e686ad0cb7b0be7a288a335e3f1db05e132523f
CRs-Fixed: 774533
2019-07-08 15:33:05 -07:00
nshrivas
490afa13a7 Release 5.2.0.138Z
Release 5.2.0.138Z

Change-Id: Id056789552a22f5709da8922e8f460e737ce66f1
CRs-Fixed: 774533
2019-07-08 14:16:51 -07:00
Ashish Kumar Dhanotiya
1ac4188eb5 qcacld-3.0: Remove legacy implementation of stats event handler
Driver has a stats infrastructure and all the stats related
commands are using this infrastructure and for this
target_if_mc_cp_stats_stats_event_handler is getting used.

Remove legacy implementation of stats event handler
wma_stats_event_handler and related APIs.
With this change remove unused structures also.

Change-Id: I9a892b5f7486a406654256fc2cc8177f2fafe790
CRs-Fixed: 2481937
2019-07-08 14:16:50 -07:00
nshrivas
c856628d47 Release 5.2.0.138Y
Release 5.2.0.138Y

Change-Id: I2a5aaa5690b7dc24879410b7ddeeebe7ef3d2df4
CRs-Fixed: 774533
2019-07-08 12:09:53 -07:00
nshrivas
5b867291af Release 5.2.0.138X
Release 5.2.0.138X

Change-Id: Id84db2c3bb61379f66310643687d62336db88b95
CRs-Fixed: 774533
2019-07-08 10:06:13 -07:00
nshrivas
b1443aa86a Release 5.2.0.138W
Release 5.2.0.138W

Change-Id: I9af7e92312508ac35f2c4786741d30d9871df5cb
CRs-Fixed: 774533
2019-07-05 23:07:31 -07:00
nshrivas
a57b032a76 Release 5.2.0.138V
Release 5.2.0.138V

Change-Id: I373ad009092c1b40077031c91caab3359d927413
CRs-Fixed: 774533
2019-07-05 20:28:55 -07:00
Srinivas Dasari
ea4722735d qcacld-3.0: Forward disconnect IEs from deauth roam event to kernel
Firmware sends roam event with reason WMI_ROAM_REASON_DEAUTH when
it receives deauth/disassoc from the peer and fails to roam.
The event also carries deauth/disassoc frame.
A new param "notif_params1" is defined to carry length of the
frame and a new TLV element "deauth_disassoc_frame" to carry
the frame.
Extract IEs from the frame when the event is received and
send them to kernel through cfg80211_disconnected().

Change-Id: I14610136e5e9758403e48264d04d1655e4466d3c
CRs-Fixed: 2481915
2019-07-05 20:28:55 -07:00
nshrivas
00729a3378 Release 5.2.0.138U
Release 5.2.0.138U

Change-Id: Id2a918685da5b6502cadf57d5b0855b586bd0d39
CRs-Fixed: 774533
2019-07-05 17:28:03 -07:00
Srinivas Dasari
d4e8725828 qcacld-3.0: Send disconnect IEs received in deauth/disassoc to kernel
AP may send IEs in deauth/disassoc frames as part of disconnection.
Extract the same and forward to kernel through
cfg80211_disconnected().

Change-Id: I4ef339dcd1ecff64d6bed1de35621ecce5d8030a
CRs-Fixed: 2481912
2019-07-05 17:28:02 -07:00