commit | bb98ecd4d347f052887518293736ab70c9909b2a | [log] [tgz] |
---|---|---|
author | Sara Sharon <sara.sharon@intel.com> | Thu Jul 07 18:17:45 2016 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Sep 16 09:10:22 2016 +0300 |
tree | 77c7ff420f30b3d159bb889e8d9d026dec485a93 | |
parent | 4fe10bc6038a6b3f6a025aca8fc9c6c23e046b1e [diff] |
iwlwifi: pcie: merge iwl_queue and iwl_txq The original intent was to have the general iwl_queue shared between RX and TX queues, but it is not the actual status. Since it is not shared with any struct but iwl_txq, it adds unnecessary complexity. Merge those structs. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>