nshrivas
2d5a6c44a8
Release 5.2.0.158C
...
Release 5.2.0.158C
Change-Id: I38fb2403a02ce3cdf974447a95397b6010a33796
CRs-Fixed: 774533
2019-11-21 09:13:21 -08:00
nshrivas
665856230f
Release 5.2.0.158B
...
Release 5.2.0.158B
Change-Id: Iefa012e82b6ae965a71fd76a0ee1fff967661943
CRs-Fixed: 774533
2019-11-21 06:12:04 -08:00
nshrivas
d0c86982b0
Release 5.2.0.158A
...
Release 5.2.0.158A
Change-Id: I02146ca360225ccf9aedce5c013dc7590662ac9d
CRs-Fixed: 774533
2019-11-21 04:41:30 -08:00
nshrivas
a267b8b5d5
Release 5.2.0.158
...
Release 5.2.0.158
Change-Id: I0cdb7c5a853ae9eda15f1903784f49c45381b3c1
CRs-Fixed: 774533
2019-11-21 00:45:05 -08:00
nshrivas
d1f98f68a3
Release 5.2.0.157Z
...
Release 5.2.0.157Z
Change-Id: Ia33a586fb398a717919766a3f937d3ccab88aa12
CRs-Fixed: 774533
2019-11-20 10:44:27 -08:00
Pragaspathi Thilagaraj
e8bb735c85
qcacld-3.0: Fix compilation issue with WLAN_FEATURE_FILS_SK disabled
...
In pe_roam_synch_callback, fils_info is accessed from pe_session
and fils_info is defined only if WLAN_FEATURE_FILS_SK flag is
enabled.
Define new function to fill the fils_ft data, when the compile
flag WLAN_FEATURE_FILS_SK is defined.
Change-Id: If4f20950c489814366553e6fce65779b4f3551a4
CRs-Fixed: 2568349
2019-11-20 10:44:26 -08:00
nshrivas
08080125d7
Release 5.2.0.157Y
...
Release 5.2.0.157Y
Change-Id: I90f24d41ca24302f3c9761d75712334c950d780c
CRs-Fixed: 774533
2019-11-20 05:51:28 -08:00
nshrivas
1a05812b50
Release 5.2.0.157X
...
Release 5.2.0.157X
Change-Id: If306b9aabe0afd73662b0680b34dc5598653ab63
CRs-Fixed: 774533
2019-11-20 01:15:16 -08:00
Amruta Kulkarni
ac761a6f01
qcacld-3.0: Replace channel with frequency in lim
...
Replace lim_get_regulatory_max_transmit_power() with
wlan_reg_get_channel_reg_power_for_freq()
Change-Id: Id5ef6cb9666bcb24c2b71bcd1a15f46966f508a4
CRs-Fixed: 2557826
2019-11-20 01:15:16 -08:00
Kiran Kumar Lokere
5abc59e4bf
qcacld-3.0: Fix incorrect phymode in 6GHz connection
...
Add support to parse 6GHz operation information from AP beacon for
connection.
Change-Id: I67d167cd982163e28b3bbe7dc81747d8289a1513
CRs-Fixed: 2567849
2019-11-20 01:15:01 -08:00
nshrivas
8e36da41ba
Release 5.2.0.157W
...
Release 5.2.0.157W
Change-Id: I61035f8cf50ab64178b8fd14f93963547e4e3f3d
CRs-Fixed: 774533
2019-11-19 22:32:54 -08:00
nshrivas
7d76e2d36b
Release 5.2.0.157V
...
Release 5.2.0.157V
Change-Id: Id1c78dc49d1c22b0b8f03e1c2a352533c281521d
CRs-Fixed: 774533
2019-11-19 14:44:30 -08:00
Wu Gao
ceac285c37
qcacld-3.0: Use pre_auth_channel_freq to replace preAuthchannelNum
...
Add pre_auth_channel_freq into struct sSirFTPreAuthReq and replace
preAuthchannelNum.
Change-Id: I47f8a1e4057b4efd2a307b26c066a695e5338aa2
CRs-Fixed: 2568598
2019-11-19 14:44:29 -08:00
nshrivas
707e837ef0
Release 5.2.0.157U
...
Release 5.2.0.157U
Change-Id: I5a5d0f81e6e8b534cd6ca86738b961862c2729be
CRs-Fixed: 774533
2019-11-19 13:04:42 -08:00
Amar Singhal
999bd8a3aa
qcacld-3.0: Check for 6 ghz operating class in IEs
...
For legacy platforms, due to channel number ambiguity between 6ghz
and 5/2.4 channels, operating class should be checked while
processing management frames. Therefore check the operating class in
the relevant IEs.
Change-Id: I85b9d3da0430e6448480d47dc95b2fdfa8b6e288
CRs-Fixed: 2556219
2019-11-19 13:04:42 -08:00
nshrivas
8e4c902786
Release 5.2.0.157T
...
Release 5.2.0.157T
Change-Id: I087889faf17b7de6b47fb0d0731deeb2cccb31ac
CRs-Fixed: 774533
2019-11-19 03:38:43 -08:00
nshrivas
d0fa9505a6
Release 5.2.0.157S
...
Release 5.2.0.157S
Change-Id: I996ca1bed27270ce8e1984e8a3693ca045d1cc18
CRs-Fixed: 774533
2019-11-19 01:45:36 -08:00
nshrivas
b4a3740ae0
Release 5.2.0.157R
...
Release 5.2.0.157R
Change-Id: I4df40647c84f7bd3b207010d26a2fec28e0182de
CRs-Fixed: 774533
2019-11-18 22:59:47 -08:00
Abhinav Kumar
18c78a34b9
qcacld-3.0: Possible OOB write in rrm_process_radio_measurement_request
...
In case if two measurement requests calls update_rrm_report() twice,
possible out-of-bounds write for the allocated report array, report[]
in rrm_process_radio_measurement_request
Change-Id: Icc8b7aa14bbcc1219d28025e599c9976a3525bba
CRs-Fixed: 2564485
2019-11-18 22:59:46 -08:00
nshrivas
565a72f7b8
Release 5.2.0.157Q
...
Release 5.2.0.157Q
Change-Id: Ib6c126c82c9384ed8dfb8205ad6c7f12cdd7ddf9
CRs-Fixed: 774533
2019-11-18 14:08:49 -08:00
nshrivas
da0af59bda
Release 5.2.0.157P
...
Release 5.2.0.157P
Change-Id: I3ed8b7ee416402dac911b03ce244b943881955cb
CRs-Fixed: 774533
2019-11-18 10:32:31 -08:00
nshrivas
22b594ff43
Release 5.2.0.157O
...
Release 5.2.0.157O
Change-Id: I8c53bbbcee41181d01ea5f18d3540bf5623803b6
CRs-Fixed: 774533
2019-11-18 04:04:56 -08:00
nshrivas
f90e91efed
Release 5.2.0.157N
...
Release 5.2.0.157N
Change-Id: I2dcd8ea9be805c9068666b67f51b1801e1a8faa2
CRs-Fixed: 774533
2019-11-18 02:29:36 -08:00
Liangwei Dong
9f67bd28c8
qcacld-3.0: Fix Invalid 6G HE OP IE
...
1. Zero local variable "he_ops" before intersect with user IE.
2. If csr_check_and_validate_6g_ap fails, use "break" to
free memory in end of function csr_send_join_req_msg.
3. Remove co_located_bss checking for 6GHz AP. co_located_bss
can be valid for 6GHz AP.
Change-Id: I4b521eead6e09db860b5e21c21882f14a1be8576
CRs-Fixed: 2563923
2019-11-18 02:29:07 -08:00
nshrivas
a97115fcf9
Release 5.2.0.157M
...
Release 5.2.0.157M
Change-Id: Ib80a511033bd0fe8d372aa96a4496045bbd61af9
CRs-Fixed: 774533
2019-11-18 00:45:29 -08:00
nshrivas
bb2b08b141
Release 5.2.0.157L
...
Release 5.2.0.157L
Change-Id: Ie4fb877767eda74bee62916c1d2e2517ea6f9725
CRs-Fixed: 774533
2019-11-16 17:55:40 -08:00
Kiran Kumar Lokere
6056d188b8
qcacld-3.0: Correct the 6GHz operation info in HE op IE
...
Correct the 6G operation info field values in HE operation IE.
And replace the legacy api with new 6G support api to calculate
channel center frequencies.
Change-Id: Icafdd72b386137a6a0c8d0de233d4fbdbd121610
CRs-Fixed: 2557233
2019-11-16 17:55:39 -08:00
nshrivas
80e9ac4563
Release 5.2.0.157K
...
Release 5.2.0.157K
Change-Id: I62850f83aed47247eae4623f6e67c1f76b4ec457
CRs-Fixed: 774533
2019-11-16 15:22:58 -08:00
nshrivas
42e5bb53c1
Release 5.2.0.157J
...
Release 5.2.0.157J
Change-Id: Iad3132015f85583b5ed6cdf6ca67c9c06fb4dba0
CRs-Fixed: 774533
2019-11-15 21:00:09 -08:00
nshrivas
c34d97c26f
Release 5.2.0.157I
...
Release 5.2.0.157I
Change-Id: I03b7941d0cebf808fe7756b8e1474ae31b698731
CRs-Fixed: 774533
2019-11-15 16:01:07 -08:00
nshrivas
05e835a045
Release 5.2.0.157H
...
Release 5.2.0.157H
Change-Id: I3abff8971b9a27a4e5f4646b0d086f319d1cd62d
CRs-Fixed: 774533
2019-11-15 05:43:43 -08:00
Kiran Kumar Lokere
5414066815
qcacld-3.0: Policy manager support in 160MHz mode
...
Add policy manager support for 160MHz mode connection.
Change-Id: I697dabbd752e768c128f8663674c91adccd72424
CRs-Fixed: 2558047
2019-11-15 05:43:43 -08:00
nshrivas
80678a3d85
Release 5.2.0.157G
...
Release 5.2.0.157G
Change-Id: I2b951bfb1e2045c33b778a49d8d907646b0bba8f
CRs-Fixed: 774533
2019-11-15 03:57:33 -08:00
nshrivas
8af102d467
Release 5.2.0.157F
...
Release 5.2.0.157F
Change-Id: Iec96e8a6f7091875f0cf958c02f6971bbbf02ab0
CRs-Fixed: 774533
2019-11-15 02:27:24 -08:00
nshrivas
c471ae9eae
Release 5.2.0.157E
...
Release 5.2.0.157E
Change-Id: Iab4b7dcfa5465be6d72d39b419d7b954f76e3a6b
CRs-Fixed: 774533
2019-11-15 00:57:42 -08:00
nshrivas
0a153915c9
Release 5.2.0.157D
...
Release 5.2.0.157D
Change-Id: Id79085465dfe10147c71f5f77918589ebae3f91c
CRs-Fixed: 774533
2019-11-14 23:25:33 -08:00
Will Huang
2f11454941
qcacld-3.0: Replace chan num with frequency about measurement request
...
Add frequency to tSirChannelInfo, not replace because channelNum has
specail meaning.
Replace channelNumber of struct report_channel_list.
Use channel frequency in functions which process measurement request
Change-Id: I615b1f61c2810474dac6daf1eeb1ce19c2b1da33
CRs-Fixed: 2559283
2019-11-14 23:25:32 -08:00
nshrivas
a3e6e74efc
Release 5.2.0.157C
...
Release 5.2.0.157C
Change-Id: I5d85acb921c90c677fba64925d50fcdad4642a07
CRs-Fixed: 774533
2019-11-14 19:25:21 -08:00
Arun Kumar Khandavalli
42b4487910
qcacld-3.0: Register Open/close session callbacks once
...
Open/close session callbacks are common for all the device modes
supported, so register once during the start_modules.
Change-Id: Ia94857ce4cc608be30e9974ddde8a6261d45f6e3
CRs-Fixed: 2555919
2019-11-14 19:25:21 -08:00
nshrivas
1639cab176
Release 5.2.0.157B
...
Release 5.2.0.157B
Change-Id: I881690594c030a965aff69f440e888af75ffab9c
CRs-Fixed: 774533
2019-11-14 13:52:32 -08:00
nshrivas
571e69ee6d
Release 5.2.0.157A
...
Release 5.2.0.157A
Change-Id: If78ac2c3bacb07a47610d1cddb781b4073e6d4b6
CRs-Fixed: 774533
2019-11-14 12:13:41 -08:00
nshrivas
3500d896d7
Release 5.2.0.157
...
Release 5.2.0.157
Change-Id: I223817abf443e2528add4aba9421f1d60608e2e7
CRs-Fixed: 774533
2019-11-14 10:43:08 -08:00
Abhishek Ambure
5ec0d66692
qcacld-3.0: Populate OFDM data rates to firmware in 11ax mode
...
In 11ax mode the extended rate IEs are not sent to firmware as part
of peer assoc. So if 11ax AP Doesn't advertise the OFDM rates in 2.4ghz
rates IE while include them in extended rate IE, the firmware doesn't
have the OFDM rates.
Thus once the AP switch channel to 5Ghz, as OFDM rates are not set the
Firmware asserts.
To fix this in 11ax send extended rate as well to firmware in peer assoc.
Change-Id: I059a35828d214bc843ad8ebab720fd695bc7f511
CRs-Fixed: 2561566
2019-11-14 10:43:07 -08:00
nshrivas
4461014f01
Release 5.2.0.156Z
...
Release 5.2.0.156Z
Change-Id: Iad0a6e86f4fc3637a242c7618e8451c69c0ccfc2
CRs-Fixed: 774533
2019-11-14 07:47:23 -08:00
nshrivas
3de9c892dc
Release 5.2.0.156Y
...
Release 5.2.0.156Y
Change-Id: I48e12707fcbd345f7d3772405e2774f77c8e7fcf
CRs-Fixed: 774533
2019-11-14 06:00:35 -08:00
Tushnim Bhattacharyya
6c40b112ce
qcacld-3.0: Replace channel id with frequency in ecsa indication
...
Replace channel ID with channel frequency in ecsa indication flow.
Change-Id: I1dd3148566e1da37a6f3fa71f1887e66f87f5d1c
CRs-Fixed: 2555384
2019-11-14 06:00:26 -08:00
nshrivas
bfad2693d0
Release 5.2.0.156X
...
Release 5.2.0.156X
Change-Id: I367ef22ab2852f8e1a39ae0b891eb9eedb154acb
CRs-Fixed: 774533
2019-11-13 22:13:44 -08:00
nshrivas
8865eb47ab
Release 5.2.0.156W
...
Release 5.2.0.156W
Change-Id: If2df28ddd2529e5decf9a414edeaf1f4853aeb63
CRs-Fixed: 774533
2019-11-13 06:53:05 -08:00
nshrivas
9ff7d1f4cb
Release 5.2.0.156V
...
Release 5.2.0.156V
Change-Id: I28c7da4371d15def7d97cddb62fdeeb37f03ff43
CRs-Fixed: 774533
2019-11-13 00:55:56 -08:00
nshrivas
c117c06e27
Release 5.2.0.156U
...
Release 5.2.0.156U
Change-Id: I8f93af37ccdc3ee704f33b4cd6c821be2c34d751
CRs-Fixed: 774533
2019-11-12 23:12:05 -08:00