diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-08-04 17:05:33 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-08-24 22:32:02 +0200 |
commit | 30c1b0f7e96144e42e2be0bdec18d2475f5af31b (patch) | |
tree | 99dc4c1281a72f06a2b94e94803acae82c3e7ebe | |
parent | iwlagn: continue perform rate scale when error detected (diff) | |
download | linux-30c1b0f7e96144e42e2be0bdec18d2475f5af31b.tar.xz linux-30c1b0f7e96144e42e2be0bdec18d2475f5af31b.zip |
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 <wey-yi.w.guy@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 14a7a8c0711a..13893a0a6197 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 { |