qcacld-3.0: [11AX] Add support to configure range extenstion

Add support to enable or disable range extenstion using
enable_range_ext iwpriv command. get_range_ext iwpriv is used
to check if range extenstion is enabled or not.

Change-Id: I2231ef9641cfa669dd4b1e820a3b7ec00546a9a3
CRs-Fixed: 1073481
Este commit está contenido en:
Krishna Kumaar Natarajan
2017-03-23 12:29:10 -07:00
cometido por Sandeep Puligilla
padre 1a71ec7115
commit 150cd011a3
Se han modificado 6 ficheros con 88 adiciones y 0 borrados

Ver fichero

@@ -828,6 +828,7 @@ typedef struct {
* @qpower_params: qpower parameters
* @gtx_info: GTX offload info
* @dcm: DCM enable/disable
* @range_ext: HE range extension enable/disable
*
* This structure stores vdev parameters.
* Some of these parameters are set in fw and some
@@ -856,6 +857,7 @@ typedef struct {
gtx_config_t gtx_info;
#ifdef WLAN_FEATURE_11AX
uint8_t dcm;
uint8_t range_ext;
#endif
} vdev_cli_config_t;