diff options
author | Juuso Oikarinen <juuso.oikarinen@nokia.com> | 2010-02-22 08:38:31 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-09 15:03:01 -0500 |
commit | ffb591cd0e32d817bdbd359dead3baa770b999f8 (patch) | |
tree | eb4ff124e93543fce011e634de3c3c0ac677ca2a /drivers/net/wireless/wl12xx/wl1271_tx.h | |
parent | 93c5bb68c89eff0cd41afce8ac932d12cc9d7ae8 (diff) | |
download | linux-ffb591cd0e32d817bdbd359dead3baa770b999f8.tar.gz linux-ffb591cd0e32d817bdbd359dead3baa770b999f8.tar.bz2 linux-ffb591cd0e32d817bdbd359dead3baa770b999f8.zip |
wl1271: Improvements to the TX path
- Fix a TX result overflow problem that was present in the TX path and visible
with at least linksys AP's (probably any AP with high throughput capability.)
- Optimize TX by writing FW trigger for a group of TX frames instead of
each and every frame.
- Slightly optimize the TX path code.
Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Reviewed-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271_tx.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271_tx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_tx.h b/drivers/net/wireless/wl12xx/wl1271_tx.h index 17e405a09caa..ca92bd811292 100644 --- a/drivers/net/wireless/wl12xx/wl1271_tx.h +++ b/drivers/net/wireless/wl12xx/wl1271_tx.h @@ -160,7 +160,7 @@ static inline int wl1271_tx_ac_to_tid(int ac) } void wl1271_tx_work(struct work_struct *work); -void wl1271_tx_complete(struct wl1271 *wl, u32 count); +void wl1271_tx_complete(struct wl1271 *wl); void wl1271_tx_flush(struct wl1271 *wl); #endif |