qcacld-3.0: Update qos parameters for connection manager

Currently driver does not update qos related parameters for
connection manager connect complete path, add logic to
update qos related parameters for connection manager connect
complete path.

Change-Id: If7d67448710a8f950d5c78ca961cab7884f58d61
CRs-Fixed: 2846591
This commit is contained in:
Ashish Kumar Dhanotiya
2020-12-29 17:22:08 +05:30
committed by snandini
parent decc3474d3
commit f90d452bdb
5 changed files with 122 additions and 9 deletions

View File

@@ -221,6 +221,7 @@ struct mscs_req_info {
* @uapsd_per_ac_bitmask: Used on STA, this is a static UAPSD mask setting
* derived from JOIN_REQ and REASSOC_REQ. If a particular AC bit is set, it
* means the AC is both trigger enabled and delivery enabled.
* @qos_enabled: is qos enabled
*/
struct mlme_connect_info {
uint8_t timing_meas_cap;
@@ -230,6 +231,7 @@ struct mlme_connect_info {
bool tdls_prohibited;
#endif
uint8_t uapsd_per_ac_bitmask;
bool qos_enabled;
};
/**