Loading
qcacld-3.0: Add INI to configure MGMT frame HW retry count
Add INI - mgmt_frame_hw_tx_retry_count to configure MGMT frame HW tx retry count for certain frame types. The INI String format: mgmt_frame_hw_tx_retry_count="<frame type>,<retry count>,..." The supported frame types are defined by enum mlme_cfg_frame_type. Retry count max value is 127. For example: mgmt_frame_hw_tx_retry_count="0,64,2,32" The above input string means: For p2p go negotiation request fame, hw retry count 64 For p2p provision discovery request, hw retry count 32 Change-Id: I32f6c7d83ede9b28484c7a0b29824bde32e06422 CRs-Fixed: 3082532