Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236335
b: refs/heads/master
c: 95a9a65
h: refs/heads/master
i:
  236333: 47fbd71
  236331: da880cf
  236327: e607e8e
  236319: b122512
v: v3
  • Loading branch information
Mike McCormack authored and Greg Kroah-Hartman committed Mar 9, 2011
1 parent 7dd527f commit c5dbf63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 043dfdd3c10ff39c4e21a605d191bb75f10a508e
refs/heads/master: 95a9a6538cbd23532aa711981748b21923db407f
5 changes: 2 additions & 3 deletions trunk/drivers/staging/rtl8192e/r8192E_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3703,9 +3703,8 @@ static u8 HwRateToMRate90(bool bIsHT, u8 rate)
}

/* Record the TSF time stamp when receiving a packet */
static void UpdateRxPktTimeStamp8190 (struct net_device *dev, struct ieee80211_rx_stats *stats)
static void UpdateRxPktTimeStamp8190(struct r8192_priv *priv, struct ieee80211_rx_stats *stats)
{
struct r8192_priv *priv = (struct r8192_priv *)ieee80211_priv(dev);

if(stats->bIsAMPDU && !stats->bFirstMPDU) {
stats->mac_time[0] = priv->LastRxDescTSFLow;
Expand Down Expand Up @@ -4487,7 +4486,7 @@ static void rtl8192_rx(struct net_device *dev)
stats.TimeStampLow = pDrvInfo->TSFL;
stats.TimeStampHigh = read_nic_dword(priv, TSFR+4);

UpdateRxPktTimeStamp8190(dev, &stats);
UpdateRxPktTimeStamp8190(priv, &stats);

//
// Get Total offset of MPDU Frame Body
Expand Down

0 comments on commit c5dbf63

Please sign in to comment.