]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: remove references to queue_info in new TX path
authorSara Sharon <sara.sharon@intel.com>
Thu, 23 Feb 2017 11:15:07 +0000 (13:15 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 25 Apr 2017 19:51:38 +0000 (22:51 +0300)
commitf99b5d6b4cd0f4d6fe4e3d10435b568fc8c03cfb
tree94f36cb6126825d40f863aaf443f2722dafa3006
parentb4d71abc9a64f784c39c301c6c82eb1b5cfa0dd4
iwlwifi: mvm: remove references to queue_info in new TX path

Most of the fields aren't needed in new TX path.
Enlarging the struct to 512 queues will consume a lot of memory.
Remove all references to the struct in the new TX path.
Move mac80211 queue mapping outside, since it will be needed per
queue for TVQM mode.
Add warning in paths that shouldn't be hit.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/ops.c
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
drivers/net/wireless/intel/iwlwifi/mvm/tx.c
drivers/net/wireless/intel/iwlwifi/mvm/utils.c