Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333995
b: refs/heads/master
c: 9c371f9
h: refs/heads/master
i:
  333993: 023ffd7
  333991: 2d91e85
v: v3
  • Loading branch information
Wei Yongjun authored and John W. Linville committed Oct 8, 2012
1 parent 102379a commit d34958a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 8cc1d52390f53c6dd46ae71e29ea000634a17e3a
refs/heads/master: 9c371f997353385dfa2f7a8004ce13397e071a25
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/ath5k/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ ath5k_beacon_update(struct ieee80211_hw *hw, struct ieee80211_vif *vif)
{
int ret;
struct ath5k_hw *ah = hw->priv;
struct ath5k_vif *avf = (void *)vif->drv_priv;
struct ath5k_vif *avf;
struct sk_buff *skb;

if (WARN_ON(!vif)) {
Expand All @@ -1819,6 +1819,7 @@ ath5k_beacon_update(struct ieee80211_hw *hw, struct ieee80211_vif *vif)
goto out;
}

avf = (void *)vif->drv_priv;
ath5k_txbuf_free_skb(ah, avf->bbuf);
avf->bbuf->skb = skb;
ret = ath5k_beacon_setup(ah, avf->bbuf);
Expand Down

0 comments on commit d34958a

Please sign in to comment.