Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6712
b: refs/heads/master
c: 66b04a8
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik committed May 28, 2005
1 parent 31a685c commit 571079e
Show file tree
Hide file tree
Showing 2 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: 286d974797705ae7ceedc846666ef98bdeee3646
refs/heads/master: 66b04a80eea60cabf9d89fd34deb3234a740052f
4 changes: 2 additions & 2 deletions trunk/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 571079e

Please sign in to comment.