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

Commit 30c1b0f7 authored by Wey-Yi Guy's avatar Wey-Yi Guy Committed by John W. Linville
Browse files

iwlwifi: additional parameter in REPLY_RX_PHY_CMD



Adding additional parameter in REPLY_RX_PHY_CMD, frame_time indicate the
frame's time on the air based on byte count and frame rate calculation

Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 80e9158c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1401,7 +1401,7 @@ struct iwl_rx_phy_res {
	u8 non_cfg_phy_buf[32]; /* for various implementations of non_cfg_phy */
	u8 non_cfg_phy_buf[32]; /* for various implementations of non_cfg_phy */
	__le32 rate_n_flags;	/* RATE_MCS_* */
	__le32 rate_n_flags;	/* RATE_MCS_* */
	__le16 byte_count;	/* frame's byte-count */
	__le16 byte_count;	/* frame's byte-count */
	__le16 reserved3;
	__le16 frame_time;	/* frame's time on the air */
} __packed;
} __packed;


struct iwl_rx_mpdu_res_start {
struct iwl_rx_mpdu_res_start {