diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-02-23 09:06:08 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-02-23 16:25:29 -0500 |
commit | 6ebacbb79d2d05978ba50a24d8cbe2a76ff2014c (patch) | |
tree | d67c83455f81132bbed9c421c55f53e6e61169af /drivers/net/wireless/iwlegacy/iwl-4965-lib.c | |
parent | f3e85b9edeaf8ad0446a37a40c873f3f8898c57d (diff) |
mac80211: rename RX_FLAG_TSFT
The flag isn't very descriptive -- the intention
is that the driver provides a TSF timestamp at
the beginning of the MPDU -- make that clearer
by renaming the flag to RX_FLAG_MACTIME_MPDU.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/iwl-4965-lib.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/iwl-4965-lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlegacy/iwl-4965-lib.c b/drivers/net/wireless/iwlegacy/iwl-4965-lib.c index c1a24946715e..bd9618a4269d 100644 --- a/drivers/net/wireless/iwlegacy/iwl-4965-lib.c +++ b/drivers/net/wireless/iwlegacy/iwl-4965-lib.c | |||
@@ -639,7 +639,7 @@ void iwl4965_rx_reply_rx(struct iwl_priv *priv, | |||
639 | 639 | ||
640 | /* TSF isn't reliable. In order to allow smooth user experience, | 640 | /* TSF isn't reliable. In order to allow smooth user experience, |
641 | * this W/A doesn't propagate it to the mac80211 */ | 641 | * this W/A doesn't propagate it to the mac80211 */ |
642 | /*rx_status.flag |= RX_FLAG_TSFT;*/ | 642 | /*rx_status.flag |= RX_FLAG_MACTIME_MPDU;*/ |
643 | 643 | ||
644 | priv->ucode_beacon_time = le32_to_cpu(phy_res->beacon_time_stamp); | 644 | priv->ucode_beacon_time = le32_to_cpu(phy_res->beacon_time_stamp); |
645 | 645 | ||