Commit Graph

15902 Commits

Author SHA1 Message Date
Will Huang
e38ae0f758 qcacld-3.0: Use channel frequency directly stead of channel number
Use channel frequency directly in function csr_get_dot11_mode() and
csr_neighbor_roam_preauth_rsp_handler().

Change-Id: I2dac911fac1d1c154a3d0f5465cfef3d85e81b85
CRs-Fixed: 2568346
2019-12-05 15:16:26 -08:00
Karthik Kantamneni
0b95f9ec80 qcacld-3.0: Allow GET_RING_DATA vendor command without NETDEV dependency
Currently GET_RING_DATA vendor command is dependent on NETDEV,
as vendor command is wiphy command which is not dependent on
NETDEV allow the flush logs command irrespective of NETDEV.

Change-Id: I8e0474ca94645685e7f1969ad668692a44f96c23
2019-12-05 15:16:11 -08:00
nshrivas
c4ad938f4b Release 5.2.0.159V
Release 5.2.0.159V

Change-Id: Ie0360cbb92493984c8948f26b8460315ef2707fc
CRs-Fixed: 774533
2019-12-05 04:20:42 -08:00
Abhishek Ambure
6523bc72c9 qcacld-3.0: Clear Static channel list in fw for SETROAMSCANCONTROL 0
In the present implementation, it is observed that "SETROAMSCANCONTROL 0"
command is not clearing STATIC channels in the firmware for ROAM scan list.

So to clear STATIC channels configured for ROAM scan and set dynamically
added ROAM scan channels host sends two RSO commands to Firmware.

In the first RSO command STATIC channel list is cleared and second RSO
command will add dynamically added ROAM scan channels to ROAM scan list
in firmware.

Change-Id: Ic359326032c5776540c773a51d7531c0cfcd7bdc
CRs-Fixed: 2571119
2019-12-05 04:20:42 -08:00
nshrivas
3bd1eddb1d Release 5.2.0.159U
Release 5.2.0.159U

Change-Id: I2b4a43651a39de93d6af0cb3c3ee105a4a83c465
CRs-Fixed: 774533
2019-12-04 23:07:18 -08:00
nshrivas
9bc2fcede9 Release 5.2.0.159T
Release 5.2.0.159T

Change-Id: I0abfffaddeb8aaaba8d3c705c41f7dec904b6c92
CRs-Fixed: 774533
2019-12-04 14:40:31 -08:00
Kiran Kumar Lokere
571f0d3e65 qcacld-3.0: Add 80+80 restricted BW support
Add support for restricted 80+80 bandwidth in STA and SAP modes.

Change-Id: Id1a61b853584fa84db3bb8f0f2aaf68eecabeaac
CRs-Fixed: 2570023
2019-12-04 14:40:31 -08:00
nshrivas
111f5602b3 Release 5.2.0.159S
Release 5.2.0.159S

Change-Id: Id82305ec82404dda0ceedfa2767e4758c846a061
CRs-Fixed: 774533
2019-12-04 09:30:44 -08:00
gaurank kathpalia
4c443a26bc qcacld-3.0: Fill seg1 for 160 mhz BW in ACS result
Currently the driver does not fill the seg1 frequency
in case of 160 mhz which is used for SAP startup.

Fix is to Fill seg1 for 160 mhz BW in ACS result

Change-Id: Iffc61581290adf97d83e10b6a717c50afb750687
CRs-Fixed: 2575631
2019-12-04 09:30:44 -08:00
nshrivas
fc01042e5e Release 5.2.0.159R
Release 5.2.0.159R

Change-Id: Iace4d90667a09bc69269ec25d8adb35b092f764b
CRs-Fixed: 774533
2019-12-04 07:43:42 -08:00
Vevek Venkatesan
b4016095ae qcacld-3.0: remove control path handles from cdp ops
Currently control path handles of pdev/vdev/peer
are given as arguments to cdp ops, which are
directly accessed by dp layer. This can cause a
race-condition in access of the handle if it
has been deleted in parallel.

Hence as a part of cdp convergence, pass only
the psoc handle which can be accessed all over
to retrieve objmgr_pdev from psoc.

- rx_mic_error
- txrx_pdev_attach
- txrx_vdev_attach
- txrx_peer_create

Change-Id: Iaec8b913810f9035faa0010117cdff19bdded37f
CRs-Fixed: 2541431
2019-12-04 07:43:42 -08:00
nshrivas
6693bf72b0 Release 5.2.0.159Q
Release 5.2.0.159Q

