commit | 8b685ba9de803f210936400612a32a2003f47cd3 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <lrodriguez@atheros.com> | Wed Dec 23 20:03:29 2009 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 28 16:20:02 2009 -0500 |
tree | 36c9c4891f51035360650a8e300ea3ec4e8fab5e | |
parent | 5f70a88f631c3480107853cae12925185eb4c598 [diff] |
ath9k: wake hardware during AMPDU TX actions AMDPDU actions poke hardware for TX operation, as such we want to turn hardware on for these actions. AMDPU RX operations do not require hardware on as nothing is done in hardware for those actions. Without this we cannot guarantee hardware has been programmed correctly for each AMPDU TX action. Cc: stable@kernel.org Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>