Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135071
b: refs/heads/master
c: 7c4cbb6
h: refs/heads/master
i:
  135069: dacb953
  135067: 546eecf
  135063: 530fc85
  135055: 394169f
  135039: a1faa89
v: v3
  • Loading branch information
Abhijeet Kolekar authored and John W. Linville committed Mar 5, 2009
1 parent b5558c1 commit 2772d75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39e6d2256b8b8265ef16297887b5521f3e0155c6
refs/heads/master: 7c4cbb6ee0a55885d697a5b07b6c4c8fd10d573a
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -4305,6 +4305,7 @@ static int iwl3945_mac_beacon_update(struct ieee80211_hw *hw, struct sk_buff *sk
{
struct iwl_priv *priv = hw->priv;
unsigned long flags;
__le64 timestamp;

IWL_DEBUG_MAC80211(priv, "enter\n");

Expand All @@ -4326,6 +4327,8 @@ static int iwl3945_mac_beacon_update(struct ieee80211_hw *hw, struct sk_buff *sk
priv->ibss_beacon = skb;

priv->assoc_id = 0;
timestamp = ((struct ieee80211_mgmt *)skb->data)->u.beacon.timestamp;
priv->timestamp = le64_to_cpu(timestamp);

IWL_DEBUG_MAC80211(priv, "leave\n");
spin_unlock_irqrestore(&priv->lock, flags);
Expand Down

0 comments on commit 2772d75

Please sign in to comment.