Change-Id: I7bf20f6d39be81b4ccd695d5fd6703dc06ab8717
CRs-Fixed: 774533
2019-12-04 03:36:51 -08:00
Pragaspathi Thilagaraj
f37e5e7637 qcacld-3.0: Don't modify BTM capability in the extended capabilities
Currently the host driver checks if the BTM offload is enabled
via ini configuration and sets the BTM enabled bit of the
extended capabilities if BTM offload is enabled. The supplicant
decides if BTM is needed to be enabled or disabled based on the
PMF capability of the AP, since the STA is MBO certified.

When driver sets the BTM capability based on the btm_offload ini,
even if the AP supports MBO and doesn't advertise PMF, BTM is
honored by the MBO certified STA. This violates the MBO spec
that PMF is mandatory for MBO. So with the BTM capability
controlled by userspace, the BTM capability will be advertised
to MBO AP only if PMF is advertised as required for that AP.

Don't modify the BTM capability, and advertise it as it is
provided by the userspace. Firmware will drop the packet if
BTM capability is not advertised during initial connection.

Change-Id: I55b4e46a44011ce7a1982244df17ea32632f7ff3
CRs-Fixed: 2568311
2019-12-04 03:36:51 -08:00
nshrivas
f47fbb3664 Release 5.2.0.159P
Release 5.2.0.159P

Change-Id: I34a09329ba1220527edd53bd96b37fc27f5e180e
CRs-Fixed: 774533
2019-12-04 00:09:48 -08:00
nshrivas
0808d3145b Release 5.2.0.159O
Release 5.2.0.159O

Change-Id: I200049a916b62114ba80245c00c8e81c684ac96e
CRs-Fixed: 774533
2019-12-03 22:48:17 -08:00
gaurank kathpalia
318006772b qcacld-3.0: Verify the channel and BW info in monitor mode
Currently the monitor mode does not check the chan
validity and BW validity before starting the monitor
mode vdev which could result in invalid configuration
given to FW and thus further can lead to assert.
Eg. If the command comes for an invalid channel, or
suppose 160 MHZ and the device supports 80 MHZ only
then it can lead to assert.

Fix is to verify the channel and BW info and reject
the command if found invalid.

Change-Id: Iaf9f06f8d4b943bd1e8db5c22ea155a4fe3e61a8
CRs-Fixed: 2572152
2019-12-03 22:48:17 -08:00
nshrivas
7df254adfb Release 5.2.0.159N
Release 5.2.0.159N

Change-Id: Icec46a29a621ba8564e937d82e88a23fcef3e3fd
CRs-Fixed: 774533
2019-12-03 20:56:15 -08:00
nshrivas
7988b98d82 Release 5.2.0.159M
Release 5.2.0.159M

Change-Id: I682013206e8ecbdb5a771655ac3ba846f510380e
CRs-Fixed: 774533
2019-12-03 15:00:25 -08:00
gaurank kathpalia
71562069e1 qcacld-3.0: Fix combined weight issue in ACS
Currently the driver calculates the best channel
amoung the given spectrum and uses logic to select
best frequency amoung the BW members, but the logic
to maximize the weight before selecting the min
weight is wrong, and must be done after the selection
of the minimum weight frequency.

Fix is to maximize the weight after the minimum weight
channel is selected.

Change-Id: Ie196462fbcc4215e6eb655168d07305110ff0ee7
CRs-Fixed: 2578582
2019-12-03 15:00:24 -08:00
nshrivas
91f22a0bb7 Release 5.2.0.159L
Release 5.2.0.159L

Change-Id: Ice29b711c963b89255f84139b1a6f4a01bc0b5ca
CRs-Fixed: 774533
2019-12-03 13:10:46 -08:00
Wu Gao
202154866b qcacld-3.0: Get rx chainmask by mac phy capability
Since there is change in FW and doesn't provide rx chaimask 2G on phy0
and rx chainmask 5G on phy1, so add this change to get rx chainmask
2g/5g based on mac phy capability.

Change-Id: I99d5f21c7a8033adc75f3b21e3b486628da3a40f
CRs-Fixed: 2574148
2019-12-03 13:10:46 -08:00
Sourav Mohapatra
fab026a99a qcacld-3.0: Send RTT capability for STA mode
Based on the ini gfine_time_meas_cap, send enable/disable value to the
firmware for STA INITIATOR/RESPONDER mode using VDEV set param.

