OSDN Git Service

iwlwifi: mvm: set correct chains in Rx status
authorShaul Triebitz <shaul.triebitz@intel.com>
Mon, 30 Oct 2017 15:38:43 +0000 (17:38 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Sat, 25 Nov 2017 15:01:04 +0000 (17:01 +0200)
commitc4e45c84270798b1d51ede9a8c6810378ccfe162
treeb2e68fb0ed27d9811169ab6479ccb7e7c8d46cb6
parented59b7d53c95548d83d4e7e1bc5edafcdcad09c9
iwlwifi: mvm: set correct chains in Rx status

ieee80211_rx_status::chains was always set to zero.
That caused rate scaling to always start with the
lowest rate possible (rs_get_initial_rate).
Set it correctly according to the MPDU response.

Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c