Commit af9288a707b609cdb1069cfe5bde0d6567c12c31

Authored by James Ketrenos
Committed by Jeff Garzik
1 parent 6eb6edf04a

ieee80211: update orinoco, wl3501 drivers for latest struct naming

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

drivers/net/wireless/orinoco.c
... ... @@ -636,7 +636,7 @@
636 636 /* Read the frame header */
637 637 err = hermes_bap_pread(hw, IRQ_BAP, &hdr,
638 638 sizeof(struct hermes_tx_descriptor) +
639   - sizeof(struct ieee80211_hdr),
  639 + sizeof(struct ieee80211_hdr_4addr),
640 640 fid, 0);
641 641  
642 642 hermes_write_regn(hw, TXCOMPLFID, DUMMY_FID);
drivers/net/wireless/wl3501.h
... ... @@ -548,7 +548,7 @@
548 548  
549 549 struct wl3501_80211_tx_hdr {
550 550 struct wl3501_80211_tx_plcp_hdr pclp_hdr;
551   - struct ieee80211_hdr mac_hdr;
  551 + struct ieee80211_hdr_4addr mac_hdr;
552 552 } __attribute__ ((packed));
553 553  
554 554 /*