From: Wey-Yi Guy Date: Wed, 4 Aug 2010 15:05:33 +0000 (-0700) Subject: iwlwifi: additional parameter in REPLY_RX_PHY_CMD X-Git-Tag: v2.6.37-rc1~147^2~679^2~17 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=30c1b0f7e96144e42e2be0bdec18d2475f5af31b;p=~shefty%2Frdma-dev.git 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: Wey-Yi Guy --- diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 14a7a8c0711..13893a0a619 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h @@ -1401,7 +1401,7 @@ struct iwl_rx_phy_res { u8 non_cfg_phy_buf[32]; /* for various implementations of non_cfg_phy */ __le32 rate_n_flags; /* RATE_MCS_* */ __le16 byte_count; /* frame's byte-count */ - __le16 reserved3; + __le16 frame_time; /* frame's time on the air */ } __packed; struct iwl_rx_mpdu_res_start {