OSDN Git Service

iwlwifi: mvm: add missing lq_color
authorLiad Kaufman <liad.kaufman@intel.com>
Mon, 9 Oct 2017 08:01:33 +0000 (11:01 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 18 Oct 2017 10:02:00 +0000 (13:02 +0300)
commit41fd2fec56db2564f02532ed7244e1f69193b4ad
tree3d78f5bad52a530b3384b5907490c3b968d2f3a5
parent3485e76e73495382f953d3a6dd45c00c7c404e4a
iwlwifi: mvm: add missing lq_color

In the compressed BA notif, the driver didn't parse out
the LQ color, so statistics for the rates tried were
always thrown out. Add it so it gets correctly used.

While at it, fix the name of the relevant field in the
struct.

Fixes: c46e7724bfe9 ("iwlwifi: mvm: support new BA notification response")
Signed-off-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/api/tx.h
drivers/net/wireless/intel/iwlwifi/mvm/tx.c