Change-Id: Idd4142e13061cd1af992bda88d0a0b81edc42fef
CRs-Fixed: 2574050
2019-12-03 13:10:29 -08:00
nshrivas
09db9462f7 Release 5.2.0.159K
Release 5.2.0.159K

Change-Id: Ib87f1d1ccabce37931eb73137c6da34abfeb3db4
CRs-Fixed: 774533
2019-12-03 08:05:50 -08:00
Sourav Mohapatra
b1c97cc483 qcacld-3.0: Change logging priority for offload logs
Currently in the driver, the checks performed before NS and ARP offload
to determine whether they are necessary or not, resulted in prints to
the kernel logs.

Change the above logging level to debug.

Change-Id: Ib039ee51d2763ab2a1340d2a4b17a85c530f68fa
CRs-Fixed: 2578328
2019-12-03 08:05:49 -08:00
nshrivas
63d6ddbaad Release 5.2.0.159J
Release 5.2.0.159J

Change-Id: Icbfeaa0f34cfea7c379777e5eaa49eebd88f6f1a
CRs-Fixed: 774533
2019-12-03 01:15:00 -08:00
Abhinav Kumar
d453c18981 qcacld-3.0: Enable roaming based on conn status in case of STA + STA
In case of STA + STA, If first STA (say STA1) is in connected state
and second STA (say STA2) has multiple candidate APs for connection,
STA2 tries connection with each APs one by one till either
successful a connection or no AP left to initiate connection.

Currently, If STA2 initiate connection with first candidate, and if
it fails, STA2 enables roaming on other interfaces (here STA1)
irrespective of connection status. This results, after connection
failure of STA2 with first AP, STA1 gets permission to start roaming.
So there could be a possibility that STA1 started roaming on VDEV0
and STA2 started connection with next AP on VDEV1 which results in
two VDEV start/re-start at the same time in FW.

Fix is to allow roaming on other interfaces only after if association
is successful or all possible candidates APs are tried by current
interface.

Change-Id: I5b765d5a8ffc10ad2903d746537e41501890ca8b
CRs-Fixed: 2577368
2019-12-03 01:15:00 -08:00
nshrivas
98a65e2167 Release 5.2.0.159I
Release 5.2.0.159I

Change-Id: I6424740e998bfe12d2884b49ad8c1c0041922d84
CRs-Fixed: 774533
2019-12-02 22:36:48 -08:00
Jianmin Zhu
a9c1b38b62 qcacld-3.0: Failed to add PMF required AP into LFR3 channel map
PMF info isn't filled in scan filter when find AP in scan
cache to build LFR3 channel map.

Change-Id: Ibacf0ee6534298415f97fc42e5223b7d85f203e0
CRs-Fixed: 2571777
2019-12-02 22:36:47 -08:00
nshrivas
68d802c271 Release 5.2.0.159H
Release 5.2.0.159H

Change-Id: I62448dfa453d9340a15ed9c95f7e81f82fc1cf09
CRs-Fixed: 774533
2019-12-02 12:39:08 -08:00
Abhishek Singh
91562fa4be qcacld-3.0: Free connected profile, roam info etc during HB failure
In case of disconnect from peer or HB failure the connected profile,
roam info etc are not freed. So connected BSSID is still present in
sme session.

Now in STA+STA case if the vdev0 STA connect to a BSSID say AP1 and
then disconnect due to HB failure. Now if the 2nd vdev1 STA connect to
AP1 and again disconnect due to HB failure, in
csr_roam_chk_lnk_deauth_ind it will try to find the session using
BSSID, but as vdev0 BSSID is not yet deleted it will get the vdev0
vdev id and continue the process on the wrong BSSID.

This result in actual CSR session in connected state for the vdev1
but all other layer in disconnected state.

Now if a connect request is received on vdev1 again, as CSR is
connected state it lead to reassoc req to LIM and lead to out of
sync issues.

To fix this free connected profile, roam info etc during peer
initiated disconnects. Also ignore the BSSID if a vdev is already
connected to it.

Change-Id: I0f862259dc297217c7b9ecd5d1521a8ded2aadc3
CRs-Fixed: 2577795
2019-12-02 12:39:08 -08:00
hqu
bcd0a8f349 qcacld-3.0: Clear wlan_reg_freq_to_chan
Clear wlan_reg_freq_to_chan in is_dfs_unsafe_extra_band_chan,
refine unsafe_channel_list for hdd_context to store frequency.

