Skip to content

Commit

Permalink
[wireless] ipw2100: fix build after applying SuSE cleanups
Browse files Browse the repository at this point in the history
s/ieee80211_header_data/ieee80211_hdr_3addr/
  • Loading branch information
Jeff Garzik committed May 28, 2005
1 parent 286d974 commit 66b04a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/ipw2100.h
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ struct ipw2100_priv {



#define IPW_HEADER_802_11_SIZE sizeof(struct ieee80211_header_data)
#define IPW_HEADER_802_11_SIZE sizeof(struct ieee80211_hdr_3addr)
#define IPW_MAX_80211_PAYLOAD_SIZE 2304U
#define IPW_MAX_802_11_PAYLOAD_LENGTH 2312
#define IPW_MAX_ACCEPTABLE_TX_FRAME_LENGTH 1536
Expand All @@ -900,7 +900,7 @@ struct ipw2100_priv {
IPW_802_11_FCS_LENGTH)

#define IPW_802_11_PAYLOAD_OFFSET \
(sizeof(struct ieee80211_header_data) + \
(sizeof(struct ieee80211_hdr_3addr) + \
sizeof(struct ieee80211_snap_hdr))

struct ipw2100_rx {
Expand Down

0 comments on commit 66b04a8

Please sign in to comment.