qcacmn: Add flag to enable CFR capture in Probe response
Add cfr_enable flag in Probe response, so that FW can start CFR capture for particular client. Change-Id: Id38b61317384a069308de4931463f1aef4f65f38 CRs-Fixed: 2502030
Цей коміт міститься в:

зафіксовано
nshrivas

джерело
0cf77a56ea
коміт
9fb7c768c3
@@ -1296,6 +1296,8 @@ struct seg_hdr_info {
|
||||
* bit 4: if set, HE
|
||||
* @frame_type: Data or Management frame
|
||||
* Data:1 Mgmt:0
|
||||
* @cfr_enable: flag to enable CFR capture
|
||||
* 0:disable 1:enable
|
||||
*/
|
||||
struct tx_send_params {
|
||||
uint32_t pwr:8,
|
||||
@@ -1306,7 +1308,8 @@ struct tx_send_params {
|
||||
bw_mask:7,
|
||||
preamble_type:5,
|
||||
frame_type:1,
|
||||
reserved:11;
|
||||
cfr_enable:1,
|
||||
reserved:10;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Посилання в новій задачі
Заблокувати користувача