Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260047
b: refs/heads/master
c: 94c97e8
h: refs/heads/master
i:
  260045: 0c2d433
  260043: 64721d5
  260039: f5f9ca8
  260031: 32aaa9a
v: v3
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Jul 8, 2011
1 parent 9432cbb commit ec39e92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 20c3d7f71d31aff167bb4a8c536df3e6bd85dd9e
refs/heads/master: 94c97e8e0692ee3a58868a013b973fcf7fed348c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ int ieee80211_rtl_xmit(struct sk_buff *skb,
(CFG_IEEE80211_COMPUTE_FCS | CFG_IEEE80211_RESERVE_FCS))
bytes_per_frag -= IEEE80211_FCS_LEN;

/* Each fragment may need to have room for encryptiong pre/postfix */
/* Each fragment may need to have room for encryption pre/postfix */
if (encrypt)
bytes_per_frag -= crypt->ops->extra_prefix_len +
crypt->ops->extra_postfix_len;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192e/ieee80211/ieee80211_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ int ieee80211_rtl_xmit(struct sk_buff *skb, struct net_device *dev)
(CFG_IEEE80211_COMPUTE_FCS | CFG_IEEE80211_RESERVE_FCS))
bytes_per_frag -= IEEE80211_FCS_LEN;

/* Each fragment may need to have room for encryptiong pre/postfix */
/* Each fragment may need to have room for encryption pre/postfix */
if (encrypt)
bytes_per_frag -= crypt->ops->extra_prefix_len +
crypt->ops->extra_postfix_len;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ int ieee80211_xmit(struct sk_buff *skb, struct net_device *dev)
(CFG_IEEE80211_COMPUTE_FCS | CFG_IEEE80211_RESERVE_FCS))
bytes_per_frag -= IEEE80211_FCS_LEN;

/* Each fragment may need to have room for encryptiong pre/postfix */
/* Each fragment may need to have room for encryption pre/postfix */
if (encrypt)
bytes_per_frag -= crypt->ops->extra_prefix_len +
crypt->ops->extra_postfix_len;
Expand Down

0 comments on commit ec39e92

Please sign in to comment.