commit | 88804e2b33b6ab3974ff2330cd045ca53d6750c5 | [log] [tgz] |
---|---|---|
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Fri Oct 09 13:20:28 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Oct 27 16:47:59 2009 -0400 |
tree | 1e8d7f27f59774c159e80ad0a9f3bfd6100a525f | |
parent | 008a9e3e3c37abd7f56d2478fe92d5874de3630a [diff] |
iwlwifi: dynamic allocate tx queue structure Instead of always allocate the max number of tx queue structure, use dynamic allocation based on the number of queues in device configuration. With these changes, device does not have to allocate more memory than the h/w can support. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>