diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-07-06 00:51:36 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-09-15 08:20:31 -0400 |
commit | f1ee39ff69bfe7f15398c6b13fdf496134c05c75 (patch) | |
tree | 07fe58506c825194e5737d02c39a5000e323ed07 /drivers/net/wireless/ipw2x00 | |
parent | ea70ef3d9db1cbfd439f3e3f124c28ef4fe5835d (diff) |
ipw2x00: comment typo fix encryptiong to encryption
The below patch fixes a typo.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/wireless/ipw2x00')
-rw-r--r-- | drivers/net/wireless/ipw2x00/libipw_tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ipw2x00/libipw_tx.c b/drivers/net/wireless/ipw2x00/libipw_tx.c index 01c88a71abe1..e8c039879b05 100644 --- a/drivers/net/wireless/ipw2x00/libipw_tx.c +++ b/drivers/net/wireless/ipw2x00/libipw_tx.c | |||
@@ -395,7 +395,7 @@ netdev_tx_t libipw_xmit(struct sk_buff *skb, struct net_device *dev) | |||
395 | (CFG_LIBIPW_COMPUTE_FCS | CFG_LIBIPW_RESERVE_FCS)) | 395 | (CFG_LIBIPW_COMPUTE_FCS | CFG_LIBIPW_RESERVE_FCS)) |
396 | bytes_per_frag -= LIBIPW_FCS_LEN; | 396 | bytes_per_frag -= LIBIPW_FCS_LEN; |
397 | 397 | ||
398 | /* Each fragment may need to have room for encryptiong | 398 | /* Each fragment may need to have room for encryption |
399 | * pre/postfix */ | 399 | * pre/postfix */ |
400 | if (host_encrypt) | 400 | if (host_encrypt) |
401 | bytes_per_frag -= crypt->ops->extra_mpdu_prefix_len + | 401 | bytes_per_frag -= crypt->ops->extra_mpdu_prefix_len + |