Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62a86eeb authored by Yingying Tang's avatar Yingying Tang
Browse files

qcacmn: Add support for the 4th dword in radar report pulse

Add support for the 4th dword in radar report pulse

Change-Id: Id6b6b7a07441cbaa52d08ca0920c8f57be98312f
CRs-Fixed: 3582573
parent 46909277
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -81,6 +81,11 @@
#define RADAR_REPORT_PULSE_SUBCHAN_MASK   0x00FF0000
#define RADAR_REPORT_PULSE_SUBCHAN_MASK_S 16

#define RADAR_REPORT_PULSE_REG_4 0x03

#define RADAR_REPORT_PULSE_RSSI 0x3FFC0000
#define RADAR_REPORT_PULSE_RSSI_S 18

#define RADAR_REPORT_PULSE_TSF_OFFSET   0x0000FF00
#define RADAR_REPORT_PULSE_TSF_OFFSET_S 8