linux_dsm_epyc7002/drivers/net/wireless/intel/iwlwifi/mvm
Aviya Erenfeld 03098268a3 iwlwifi: mvm: add LQM vendor command and notification
LQM stands for Link Quality Measurement. The firmware
will collect a defined set of statitics (see the
notification for details) that allow to know how busy
the medium is. The driver issues a request to the firmware
that includes the duration of the measurement (the firmware
needs to be on channel for that amount of time) and the
timeout (in case the firmware has a lot of offchannel
activities). If the timeout elapses, the firmware will
send partial results which are still valuable.
In case of disassociation / channel switch and alike, the
driver is in charge of stopping the measurements and the
firmware will reply with partial results.

The user space API for now is debugfs only and will be
implmemented in an upcoming patch.

Signed-off-by: Aviya Erenfeld <aviya.erenfeld@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
2016-03-30 16:21:07 +03:00
..
binding.c
coex_legacy.c
coex.c
constants.h iwlwifi: mvm: make collecting fw debug data optional 2016-02-01 16:40:20 +02:00
d3.c iwlwifi: mvm: update ucode status before stopping device 2016-03-02 08:56:58 +02:00
debugfs-vif.c iwlwifi: mvm: support setting minimum quota from debugfs 2016-02-01 16:40:23 +02:00
debugfs.c iwlwifi: mvm: add ctdp operations to debugfs 2016-03-09 20:59:11 +02:00
debugfs.h
fw-api-coex.h
fw-api-d3.h iwlwifi: mvm: support beacon storing 2016-02-01 16:40:22 +02:00
fw-api-mac.h
fw-api-power.h
fw-api-rs.h
fw-api-rx.h iwlwifi: mvm: set the correct amsdu enum values 2016-03-07 13:34:16 +02:00
fw-api-scan.h iwlwifi: mvm: add extended dwell time 2015-12-20 23:27:40 +02:00
fw-api-sta.h iwlwifi: mvm: add new ADD_STA command version 2016-02-01 16:40:27 +02:00
fw-api-stats.h
fw-api-tof.h
fw-api-tx.h iwlwifi: mvm: rs: fix TPC statistics handling 2016-01-26 16:03:35 +02:00
fw-api.h iwlwifi: mvm: add LQM vendor command and notification 2016-03-30 16:21:07 +03:00
fw-dbg.c iwlwifi: mvm: support dumping UMAC internal txfifos 2016-03-20 13:26:02 +02:00
fw-dbg.h iwlwifi: mvm: constify the parameters of a few functions in fw-dbg.c 2016-01-07 19:01:32 +02:00
fw.c iwlwifi: mvm: support dumping UMAC internal txfifos 2016-03-20 13:26:02 +02:00
led.c
mac80211.c iwlwifi: mvm: add LQM vendor command and notification 2016-03-30 16:21:07 +03:00
mac-ctxt.c iwlwifi: mvm: update rx_status with mactime flag 2016-02-27 22:00:05 +02:00
Makefile iwlwifi: update key params on d0i3 entrance/exit 2015-12-20 23:27:43 +02:00
mvm.h iwlwifi: mvm: add LQM vendor command and notification 2016-03-30 16:21:07 +03:00
nvm.c iwlwifi: refactor the code that reads the MAC address from the NVM 2016-03-07 13:33:00 +02:00
offloading.c
ops.c iwlwifi: mvm: add LQM vendor command and notification 2016-03-30 16:21:07 +03:00
phy-ctxt.c
power.c iwlwifi: mvm: Remove iwl_mvm_update_beacon_abort 2016-02-01 16:40:26 +02:00
quota.c iwlwifi: mvm: support setting minimum quota from debugfs 2016-02-01 16:40:23 +02:00
rs.c iwlwifi: mvm: don't enable A-MSDU when the rates are too low 2016-02-27 22:00:02 +02:00
rs.h
rx.c iwlwifi: mvm: support filtered frames notification 2016-02-27 22:00:06 +02:00
rxmq.c iwlwifi: mvm: turn off AMSDU bit in QoS control for de-aggregated AMSDUs 2016-03-09 20:59:17 +02:00
scan.c iwlwifi: mvm: handle pass all scan reporting 2016-02-27 21:59:53 +02:00
sf.c
sta.c iwlwifi: mvm: kill iwl_mvm_enable_agg_txq 2016-02-27 22:00:16 +02:00
sta.h iwlwifi: mvm: remove unused field in iwl_mvm_tid_data 2016-02-27 22:00:10 +02:00
tdls.c
testmode.h
time-event.c iwlwifi: mvm: ROC: cleanup time event info on FW failure 2016-03-09 20:59:18 +02:00
time-event.h iwlwifi: mvm: extend time event duration 2016-03-07 13:34:16 +02:00
tof.c
tof.h
tt.c iwlwifi: mvm: return the cooling state index instead of the budget 2016-03-09 21:05:13 +02:00
tx.c iwlwifi: mvm: don't let NDPs mess the packet tracking 2016-03-09 20:59:20 +02:00
utils.c iwlwifi: mvm: add LQM vendor command and notification 2016-03-30 16:21:07 +03:00