From 33fd91b43fa47ca7dd50c9b1cbde8c0c912c8be7 Mon Sep 17 00:00:00 2001 From: Rhythm Patwa Date: Wed, 28 Nov 2018 23:40:12 -0800 Subject: [PATCH] qcacmn: Add command support for enable/disable Spatial Reuse Add command support to enable/disbale 'Spatial Reuse Value15 Allowed' parameter in the Spatial Reuse IE. Change-Id: I755a15da7758704f2e833ddc61805d45654f0957 CRs-fixed:2345770 --- dp/inc/cdp_txrx_stats_struct.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dp/inc/cdp_txrx_stats_struct.h b/dp/inc/cdp_txrx_stats_struct.h index 7a4d7dde45..217ea84388 100644 --- a/dp/inc/cdp_txrx_stats_struct.h +++ b/dp/inc/cdp_txrx_stats_struct.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2019 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -1536,6 +1536,8 @@ enum _ol_ath_param_t { */ OL_ATH_PARAM_BAND_INFO = 399, OL_ATH_PARAM_BW_REDUCE = 400, + /* Enable/disable Spatial Reuse */ + OL_ATH_PARAM_HE_SR = 401, }; /* Enumeration of PDEV Configuration parameter */