diff options
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r-- | drivers/net/wireless/ath/ar9170/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ar9170/main.c b/drivers/net/wireless/ath/ar9170/main.c index f9d6db8d013e..46a1e19c6787 100644 --- a/drivers/net/wireless/ath/ar9170/main.c +++ b/drivers/net/wireless/ath/ar9170/main.c | |||
@@ -2535,7 +2535,7 @@ void *ar9170_alloc(size_t priv_size) | |||
2535 | /* | 2535 | /* |
2536 | * this buffer is used for rx stream reconstruction. | 2536 | * this buffer is used for rx stream reconstruction. |
2537 | * Under heavy load this device (or the transport layer?) | 2537 | * Under heavy load this device (or the transport layer?) |
2538 | * tends to split the streams into seperate rx descriptors. | 2538 | * tends to split the streams into separate rx descriptors. |
2539 | */ | 2539 | */ |
2540 | 2540 | ||
2541 | skb = __dev_alloc_skb(AR9170_MAX_RX_BUFFER_SIZE, GFP_KERNEL); | 2541 | skb = __dev_alloc_skb(AR9170_MAX_RX_BUFFER_SIZE, GFP_KERNEL); |