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

Commit 8822cbfe authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 7cfc3cf2 on remote branch

Change-Id: Ieadc6e8ed0ce34d91187ac2b2f1b236e1730c2db
parents 46909277 7cfc3cf2
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

+1 −0
Original line number Diff line number Diff line
@@ -162,6 +162,7 @@ static void dfs_radar_summary_parse(struct wlan_dfs *dfs,
		MS(rs[RADAR_REPORT_PULSE_REG_1], RADAR_REPORT_AGC_TOTAL_GAIN);
	rsu->agc_mb_gain = MS(rs[RADAR_REPORT_PULSE_REG_2],
		RADAR_REPORT_PULSE_AGC_MB_GAIN);
	rsu->rssi = MS(rs[RADAR_REPORT_PULSE_REG_4], RADAR_REPORT_PULSE_RSSI);
}

/**