iwlwifi: pcie: merge iwl_queue and iwl_txq
authorSara Sharon <sara.sharon@intel.com>
Thu, 7 Jul 2016 15:17:45 +0000 (18:17 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 16 Sep 2016 06:10:22 +0000 (09:10 +0300)
commitbb98ecd4d347f052887518293736ab70c9909b2a
tree77c7ff420f30b3d159bb889e8d9d026dec485a93
parent4fe10bc6038a6b3f6a025aca8fc9c6c23e046b1e
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>
drivers/net/wireless/intel/iwlwifi/pcie/internal.h
drivers/net/wireless/intel/iwlwifi/pcie/rx.c
drivers/net/wireless/intel/iwlwifi/pcie/trans.c
drivers/net/wireless/intel/iwlwifi/pcie/tx.c