]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit966af7de4a87607dd90da72392287c463ac0fcf9
tree77c7ff420f30b3d159bb889e8d9d026dec485a93
parentd178874e68222b4eb99a4d7a0c9d24e7b8823a6d
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