commit | 2ac2927a953a01c83df255118922cce1523d1a18 | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Tue Feb 09 13:06:54 2010 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Feb 10 16:15:22 2010 -0500 |
tree | f6f0b7eac2766dd7aac2938754368cbef1ba42f9 | |
parent | 05df49865be08b30e7ba91b9d3d94d7d52dd3033 [diff] |
ath5k: use correct packet type when transmitting The hardware needs to know what type of frames are being sent in order to fill in various fields, for example the timestamp in probe responses (before this patch, it was always 0). Set it correctly when initializing the TX descriptor. Signed-off-by: Bob Copeland <me@bobcopeland.com> Cc: stable@kernel.org Signed-off-by: John W. Linville <linville@tuxdriver.com>