ieee80211: update orinoco, wl3501 drivers for latest struct naming

This commit is contained in:
James Ketrenos
2005-09-22 15:43:07 -04:00
committed by Jeff Garzik
parent 6eb6edf04a
commit af9288a707
2 changed files with 2 additions and 2 deletions

View File

@ -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);