Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98555
b: refs/heads/master
c: 5f4a6fa
h: refs/heads/master
i:
  98553: 387e2e3
  98551: bcf0aab
v: v3
  • Loading branch information
Harvey Harrison authored and John W. Linville committed Jun 27, 2008
1 parent 1354fbe commit 218917f
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: 980dfcb93232907034a2c92d62d3a7d6ac7bef44
refs/heads/master: 5f4a6fae46a214c4dce3bd63a6219a5f1c818c78
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/prism54/islpci_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ islpci_monitor_rx(islpci_private *priv, struct sk_buff **skb)

avs->version = cpu_to_be32(P80211CAPTURE_VERSION);
avs->length = cpu_to_be32(sizeof (struct avs_80211_1_header));
avs->mactime = cpu_to_be64(le64_to_cpu(clock));
avs->mactime = cpu_to_be64(clock);
avs->hosttime = cpu_to_be64(jiffies);
avs->phytype = cpu_to_be32(6); /*OFDM: 6 for (g), 8 for (a) */
avs->channel = cpu_to_be32(channel_of_freq(freq));
Expand Down

0 comments on commit 218917f

Please sign in to comment.