projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e9158
)
iwlwifi: additional parameter in REPLY_RX_PHY_CMD
author
Wey-Yi Guy
<
[email protected]
>
Wed, 4 Aug 2010 15:05:33 +0000
(08:05 -0700)
committer
John W. Linville
<
[email protected]
>
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 <
[email protected]
>
drivers/net/wireless/iwlwifi/iwl-commands.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-commands.h
b/drivers/net/wireless/iwlwifi/iwl-commands.h
index 14a7a8c0711abd4d39a892046b4fef1a6f38ea70..13893a0a619766d0722ba8b564811bc602965272 100644
(file)
--- 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 {