Change-Id: I48a75e053228b202122633a32e750f446f839ea3
CRs-Fixed: 2574028
2019-12-02 12:38:55 -08:00
nshrivas
3fac0ecfcd Release 5.2.0.159G
Release 5.2.0.159G

Change-Id: I53286c495eaab0af95712b2065f8fe9be298f6cc
CRs-Fixed: 774533
2019-12-02 07:19:10 -08:00
hqu
e947f6524f qcacld-3.0: Clear wlan_reg_freq_to_chan
Clear wlan_reg_freq_to_chan in csr_scan_filter_results.

Change-Id: I4c6815171f51790a795af3635c924225cdf5ac35
CRs-Fixed: 2570951
2019-12-02 07:19:10 -08:00
nshrivas
86e54350b3 Release 5.2.0.159F
Release 5.2.0.159F

Change-Id: Ifa5b57d1ddafdf034f37c5ab87881aba50f13e00
CRs-Fixed: 774533
2019-12-02 02:08:36 -08:00
nshrivas
57e608a9ad Release 5.2.0.159E
Release 5.2.0.159E

Change-Id: I5624b8f622f389b3d3f54fbacb128a9ec7081564
CRs-Fixed: 774533
2019-12-01 22:00:50 -08:00
Sravan Goud
90c34e58ff qcacld-3.0: Avoid 64 bit division for 32bit targets compatibility
In function wlan_hdd_rx_rpm_mark_last_busy math division is performed
on unsingned 64bit integer. This leads to driver load failure on 32
bit machine targets. So avoid the math division for 64bit integer.

Change-Id: I967a0a64b421b47113821e1af5379cdd0125a34d
CRs-Fixed: 2576125
2019-12-01 22:00:50 -08:00
nshrivas
94ac0e3fa1 Release 5.2.0.159D
Release 5.2.0.159D

Change-Id: I65faeb76a9829d947abf9c6bebbec561b647ff37
CRs-Fixed: 774533
2019-12-01 17:40:55 -08:00
Nirav Shah
fb9b1df409 qcacld-3.0: Add logic to bundle packets for HL
Add logic to queue and bundle packets before
giving it to scheduler to ensure predictive HTC
bundling for improvement in TX throughput.

Change-Id: Ib00135ca59b4c5f0f05edc93dca115bf17174a36
CRs-Fixed: 2561671
2019-12-01 17:40:55 -08:00
Abhishek Singh
f37d49f5b4 qcacld-3.0: Rename sessionId of struct tagSmeCmd to vdev id
Rename sessionId of struct tagSmeCmd to vdev id

Change-Id: I3b0d9c1f7e173e4f45bd3d0a29df6ab7dd0de64d
CRs-Fixed: 2575198
2019-12-01 17:40:42 -08:00
Arun Kumar Khandavalli
0c9d5017c3 qcacld-3.0: Initialize the stop bss work in the adapter
In the latest kernels asserts if there is any unitialized work
gets flushed, stop_bss work is presently getting flushed from
multiple places and it is initialized only when there is no
channel to start the sap.

Fix it by intializing the work when the adapter is created.

Change-Id: I232247c2389f865471c7c2175bb93e254b29fc29
CRs-Fixed: 2565974
2019-12-01 17:40:28 -08:00
Subrat Dash
9ba2ff8162 qcacld-3.0: Add support to restart TSF cap when traffic resumes
When the chip is in power save mode, it fails to report valid
TSF in the WMI_VDEV_TSF_REPORT_EVENT_ID. Even the retry may fail.

Fix this by restarting the capture when the Tx/Rx resumes.

Change-Id: Ibd0aa9275583ba40e5f53a11910960351bb76e7d
2019-12-01 17:40:14 -08:00
tinlin
9abd17fe45 qcacld-3.0: Add debugfs for MIB statistics
Define debugfs node in driver to
export MIB counters to user app.

Define macro WLAN_FEATURE_MIB_STATS for this
feature that gets MIB statistics from fw.

Change-Id: Icae8826309094d17e8f6d4503f617a3a7116d3c9
CRs-Fixed: 2548241
2019-12-01 17:39:59 -08:00
Srinivas Dasari
b24bdd3f73 qcacld-3.0: Consider NAN enabling also as connection in progress
There is a race condition while handling the below scenario,
1. NAN enable request is received from framework.
2. Policy mgr opportunistic timer expired and set hw mode
   initiated to Single MAC mode in scheduler thread at
   the same time

