Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203727
b: refs/heads/master
c: a3d3da1
h: refs/heads/master
i:
  203725: 7575df7
  203723: 6e7cfd5
  203719: b1549e3
  203711: f0af2da
v: v3
  • Loading branch information
John W. Linville committed Jul 20, 2010
1 parent a71da51 commit 81e49f1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 20925feee9e46c07ffe315b88c5cee61064a3ede
refs/heads/master: a3d3da14fb0c8dcfac374543fd7fedda05e9d4fd
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ void ath_paprd_calibrate(struct work_struct *work)
hdr = (struct ieee80211_hdr *)skb->data;
ftype = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC;
hdr->frame_control = cpu_to_le16(ftype);
hdr->duration_id = 10;
hdr->duration_id = cpu_to_le16(10);
memcpy(hdr->addr1, hw->wiphy->perm_addr, ETH_ALEN);
memcpy(hdr->addr2, hw->wiphy->perm_addr, ETH_ALEN);
memcpy(hdr->addr3, hw->wiphy->perm_addr, ETH_ALEN);
Expand Down

0 comments on commit 81e49f1

Please sign in to comment.