[ath9k-devel] [PATCH] ath9k: Last fix for TX software padding.

2009-11-29 Thread Benoit Papillault
First, we copy/paste the padding stuff from ath9k_tx to ath_tx_cabq since it needs the same kind of padding, but for internally generated beacons. Next, software padding done on TX needs to be removed before calling ieee80211_tx_status. The code was already there in ath_tx_complete but it was wrong

[ath9k-devel] [PATCH] ath9k: Last fix for TX software padding.

2009-12-11 Thread Benoit PAPILLAULT
From: Benoit Papillault First, we copy/paste the padding stuff from ath9k_tx to ath_tx_cabq since it needs to same kind of padding, but for internally generated beacons. Next, software padding done on TX needs to be removed before calling ieee80211_tx_status. The code was already there in ath_tx_