Loading drivers/net/wireless/orinoco.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading drivers/net/wireless/wl3501.h +1 −1 Original line number Diff line number Diff line Loading @@ -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)); /* Loading Loading
drivers/net/wireless/orinoco.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading
drivers/net/wireless/wl3501.h +1 −1 Original line number Diff line number Diff line Loading @@ -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)); /* Loading