Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327941
b: refs/heads/master
c: 390fd9d
h: refs/heads/master
i:
  327939: 2e7ab75
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Sep 11, 2012
1 parent 85a281f commit 5394986
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: 28ab58bd6a80408af79999492c8a28c8910ef62e
refs/heads/master: 390fd9d6c223980190adf44af5c7ba0662ff61e3
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/p54/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ static int p54_beacon_format_ie_tim(struct sk_buff *skb)
static int p54_beacon_update(struct p54_common *priv,
struct ieee80211_vif *vif)
{
struct ieee80211_tx_control control = { };
struct sk_buff *beacon;
int ret;

Expand All @@ -158,7 +159,7 @@ static int p54_beacon_update(struct p54_common *priv,
* to cancel the old beacon template by hand, instead the firmware
* will release the previous one through the feedback mechanism.
*/
p54_tx_80211(priv->hw, NULL, beacon);
p54_tx_80211(priv->hw, &control, beacon);
priv->tsf_high32 = 0;
priv->tsf_low32 = 0;

Expand Down

0 comments on commit 5394986

Please sign in to comment.