Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66977
b: refs/heads/master
c: 9ee8f57
h: refs/heads/master
i:
  66975: 63b4d2d
v: v3
  • Loading branch information
Ivo van Doorn authored and David S. Miller committed Oct 10, 2007
1 parent c19f257 commit 238bc3a
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: a137e202b0e47bca301d2315cca5c08140409ed7
refs/heads/master: 9ee8f57e0adfd929759fee1ec6a7900ae6851bc5
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/rt2x00/rt61pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,8 @@ static int rt61pci_beacon_update(struct ieee80211_hw *hw, struct sk_buff *skb,
* Write entire beacon with descriptor to register,
* and kick the beacon generator.
*/
rt2x00pci_register_multiwrite(rt2x00dev, HW_BEACON_BASE0, skb->data, skb->len);
rt2x00pci_register_multiwrite(rt2x00dev, HW_BEACON_BASE0,
skb->data, skb->len);
rt61pci_kick_tx_queue(rt2x00dev, IEEE80211_TX_QUEUE_BEACON);

return 0;
Expand Down

0 comments on commit 238bc3a

Please sign in to comment.