qcacmn: Add TxBF caps in target_if/mlme

Add change to frame TxBF caps from vht_info
in target_if and send to FW

CRs-Fixed: 2412867
Change-Id: Ibc26b96cad2a5e72eb293f5a5d6847f19122ea0f
This commit is contained in:
Naga
2019-03-09 08:22:20 +05:30
committed by nshrivas
parent 662379ff1e
commit df242752b2
4 changed files with 63 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ struct vdev_mlme_proto_bss_color {
* @mubfee: mu beam formee capability
* @implicit_bf: Implicit BF support
* @sounding_dimension: Beamformer number of sounding dimension
* @bfee_sts_cap: beam formee STA capability
* @en_2gvht: 256 qam status
* @allow_vht: vht capability status
*/
@@ -126,6 +127,7 @@ struct vdev_mlme_vht_info {
uint8_t mubfee;
uint8_t implicit_bf;
uint8_t sounding_dimension;
uint8_t bfee_sts_cap;
uint8_t en_2gvht;
bool allow_vht;
};