commit | 4beaf6c2f8af52902bcd55b51f9ff8c8f547d485 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue May 29 11:29:10 2012 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Jun 06 13:21:20 2012 +0200 |
tree | e8fcd906805d19ed08d84d2408a760d876e1a8da | |
parent | d0624be65ade709ef1a4220451a474be1ad01af9 [diff] |
iwlwifi: s/txq_setup/txq_enable We need to be able to enable / disable Tx queues in HW dynamically. So this function is no longer related to AGG only. It can do the job for any queue, even AC ones. Change the name to better reflect its role. Also use the new function to configure the AC / CMD queues in tx_start. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>