]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: mvm: rs: add ops for the new rate scaling in the FW
authorGregory Greenman <gregory.greenman@intel.com>
Sun, 5 Nov 2017 16:49:48 +0000 (18:49 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 5 Dec 2017 19:01:41 +0000 (21:01 +0200)
commit9f66a397c8773167939c4eafc33725f38ec5c872
treed088dc60a2d3864409bf8471aafc73c6c20473f5
parentecaf71de414345c68a05c403d33dd0cd89b2c85f
iwlwifi: mvm: rs: add ops for the new rate scaling in the FW

This patch introduces a new instance of rate_control_ops for
the new API (adding only empty stubs here and the subsequent
patches in the series will fill in the implementation).
The decision which API to use is done during the register
step according to FW TLV.

Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/Makefile
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
drivers/net/wireless/intel/iwlwifi/mvm/ops.c
drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c [new file with mode: 0644]
drivers/net/wireless/intel/iwlwifi/mvm/rs.c
drivers/net/wireless/intel/iwlwifi/mvm/rs.h
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
drivers/net/wireless/intel/iwlwifi/mvm/tx.c