As the opportunistic timer handler doesn't have any info if
NAN enable initiated in DBS mode, it's configuring the hw
mode to Single Mac Mode just before NAN enable request is sent
to firmware. So the NAN enable request is sent to firmware in
Single Mac Mode which is not allowed by firmware.

NAN enable/disable is also similar to connection in progress
status in case of STA. So provide NAN enable/disable status
through hdd_is_connection_in_progress() to the opportunistic
timer handler. Opportunistic timer handler restarts the timer as
connection(NAN enable/disable) is in progress.

Also set hw_mode_change_in_progress before checking the
connection progress status. This is to avoid a possible race in
the below scenario,
1. NAN-enable sets the state but scheduler thread had read the
   state just before that
2. NAN-enable read the hw_mode_change_in_progress just
   before it gets set by scheduler thread.

Change-Id: I1a184c84520deb3f6ad1ec010a0fdefda96a5364
CRs-Fixed: 2566841
2019-12-01 17:39:45 -08:00
nshrivas
c04d699a6d Release 5.2.0.159C
Release 5.2.0.159C

Change-Id: I0776032899be6db5d56763bf6aadcabb48ccf13d
CRs-Fixed: 774533
2019-12-01 13:10:49 -08:00
Gururaj Pandurangi
847342e013 qcacld-3.0: Remove logs in csr_nonscan_active_ll_peek_head
Remove logs in csr_nonscan_active_ll_peek_head to prevent
excessive logging while testing CVE-2017-0624

Change-Id: Ie5ab57d36fc05a3eac0d4fdba33a72b11eb7c561
CRs-Fixed: 2573914
2019-12-01 13:10:49 -08:00
Abhishek Singh
a827b4e71b qcacld-3.0: Don't Update limMlmState in invalid state in set key resp
In case set key is sent to firmware and Roaming updated the session
before set key resp is processed in LIM, the limPrevMlmState will
be 0 and thus updating limMlmState to limPrevMlmState will result
in improper limMlmState, leading to sync issue.

So do not update the limMlmState in invalid state in set key resp.
Also update limPrevMlmState to limMlmState during roaming.

Change-Id: I96291e7c3eb34df8b5741745448c76cf63b1f200
CRs-Fixed: 2574731
2019-12-01 13:10:34 -08:00
nshrivas
17482ca893 Release 5.2.0.159B
Release 5.2.0.159B

Change-Id: I02578fd1c624f6aa829dded3a6fb7d34146a84be
CRs-Fixed: 774533
2019-11-29 06:16:33 -08:00
Abhinav Kumar
8fb17305d1 qcacld-3.0: Make call to cfg80211_ap_stopped() conditional
cfg80211_ap_stopped() not supported anymore for kernel 5.4.
changes added to protect call to cfg80211_ap_stopped under kernel
version compilation flag.This will allow the call to be invoked for
MSM kernels which have been patched, but not for any other kernels,
including the GKI kernels.

Change-Id: I05470469eb82da174e5b9c46f7d19fc77aaca85d
CRs-Fixed: 2558981
2019-11-29 06:16:32 -08:00
hqu
a07736a6da qcacld-3.0: Clear wlan_reg_freq_to_chan
Clear wlan_reg_freq_to_chan in csr_fill_bss_from_scan_entry.

Change-Id: I06b2eef0f1c965466c1ec67edd3ea48db07dddc7
CRs-Fixed: 2570933
2019-11-29 06:16:20 -08:00
Abhishek Ambure
a7f1c222a9 qcacld-3.0: Set RSN capability flag for SAP peers
Peer assoc command send to firmware updates  peer params in
firmware ex. peer_new_assoc, peer_associd, need_gtk_2_way etc.

If RSN capability flags are present in peer assoc request of SAP and
P2P-Go peers, host updates need_gtk_2_way, need_ptk_4_way peer assoc
params to firmware.

If need_gtk_2_way, need_ptk_4_way params are not updated for RSN capable
peers of SAP/P2P-Go, firmware is not able to hanlde data packets(HTT)
before the key installation(WMI) is successful.

Change-Id: I0a24aab3ac4ff4ca061782f6a4d0ba62dd227b04
CRs-Fixed: 2575133
2019-11-29 06:16:09 -08:00