diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt73usb.c')
| -rw-r--r-- | drivers/net/wireless/rt2x00/rt73usb.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/rt2x00/rt73usb.c b/drivers/net/wireless/rt2x00/rt73usb.c index ced3b6ab5e1..527368a45fd 100644 --- a/drivers/net/wireless/rt2x00/rt73usb.c +++ b/drivers/net/wireless/rt2x00/rt73usb.c @@ -339,7 +339,7 @@ static int rt73usb_config_shared_key(struct rt2x00_dev *rt2x00dev,  		 * The driver does not support the IV/EIV generation  		 * in hardware. However it doesn't support the IV/EIV  		 * inside the ieee80211 frame either, but requires it -		 * to be provided seperately for the descriptor. +		 * to be provided separately for the descriptor.  		 * rt2x00lib will cut the IV/EIV data out of all frames  		 * given to us by mac80211, but we must tell mac80211  		 * to generate the IV/EIV data. @@ -439,7 +439,7 @@ static int rt73usb_config_pairwise_key(struct rt2x00_dev *rt2x00dev,  		 * The driver does not support the IV/EIV generation  		 * in hardware. However it doesn't support the IV/EIV  		 * inside the ieee80211 frame either, but requires it -		 * to be provided seperately for the descriptor. +		 * to be provided separately for the descriptor.  		 * rt2x00lib will cut the IV/EIV data out of all frames  		 * given to us by mac80211, but we must tell mac80211  		 * to generate the IV/EIV data. @@ -1665,7 +1665,7 @@ static void rt73usb_fill_rxdone(struct queue_entry *entry,  		/*  		 * Hardware has stripped IV/EIV data from 802.11 frame during -		 * decryption. It has provided the data seperately but rt2x00lib +		 * decryption. It has provided the data separately but rt2x00lib  		 * should decide if it should be reinserted.  		 */  		rxdesc->flags |= RX_FLAG_IV_STRIPPED;  |