Re: [PATCH] ath10k: remove extra_tx_headroom

2014-11-25 Thread Kalle Valo
Michal Kazior writes: > Comment was out-of-date. The headroom is no longer > necessary because HTT Tx fragment list is stored > in dma pool item associated with each sk_buff. > > Signed-off-by: Michal Kazior Thanks, applied. -- Kalle Valo -- To unsubscribe from this list: send the line "unsub

[PATCH] ath10k: remove extra_tx_headroom

2014-11-24 Thread Michal Kazior
Comment was out-of-date. The headroom is no longer necessary because HTT Tx fragment list is stored in dma pool item associated with each sk_buff. Signed-off-by: Michal Kazior --- drivers/net/wireless/ath/ath10k/mac.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/net/wireless/at