diff options
author | Sara Sharon <sara.sharon@intel.com> | 2016-10-06 16:42:32 +0300 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2016-10-19 12:46:35 +0300 |
commit | 8236f7db272484093fb02ce72a40e7224a5c29d4 (patch) | |
tree | 2293929a0b5fc849952c07f2a96784a8f1169629 /drivers/net/netconsole.c | |
parent | 19c52f460f6d84af8225d8a769d66871dc5ed65b (diff) | |
download | linux-8236f7db272484093fb02ce72a40e7224a5c29d4.tar.bz2 |
iwlwifi: mvm: assign cab queue to the correct station
Currently when configuring the cab queue the scheduler is configured
without station id - which results in station id 0.
In DQA mode this causes firmware to assert later on when the actual
station 0 is added with an empty tfd_queue_mask.
Fix that by configuring the queue to the broadcast station.
This is a bit trickier since the queue should not be included in the
tfd_queue_mask of the ADD_STA since it is a multicast queue, and the
tfd_queue_mask is only unicast queue. As a result the queue should be
enabled only after the broadcast station is added.
Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/netconsole.c')
0 files changed, 0 insertions, 0 deletions