Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10266
b: refs/heads/master
c: af9288a
h: refs/heads/master
v: v3
  • Loading branch information
James Ketrenos authored and Jeff Garzik committed Sep 22, 2005
1 parent c374794 commit 38885e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 6eb6edf04acd09e3cea09456913e8da59323b89e
refs/heads/master: af9288a707b609cdb1069cfe5bde0d6567c12c31
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/orinoco.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ static void __orinoco_ev_txexc(struct net_device *dev, hermes_t *hw)
/* Read the frame header */
err = hermes_bap_pread(hw, IRQ_BAP, &hdr,
sizeof(struct hermes_tx_descriptor) +
sizeof(struct ieee80211_hdr),
sizeof(struct ieee80211_hdr_4addr),
fid, 0);

hermes_write_regn(hw, TXCOMPLFID, DUMMY_FID);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl3501.h
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ struct wl3501_80211_tx_plcp_hdr {

struct wl3501_80211_tx_hdr {
struct wl3501_80211_tx_plcp_hdr pclp_hdr;
struct ieee80211_hdr mac_hdr;
struct ieee80211_hdr_4addr mac_hdr;
} __attribute__ ((packed));

/*
Expand Down

0 comments on commit 38885e3

Please sign in to comment.