]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
iwlwifi: additional parameter in REPLY_RX_PHY_CMD
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Wed, 4 Aug 2010 15:05:33 +0000 (08:05 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 24 Aug 2010 20:32:02 +0000 (16:32 -0400)
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>
drivers/net/wireless/iwlwifi/iwl-commands.h

index 14a7a8c0711abd4d39a892046b4fef1a6f38ea70..13893a0a619766d0722ba8b564811bc602965272 100644 (file)
@@ -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 {