commit | 041fb8f504fb0a6b61bc2131679da554b2fa8c9d | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@googlemail.com> | Sat Nov 06 14:07:10 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 15 13:26:12 2010 -0500 |
tree | e1c4553b0432c145085d5a4fa4a93a4a6427372a | |
parent | ffa56e540c3949c4560dcce45eca247819e183c1 [diff] |
carl9170: tx path review This patch fixes a few shortcomings in the tx path. * move temp. ampdu_[ack]_len out of txinfo->pad. * fix WARN_ON from tx.c:line 300 when tx_ampdu_queue fails to queue the frame. * In tx_prepare, we already have a local pointer to the station's ieee80211_sta struct. * remove a second !sta check, tx_prepare already takes care of that. Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>